Searched defs:udp_cache (Results 1 - 2 of 2) sorted by relevance

/illumos-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...]
/illumos-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))

Completed in 47 milliseconds