/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | menuopts.c | 41 ITEM **ip; local 63 for (ip = Items(m); *ip; ip++) { 65 Value(*ip) = FALSE;
|
H A D | 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 118 ITEM **ip; local [all...] |
H A D | post.c | 187 ITEM **ip; local 236 for (ip = Items(m); *ip; ip++) { 237 Value(*ip) = FALSE;
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | authsys_prot.c | 88 xdr_uid_t(XDR *xdrs, uid_t *ip) argument 92 return (xdr_short(xdrs, (short *)ip)); 93 return (xdr_int(xdrs, (int *)ip)); 100 xdr_gid_t(XDR *xdrs, gid_t *ip) argument 104 return (xdr_short(xdrs, (short *)ip)); 105 return (xdr_int(xdrs, (int *)ip));
|
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | astquery.c | 48 Sfio_t* ip; local 73 ip = rfp; 78 ip = sfstdin; 84 for (n = c = sfgetc(ip);; c = sfgetc(ip))
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | interp.c | 94 token_t *ip; local 96 ip = IP; 100 IP = ip; 106 token_t *ip, *wa; local 114 ip = IP; 119 IP = ip;
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_chassis.c | 43 smbios_info_t ip; local 60 rv = smbios_info_common(shp, smb_id, &ip); 73 ip.smbi_serial, 0); 74 ch_hcfmri.version = x86pi_cleanup_smbios_str(mod, ip.smbi_version, 0); 76 ip.smbi_manufacturer, 0);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | 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) argument 59 for (hp = ip->int_head; hp != NULL; hp = np) { 61 dt_free(ip 69 dt_inttab_insert(dt_inttab_t *ip, uint64_t value, uint_t flags) argument 103 dt_inttab_size(const dt_inttab_t *ip) argument 109 dt_inttab_write(const dt_inttab_t *ip, uint64_t *dst) argument [all...] |
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | igmp.h | 21 struct igmp_ip_t { /* Format of an igmp ip packet */ 22 struct iphdr ip; member in struct:igmp_ip_t
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 29 gcore_prfetchinstr(mdb_klwp_t *lwp, ulong_t *ip) argument 31 *ip = (ulong_t)(instr_t)lwp->lwp_pcb.pcb_instr;
|
/illumos-gate/usr/src/cmd/mdb/sparc/modules/genunix/ |
H A D | gcore_isadep.c | 33 gcore_prfetchinstr(mdb_klwp_t *lwp, ulong_t *ip) argument
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_xattr.c | 67 struct inode *ip, *sdp; local 70 ip = VTOI(dvp); 72 if (ip && ((ip->i_oeftflag) != 0)) { 75 error = ufs_iget(vfsp, ip->i_oeftflag, sip, cr); 89 (int)ip->i_number, (int)sdp->i_number); 98 error = ufs_xattrmkdir(ip, sip, 1, cr); 105 error = ufs_xattrmkdir(ip, sip, 1, cr); 119 ufs_unhook_shadow(struct inode *ip, struct inode *sip) argument 121 struct vnode *datavp = ITOV(ip); [all...] |
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_netbios_pxy.c | 104 ip_t *ip; local 118 ip = fin->fin_ip; 120 off = (char *)udp - (char *)ip + sizeof(*udp) + fin->fin_ipoff; 124 * ip header; 133 dgmbuf[0] = (char)((ip->ip_src.s_addr ) &0xFF); 134 dgmbuf[1] = (char)((ip->ip_src.s_addr >> 8) &0xFF); 135 dgmbuf[2] = (char)((ip->ip_src.s_addr >> 16)&0xFF); 136 dgmbuf[3] = (char)((ip->ip_src.s_addr >> 24)&0xFF);
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | authu_prot.c | 75 xdr_uid_t(XDR *xdrs, uid_t *ip) argument 78 (void) (xdr_short(xdrs, (short *)ip)); 79 return (xdr_int32(xdrs, (int32_t *)ip)); 82 return (xdr_int(xdrs, (int32_t *)ip)); 84 return (xdr_short(xdrs, (short *)ip)); 93 xdr_gid_t(XDR *xdrs, gid_t *ip) argument 96 (void) (xdr_short(xdrs, (short *)ip)); 97 return (xdr_int32(xdrs, (int32_t *)ip)); 100 return (xdr_int32(xdrs, (int32_t *)ip)); 102 return (xdr_short(xdrs, (short *)ip)); [all...] |
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_delete.c | 162 indx_t *ip, cnt, offset; local 191 for (cnt = &h->linp[idx] - (ip = &h->linp[0]); cnt--; ++ip) 192 if (ip[0] < offset) 193 ip[0] += nbytes; 194 for (cnt = &h->linp[NEXTINDEX(h)] - ip; --cnt; ++ip) 195 ip[0] = ip[1] < offset ? ip[ [all...] |
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | fmtfs.c | 59 register Id_t* ip; local 75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev)) 76 return ip->name; 84 if (!dict || !(ip = newof(0, Id_t, 1, strlen(s)))) 93 strcpy(ip->name, s); 96 dtinsert(dict, ip); 97 return ip->name;
|
H A D | fmtgid.c | 62 register Id_t* ip; local 76 else if (ip = (Id_t*)dtmatch(dict, &gid)) 77 return ip->name; 93 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) 95 ip->id = gid; 96 strcpy(ip->name, name); 97 dtinsert(dict, ip); 98 return ip->name;
|
H A D | fmtuid.c | 62 register Id_t* ip; local 76 else if (ip = (Id_t*)dtmatch(dict, &uid)) 77 return ip->name; 93 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) 95 ip->id = uid; 96 strcpy(ip->name, name); 97 dtinsert(dict, ip); 98 return ip->name;
|
H A D | strgid.c | 72 register Id_t* ip; local 86 else if (ip = (Id_t*)dtmatch(dict, name)) 87 return ip->id; 114 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) 116 strcpy(ip->name, name); 117 ip->id = id >= 0 ? id : -2; 118 dtinsert(dict, ip);
|
H A D | struid.c | 67 register Id_t* ip; local 80 else if (ip = (Id_t*)dtmatch(dict, name)) 81 return ip->id; 102 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) 104 strcpy(ip->name, name); 105 ip->id = id >= 0 ? id : -2; 106 dtinsert(dict, ip);
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | udp.c | 52 #include <netinet/ip.h> 60 /* Caller must leave room for ethernet, ip and udp headers in front!! */ 68 struct ip *ip; local 85 ip = (struct ip *)uh - 1; 86 len += sizeof(*ip) + sizeof(*uh); 88 bzero(ip, sizeof(*ip) + sizeof(*uh)); 90 ip 145 struct ip *ip; local [all...] |
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | getaddr.c | 88 const char *ip; local 95 ip = inet_ntop(AF_INET, &sin->sin_addr, 100 ip = inet_ntop(AF_INET6, &sin6->sin6_addr, 104 ip = "?"; 107 printf(" IP=%s\n", ip);
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | fix_options.c | 23 #include <netinet/ip.h> 49 struct protoent *ip; local 55 if ((ip = getprotobyname("ip")) != 0) 56 ipproto = ip->p_proto;
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | 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 ! [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | 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 66 const uint32_t *ip = buf; local 83 const uint32_t *ip = buf; local [all...] |