Searched refs:cache_alloc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | ncgrpw.c | 80 cache_alloc(char *fname, int len, size_t struct_size) in cache_alloc() function 152 if ((itemp = cache_alloc("cgrnam()", len, in cgrnam() 223 if ((itemp = cache_alloc("cpwnam()", len, in cpwnam() 309 if ((itemp = cache_alloc("cgrgid()", len, in cgrgid() 376 if ((itemp = cache_alloc("cpwuid()", len, in cpwuid()
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.h | 288 static int cache_alloc(struct di_devlink_handle *hdp);
|
H A D | devinfo_devlink.c | 162 if (cache_alloc(hdp) != 0) { in di_devlink_open() 465 cache_alloc(struct di_devlink_handle *hdp) in cache_alloc() function
|