Searched refs:cat_lookup_buffer (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h84 struct cat_lookup_buffer { struct
H A Dhfs_cnode.c397 struct cat_lookup_buffer *lookup_rsrc = NULL;
401 MALLOC(lookup_rsrc, struct cat_lookup_buffer*, sizeof (struct cat_lookup_buffer), M_TEMP, M_WAITOK);
408 bzero (lookup_rsrc, sizeof (struct cat_lookup_buffer));

Completed in 16 milliseconds