Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c80 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 Ddevinfo_devlink.h288 static int cache_alloc(struct di_devlink_handle *hdp);
H A Ddevinfo_devlink.c162 if (cache_alloc(hdp) != 0) { in di_devlink_open()
465 cache_alloc(struct di_devlink_handle *hdp) in cache_alloc() function