Searched refs:udp_cache (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c337 struct udp_cache { struct
353 (xid % (SPARSENESS*((struct udp_cache *) \
367 struct udp_cache *uc;
373 uc = ALLOC(struct udp_cache, 1);
384 FREE(uc, struct udp_cache, 1);
393 FREE((char *)uc, struct udp_cache, 1);
413 struct udp_cache *uc = (struct udp_cache *) su->su_cache;
484 register struct udp_cache *uc = (struct udp_cache *) s
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h106 daddr_t udp_cache[CLSTR_SIZE]; member in struct:ud_part
302 ud_part::udp_cache))
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c1390 part->udp_cache[index] = bno;
1398 *blkno = part->udp_cache[part->udp_cache_count];
1423 start = part->udp_cache[0];

Completed in 166 milliseconds