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

/illumos-gate/usr/src/lib/libtnfctl/
H A Dcomb.c197 char *thisname = NULL; local
232 prexstat = findname(hndl, down, &thisname);
267 name_pp[0] = thisname;
273 prexstat = findname(hndl, addr, &thisname);
300 (thisname) ? (thisname) : "end_func");
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c365 char *thisname = kmem_alloc(array_numints, KM_SLEEP); local
369 sizeof (char), array_numints, thisname);
370 match = zap_match(zn, thisname);
371 kmem_free(thisname, array_numints);

Completed in 61 milliseconds