Searched refs:add_alloc (Results 1 – 4 of 4) sorted by relevance
| /titanic_44/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 | 1361 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); in nfsmount() 1362 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in nfsmount() 1415 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in nfsmount() 3053 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in get_server_fh() 3115 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, in get_server_fh() 3703 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); 3704 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, 3728 add_alloc("AUTH_HANDLE", cl->cl_auth, 0, __FILE__, __LINE__);
|
| H A D | autod_parse.c | 1923 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); 1924 add_alloc("AUTH_HANDLE", cl->cl_auth, 0,
|