Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c335 struct udp_cache { struct
351 (xid % (SPARSENESS*((struct udp_cache *) \ argument
365 struct udp_cache *uc;
371 uc = ALLOC(struct udp_cache, 1);
382 FREE(uc, struct udp_cache, 1);
391 FREE((char *)uc, struct udp_cache, 1);
411 struct udp_cache *uc = (struct udp_cache *) su->su_cache;
482 register struct udp_cache *uc = (struct udp_cache *) su->su_cache;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h106 daddr_t udp_cache[CLSTR_SIZE]; member
302 ud_part::udp_cache))
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c1378 part->udp_cache[index] = bno; in ud_alloc_from_cache()
1386 *blkno = part->udp_cache[part->udp_cache_count]; in ud_alloc_from_cache()
1411 start = part->udp_cache[0]; in ud_release_cache()