HomeSort by relevance Sort by last modified time
    Searched refs:ip (Results 1 - 25 of 835) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /netvirt/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...]
  /netvirt/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...]
  /netvirt/usr/src/cmd/fm/modules/common/ip-transport/
Makefile 29 MODULE = ip-transport
31 SRCS = ip.c
  /netvirt/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...]
  /netvirt/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...]
ipft_td.c 98 ip_t *ip = (ip_t *)&pkt; local
127 (void) inet_aton(src, &ip->ip_src);
133 (void) inet_aton(src, &ip->ip_dst);
138 (void) inet_aton(src, &ip->ip_src);
139 (void) inet_aton(src, &ip->ip_dst);
141 ip->ip_len = sizeof(ip_t);
142 IP_HL_A(ip, sizeof(ip_t));
145 ip->ip_p = getproto(s);
147 switch (ip->ip_p)
152 ip->ip_len += atoi(s)
    [all...]
hostname.c 14 char *hostname(v, ip)
16 void *ip;
24 ipa.s_addr = *(u_32_t *)ip;
31 hp = gethostbyaddr(ip, 4, AF_INET);
53 (void) inet_ntop(AF_INET6, ip, hostbuf, sizeof(hostbuf) - 1);
  /netvirt/usr/src/grub/grub-0.95/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...]
  /netvirt/usr/src/uts/common/fs/ufs/
ufs_inode.c 257 struct inode *ip = buf; local
260 rw_init(&ip->i_rwlock, NULL, RW_DEFAULT, NULL);
261 rw_init(&ip->i_contents, NULL, RW_DEFAULT, NULL);
262 mutex_init(&ip->i_tlock, NULL, MUTEX_DEFAULT, NULL);
263 dnlc_dir_init(&ip->i_danchor);
265 cv_init(&ip->i_wrcv, NULL, CV_DRIVER, NULL);
268 ip->i_vnode = vp;
271 vp->v_data = (caddr_t)ip;
280 struct inode *ip = buf; local
283 vp = ITOV(ip);
341 struct inode *ip; local
451 struct inode *ip, *sp; local
1164 struct inode *ip; local
1527 struct inode *ip = vip; local
1617 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 248 ufs_delete(struct ufsvfs *ufsvfsp, struct inode *ip, int dolockfs)
251 struct vnode *vp = ITOV(ip);
254 int dorwlock = ((ip->i_mode & IFMT) == IFREG);
270 if (ULOCKFS_IS_NOIDEL(ITOUL(ip))) {
272 delq_info->delq_unreclaimed_blocks -= ip->i_blocks;
279 if ((vp->v_count > 1) || (ip->i_mode == 0)) {
281 delq_info->delq_unreclaimed_blocks -= ip->i_blocks;
310 rw_enter(&ip->i_rwlock, RW_WRITER);
315 if (ip->i_oeftflag != 0) {
317 trans_size = (int)TOP_REMOVE_SIZE(ip));
458 struct inode *ip; local
528 struct inode *ip; local
884 struct inode *ip; local
940 struct inode *ip, *nip; local
1034 struct inode *ip; local
    [all...]
ufs_vnops.c 242 struct inode *ip; /* the file we contain */ member in struct:dump
286 struct inode *ip = VTOI(vp); local
287 if (ip->i_delaylen) {
289 (void) ufs_putpages(vp, ip->i_delayoff, ip->i_delaylen,
291 ip->i_delaylen = 0;
303 struct inode *ip = VTOI(vp); local
309 ASSERT(RW_READ_HELD(&ip->i_rwlock));
315 if (MANDLOCK(vp, ip->i_mode)) {
325 ufsvfsp = ip->i_ufsvfs
433 struct inode *ip = VTOI(vp); local
1950 struct inode *ip = VTOI(vp); local
1985 struct inode *ip = VTOI(vp); local
2085 struct inode *ip = VTOI(vp); local
2417 struct inode *ip = VTOI(vp); local
2448 struct inode *ip = VTOI(vp); local
2604 struct inode *ip = VTOI(vp); local
2710 struct inode *ip; local
2889 struct inode *ip; local
3174 struct inode *ip = VTOI(vp); local
3344 struct inode *ip = NULL; \/* check inode *\/ local
3726 struct inode *ip; local
3803 struct inode *ip = VTOI(vp); local
3873 struct inode *ip; local
4082 struct inode *ip, *dip = VTOI(dvp); local
4308 struct inode *ip = VTOI(vp); local
4331 struct inode *ip = VTOI(vp); local
4389 struct inode *ip = VTOI(vp); local
4408 struct inode *ip = VTOI(vp); local
4493 struct inode *ip = VTOI(vp); local
4852 struct inode *ip = VTOI(vp); local
4978 struct inode *ip = VTOI(vp); local
5070 struct inode *ip = VTOI(vp); local
5159 struct inode *ip = VTOI(vp); local
5296 struct inode *ip; local
5335 struct inode *ip = VTOI(vp); local
5674 struct inode *ip = VTOI(vp); local
5692 struct inode *ip = VTOI(vp); local
5764 struct inode *ip = VTOI(vp); local
5865 struct inode *ip = VTOI(vp); local
6087 struct inode *ip = VTOI(vp); local
6166 struct inode *ip = VTOI(vp); local
6345 struct inode *ip = VTOI(vp); local
6377 struct inode *ip = VTOI(vp); local
    [all...]
  /netvirt/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...]
  /netvirt/usr/src/cmd/mdb/intel/amd64/ip/
Makefile 28 MODULE = ip.so
31 MODSRCS = ip.c
  /netvirt/usr/src/cmd/mdb/intel/ia32/ip/
Makefile 28 MODULE = ip.so
31 MODSRCS = ip.c
  /netvirt/usr/src/cmd/mdb/sparc/v9/ip/
Makefile 28 MODULE = ip.so
31 MODSRCS = ip.c
  /netvirt/usr/src/uts/common/fs/zfs/
fletcher.c 36 const uint64_t *ip = buf; local
37 const uint64_t *ipend = ip + (size / sizeof (uint64_t));
40 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
41 a0 += ip[0];
42 a1 += ip[1];
53 const uint64_t *ip = buf; local
54 const uint64_t *ipend = ip + (size / sizeof (uint64_t));
57 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2)
70 const uint32_t *ip = buf; local
87 const uint32_t *ip = buf; local
105 const uint32_t *ip = buf; local
128 const uint32_t *ip = buf; local
    [all...]
  /netvirt/usr/src/stand/lib/inet/
icmp4.h 38 extern void icmp4(struct inetgram *, struct ip *, uint16_t, struct in_addr);
  /netvirt/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...]
  /netvirt/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...]
  /netvirt/usr/src/lib/libast/common/string/
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;
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;

Completed in 7399 milliseconds

1 2 3 4 5 6 7 8 91011>>