Home
last modified time | relevance | path

Searched refs:my_endnetpath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h53 int my_endnetpath(void *, const char *, int);
83 #define endnetpath(v) my_endnetpath(v, __FILE__, __LINE__)
H A Ddebug_alloc.c239 my_endnetpath(void *npath, const char *file, int line) in my_endnetpath() function