Home
last modified time | relevance | path

Searched refs:add_alloc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c63 add_alloc(char *type, void *addr, size_t size, const char *file, int line) in add_alloc() function
125 add_alloc("MALLOC", addr, size, file, line); in my_malloc()
140 add_alloc("MALLOC", ptr, size, file, line); in my_realloc()
166 add_alloc("STRDUP", addr, size, file, line); in my_strdup()
177 add_alloc("SETHOSTENT", NULL, 0, file, line); in my_sethostent()
205 add_alloc("SETNETCONFIG", nconf, 0, file, line); in my_setnetconfig()
233 add_alloc("SETNETPATH", npath, 0, file, line); in my_setnetpath()
266 add_alloc("NETDIR_GETBYNAME", *addrs, 0, file, line); in my_netdir_getbyname()
295 add_alloc("GETIPNODEBYNAME", res, 0, file, line); in my_getipnodebyname()
318 add_alloc("GETNETCONFIGENT", res, 0, file, line); in my_getnetconfigent()
[all …]
H A Ddebug_alloc.h38 int add_alloc(char *, void *, size_t, const char *, int);
H A Dautod_nfs.c1301 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); in nfsmount()
1302 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in nfsmount()
1355 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in nfsmount()
2982 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in get_server_fh()
3044 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in get_server_fh()
3625 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); in nfsunmount()
3626 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, __FILE__, __LINE__); in nfsunmount()
3649 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, __FILE__, __LINE__); in nfsunmount()
H A Dautod_parse.c1887 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); in do_mapent_hosts()
1888 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, __FILE__, __LINE__); in do_mapent_hosts()