Searched refs:add_alloc (Results 1 – 4 of 4) sorted by relevance
| /titanic_50/usr/src/cmd/fs.d/autofs/ |
| H A D | debug_alloc.c | 65 add_alloc(char *type, void *addr, size_t size, const char *file, int line) in add_alloc() function 127 add_alloc("MALLOC", addr, size, file, line); in my_malloc() 142 add_alloc("MALLOC", ptr, size, file, line); in my_realloc() 168 add_alloc("STRDUP", addr, size, file, line); in my_strdup() 179 add_alloc("SETHOSTENT", NULL, 0, file, line); in my_sethostent() 207 add_alloc("SETNETCONFIG", nconf, 0, file, line); in my_setnetconfig() 235 add_alloc("SETNETPATH", npath, 0, file, line); in my_setnetpath() 268 add_alloc("NETDIR_GETBYNAME", *addrs, 0, file, line); in my_netdir_getbyname() 297 add_alloc("GETIPNODEBYNAME", res, 0, file, line); in my_getipnodebyname() 320 add_alloc("GETNETCONFIGENT", res, 0, file, line); in my_getnetconfigent() [all …]
|
| H A D | debug_alloc.h | 40 int add_alloc(char *, void *, size_t, const char *, int);
|
| H A D | autod_nfs.c | 1306 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); in nfsmount() 1307 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in nfsmount() 1360 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in nfsmount() 2998 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in get_server_fh() 3060 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in get_server_fh() 3648 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); 3649 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, 3673 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, __FILE__, __LINE__);
|
| H A D | autod_parse.c | 1889 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); 1890 add_alloc("AUTH_HANDLE", cl->cl_auth, 0,
|