| /onnv/onnv-gate/usr/src/lib/libeti/menu/common/ |
| connect.c | 48 ITEM **ip; local 51 for (ip = Items(m); *ip; ip++) { 52 if (NameLen(*ip) > maxn) { 53 maxn = NameLen(*ip); 55 if (DescriptionLen(*ip) > maxd) { 56 maxd = DescriptionLen(*ip); 66 ITEM **ip; local 70 for (ip = items; *ip; ip++) 118 ITEM **ip; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/udfs/ |
| udf_inode.c | 139 struct ud_inode *ip; local 149 for (ip = ih->ih_chain[0]; 150 ip != (struct ud_inode *)ih; 151 ip = ip->i_forw) { 152 if ((prn == ip->i_icb_prn) && 153 (ploc == ip->i_icb_block) && 154 (vfsp->vfs_dev == ip->i_dev)) { 156 return (ip); 171 struct ud_inode *ip; local 1870 struct ud_inode *ip, *next; local [all...] |
| udf_bmap.c | 102 ud_bmap_has_holes(struct ud_inode *ip) 109 ASSERT(RW_LOCK_HELD(&ip->i_contents)); 112 if (ip->i_desc_type != ICB_FLAG_ONE_AD) { 113 if ((error = ud_read_icb_till_off(ip, ip->i_size)) == 0) { 114 for (i = 0; i < ip->i_ext_used; i++) { 115 iext = &ip->i_ext[i]; 128 ud_bmap_read(struct ud_inode *ip, u_offset_t off, daddr_t *bnp, int32_t *lenp) 137 ASSERT(RW_LOCK_HELD(&ip->i_contents)); 139 lbmask = ip->i_udf->udf_lbmask [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/ip-transport/ |
| Makefile | 29 MODULE = ip-transport 31 SRCS = ip.c
|
| /onnv/onnv-gate/usr/src/lib/libdtrace/common/ |
| dt_inttab.c | 38 dt_inttab_t *ip; local 42 if ((ip = dt_zalloc(dtp, sizeof (dt_inttab_t))) == NULL || 43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) { 44 dt_free(dtp, ip); 48 ip->int_hdl = dtp; 49 ip->int_hashlen = len; 51 return (ip); 55 dt_inttab_destroy(dt_inttab_t *ip) 59 for (hp = ip->int_head; hp != NULL; hp = np) { 61 dt_free(ip->int_hdl, hp) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/ |
| printpacket.c | 16 void printpacket(ip) 17 struct ip *ip; 23 if (IP_V(ip) == 6) { 25 len = ntohs(((u_short *)ip)[2]) + 40; 27 off = ntohs(ip->ip_off); 28 len = ntohs(ip->ip_len); 35 for (s = (u_char *)ip, i = 0; i < len; i++) { 47 if (IP_V(ip) == 6) { 48 printpacket6(ip); [all...] |
| count4bits.c | 17 int count4bits(ip) 18 u_int ip; 23 ip = ipn = ntohl(ip); 35 if (ipn == ip)
|
| ipft_ef.c | 75 ip_t *ip = (ip_t *)&pkt; local 95 ip->ip_p = getproto(prot); 97 switch (ip->ip_p) { 101 ip->ip_len += atoi(s); 102 if (ip->ip_p == IPPROTO_TCP) 104 else if (ip->ip_p == IPPROTO_UDP) 119 (void) inet_aton(src, &ip->ip_src); 120 (void) inet_aton(dst, &ip->ip_dst); 121 ip->ip_len = atoi(len); 122 IP_HL_A(ip, sizeof(ip_t)) [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| zfs_fletcher.c | 32 const uint64_t *ip = buf; local 33 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); 36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { 37 a0 += ip[0]; 38 a1 += ip[1]; 49 const uint64_t *ip = buf; local 50 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); 53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) 66 const uint32_t *ip = buf; local 83 const uint32_t *ip = buf; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/ |
| rdc_health.c | 132 rdc_if_xxx(rdc_if_t *ip, char *updown) 134 if (strcmp("inet6", ip->srv->ri_knconf->knc_protofmly) == 0) { 135 uint16_t *this = (uint16_t *)ip->ifaddr.buf; 136 uint16_t *other = (uint16_t *)ip->r_ifaddr.buf; 147 uchar_t *this = (uchar_t *)ip->ifaddr.buf; 148 uchar_t *other = (uchar_t *)ip->r_ifaddr.buf; 160 rdc_if_down(rdc_if_t *ip) 162 rdc_if_xxx(ip, "Down"); 167 rdc_if_up(rdc_if_t *ip) 169 rdc_if_xxx(ip, "Up") 182 rdc_if_t *ip = (rdc_if_t *)arg; local 285 rdc_if_t *ip; local 320 rdc_if_t *ip; local 462 rdc_if_t *new, *ip; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| ufs_inode.c | 254 struct inode *ip = buf; local 257 vp = ip->i_vnode = vn_alloc(kmflags); 262 vp->v_data = ip; 264 rw_init(&ip->i_rwlock, NULL, RW_DEFAULT, NULL); 265 rw_init(&ip->i_contents, NULL, RW_DEFAULT, NULL); 266 mutex_init(&ip->i_tlock, NULL, MUTEX_DEFAULT, NULL); 267 dnlc_dir_init(&ip->i_danchor); 269 cv_init(&ip->i_wrcv, NULL, CV_DRIVER, NULL); 278 struct inode *ip = buf; local 281 vp = ITOV(ip); 338 struct inode *ip; local 448 struct inode *ip, *sp; local 1161 struct inode *ip; local 1625 struct inode *ip; \/* current inode *\/ local [all...] |
| ufs_bmap.c | 100 static void ufs_undo_allocation(inode_t *ip, int block_count, 208 bmap_read(struct inode *ip, u_offset_t off, daddr_t *bnp, int *lenp) 211 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; 220 ASSERT(RW_LOCK_HELD(&ip->i_contents)); 231 ip->i_size, &ip->i_db[lbn], NDADDR - lbn, 1, 258 nb = ip->i_ib[NIADDR - j]; 270 ip->i_dev, fsbtodb(fs, ob), fs->fs_bsize); 277 ASSERT(!ufs_indir_badblock(ip, bap)); 290 DOEXTENT(fs, lbn, boff, bnp, lenp, ip->i_size, &bap[i] 1326 struct inode *ip; local [all...] |
| ufs_thread.c | 242 ufs_delete(struct ufsvfs *ufsvfsp, struct inode *ip, int dolockfs) 245 struct vnode *vp = ITOV(ip); 248 int dorwlock = ((ip->i_mode & IFMT) == IFREG); 258 if (ULOCKFS_IS_NOIDEL(ITOUL(ip))) { 260 delq_info->delq_unreclaimed_blocks -= ip->i_blocks; 267 if ((vp->v_count > 1) || (ip->i_mode == 0)) { 269 delq_info->delq_unreclaimed_blocks -= ip->i_blocks; 298 rw_enter(&ip->i_rwlock, RW_WRITER); 303 if (ip->i_oeftflag != 0) { 305 trans_size = (int)TOP_REMOVE_SIZE(ip)); 444 struct inode *ip; local 497 struct inode *ip; local 861 struct inode *ip; local 917 struct inode *ip, *nip; local 1011 struct inode *ip; local [all...] |
| ufs_vnops.c | 243 struct inode *ip; /* the file we contain */ member in struct:dump 287 struct inode *ip = VTOI(vp); local 288 if (ip->i_delaylen) { 290 (void) ufs_putpages(vp, ip->i_delayoff, ip->i_delaylen, 292 ip->i_delaylen = 0; 304 struct inode *ip = VTOI(vp); local 310 ASSERT(RW_READ_HELD(&ip->i_rwlock)); 316 if (MANDLOCK(vp, ip->i_mode)) { 326 ufsvfsp = ip->i_ufsvfs 434 struct inode *ip = VTOI(vp); local 1960 struct inode *ip = VTOI(vp); local 1995 struct inode *ip = VTOI(vp); local 2094 struct inode *ip = vip; local 2108 struct inode *ip = VTOI(vp); local 2437 struct inode *ip = VTOI(vp); local 2461 struct inode *ip = VTOI(vp); local 2617 struct inode *ip = VTOI(vp); local 2723 struct inode *ip; local 2908 struct inode *ip; local 3193 struct inode *ip = VTOI(vp); local 3363 struct inode *ip = NULL; \/* check inode *\/ local 3750 struct inode *ip; local 3827 struct inode *ip = VTOI(vp); local 3897 struct inode *ip; local 4106 struct inode *ip, *dip = VTOI(dvp); local 4332 struct inode *ip = VTOI(vp); local 4355 struct inode *ip = VTOI(vp); local 4413 struct inode *ip = VTOI(vp); local 4432 struct inode *ip = VTOI(vp); local 4517 struct inode *ip = VTOI(vp); local 4877 struct inode *ip = VTOI(vp); local 5003 struct inode *ip = VTOI(vp); local 5095 struct inode *ip = VTOI(vp); local 5184 struct inode *ip = VTOI(vp); local 5321 struct inode *ip; local 5360 struct inode *ip = VTOI(vp); local 5723 struct inode *ip = VTOI(vp); local 5741 struct inode *ip = VTOI(vp); local 5813 struct inode *ip = VTOI(vp); local 5923 struct inode *ip = VTOI(vp); local 6146 struct inode *ip = VTOI(vp); local 6225 struct inode *ip = VTOI(vp); local 6404 struct inode *ip = VTOI(vp); local 6436 struct inode *ip = VTOI(vp); local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/dsw/ |
| dsw_dev.h | 77 DSW_BM_FBA_LEN(ip->bi_size)) 81 #define DSW_BM_SIZE_CHUNKS(ip) ((ip->bi_size + DSW_SIZE - 1) / DSW_SIZE) 82 #define DSW_BM_SIZE_BYTES(ip) ((DSW_BM_SIZE_CHUNKS(ip) + DSW_BITS - 1) / \ 233 #define II_READ_START(ip, type) 234 #define II_READ_END(ip, type, rc, blocks) 235 #define II_WRITE_START(ip, type) 236 #define II_WRITE_END(ip, type, rc, blocks) 239 #define II_KS(ip, x) KSTAT_IO_PTR(ip->bi_kstat_io.x [all...] |
| dsw_dev.c | 62 #define REMOTE_VOL(s, ip) (((s) && ((ip->bi_flags)&DSW_SHDEXPORT)) || \ 63 (!(s)&&((ip->bi_flags)&DSW_SHDIMPORT))) 65 #define total_ref(ip) ((ip->bi_shdref + ip->bi_shdrref + ip->bi_bmpref) + \ 66 (NSHADOWS(ip) ? 0 : ip->bi_mstref + ip->bi_mstrref) 181 _ii_info_t *ip; member in struct:copy_args 723 _ii_info_t *ip; local 1030 _ii_info_t *ip = (_ii_info_t *)ksp->ks_private; local 1132 _ii_info_t *ip, *hip, **ipp; local 2107 _ii_info_t **xip, *ip; local 2422 _ii_info_t *ip; local 2512 _ii_info_t *ip; local 2607 _ii_info_t *ip; local 2683 _ii_info_t *ip; local 2745 _ii_info_t *ip; local 2837 _ii_info_t *ip; local 3135 _ii_info_t *ip; local 3281 _ii_info_t *ip; local 3354 _ii_info_t **xip, *ip; local 3409 _ii_info_t *ip; local 3475 _ii_info_t *ip; local 3528 _ii_info_t *ip; local 3632 _ii_info_t *ip; local 3714 _ii_info_t *ip; local 3836 _ii_info_t *ip; local 4040 _ii_info_t *ip; local 4150 _ii_info_t *ip; local 4459 _ii_info_t *ip; local 4544 _ii_info_t *ip; local 4885 _ii_info_t *ip; local 4941 _ii_info_t *ip; local 5095 _ii_info_t *ip; local 5292 _ii_info_t *ip; local 5502 _ii_info_t **xip, *ip; local 6832 _ii_info_t *ip; local 8988 _ii_info_t *ip = bfd->ii_info; local 9160 _ii_info_t *ip = bfd->ii_info; local 9239 _ii_info_t *ip = bfd->ii_info; local 9535 _ii_info_t *ip; local 9662 _ii_info_t *ip = bfd->ii_info; local 9780 _ii_info_t *ip; local 9928 _ii_info_t *ip; local 10059 _ii_info_t *ip = bfd->ii_info; local [all...] |
| ii_tree.c | 77 ii_header_t *_ii_bm_header_get(_ii_info_t *ip, nsc_buf_t **tmp); 78 int _ii_bm_header_put(ii_header_t *hdr, _ii_info_t *ip, 86 static void free_node(_ii_info_t *ip, NODE *np, nodeid_t ni); 87 static chunkid_t ii_alloc_overflow(_ii_info_t *ip); 93 update_tree_header(_ii_info_t *ip) 98 mutex_enter(&ip->bi_mutex); 99 header = _ii_bm_header_get(ip, &tmp); 102 mutex_exit(&ip->bi_mutex); 106 header->ii_mstchks = ip->bi_mstchks; 107 header->ii_shdchks = ip->bi_shdchks [all...] |
| /onnv/onnv-gate/usr/src/cmd/ast/msgcc/ |
| msgcvt.c | 130 decode(Sfio_t* ip) 136 if ((c = sfgetc(ip)) == EOF) 142 while ((c = sfgetc(ip)) != EOF && c != ';') 185 sfungetc(ip, name[i]); 207 sfnext(Sfio_t* ip) 211 while (isspace(c = sfgetc(ip))); 216 html2msg(register Sfio_t* ip, register Sfio_t* op, int flags) 222 while ((c = sfgetc(ip)) != EOF) 225 if ((c = sfnext(ip)) == 'O' && 226 (c = sfnext(ip)) == 'L' & [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| host_ident.h | 38 /* covert host name or ip mms_address to internal mm usage */ 39 char *mms_host_ident(char *host_str, char *host, char *ip); 42 char *mms_host_info(char *host, char *ip);
|
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/pppt/ |
| pppt.conf | 30 pppt-ic-remote-ip="0.0.0.0";
|
| /onnv/onnv-gate/usr/src/common/zfs/ |
| zfs_fletcher.c | 137 const uint64_t *ip = buf; local 138 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); 141 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { 142 a0 += ip[0]; 143 a1 += ip[1]; 154 const uint64_t *ip = buf; local 155 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); 158 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) 171 const uint32_t *ip = buf; local 188 const uint32_t *ip = buf; local 206 const uint32_t *ip = buf; local 229 const uint32_t *ip = buf; local [all...] |
| /onnv/onnv-gate/usr/src/stand/lib/inet/ |
| icmp4.h | 38 extern void icmp4(struct inetgram *, struct ip *, uint16_t, struct in_addr);
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| util.c | 147 char *ip, *op; local 155 for (ip = ibp, olen = 1; *ip != '\0'; ip++, olen++) 157 if (SM_MM_QUOTE(*ip)) 197 for (ip = ibp, op = obp, bufused = 0; *ip != '\0'; ip++) 199 if (SM_MM_QUOTE(*ip)) 205 op[bufused++] = *ip; 230 char *ip, *op; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/lms/tools/ |
| ATNetworkTool.h | 47 struct sockaddr_storage ip; member in class:ATAddress 53 memset(&(this->ip), 0, sizeof(struct sockaddr_storage)); 58 memcpy(&(this->ip), y.addr(), sizeof(struct sockaddr_storage)); 63 memset(&(this->ip), 0, sizeof(struct sockaddr_storage)); 64 memcpy(&(this->ip), yip, saSize(yip)); 69 memcpy(&(this->ip), y.addr(), sizeof(struct sockaddr_storage)); 70 ATAddress::saSetPort((const struct sockaddr *)&(this->ip), yport); 75 memset(&(this->ip), 0, sizeof(struct sockaddr_storage)); 76 memcpy(&(this->ip), yip, saSize(yip)); 77 ATAddress::saSetPort((const struct sockaddr *)&(this->ip), yport) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| getopt.c | 132 char *ip; /* ptr into optstring, traverses every char */ local 136 cp = ip = (char *)optstring; 138 if (*ip != '(' && *++ip == '\0') 140 if (*ip == ':' && *++ip == '\0') 142 while (*ip == '(') { 143 if (*++ip == '\0') 147 while (*ip != ')' && *ip != '\0' && *op != '\0' [all...] |