Searched refs:M_SONAME (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h104 #define M_SONAME 11 /* socket name */ macro
223 #define M_SONAME 11 /* socket name (smb) */ macro
H A Dsocketvar.h548 MALLOC_DECLARE(M_SONAME); variable
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_usrreq.c259 MALLOC(sat, struct sockaddr_at *, sizeof *sat, M_SONAME, M_WAITOK);
265 FREE(sat, M_SONAME);
285 MALLOC(sat, struct sockaddr_at *, sizeof *sat, M_SONAME, M_WAITOK);
291 FREE(sat, M_SONAME);
H A Daurp_aurpd.c371 FREE(rem_addr, M_SONAME);
387 FREE(rem_addr, M_SONAME);
399 FREE(rem_addr, M_SONAME);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c172 if (sa) FREE(sa, M_SONAME);
202 MALLOC(sa, struct sockaddr *, to->sa_len, M_SONAME, M_WAITOK);
214 FREE(sa, M_SONAME);
234 MALLOC(sa, struct sockaddr *, to->sa_len, M_SONAME,
284 FREE(sa, M_SONAME);
393 FREE(sa, M_SONAME);
414 FREE(sa, M_SONAME);
434 FREE(*psa, M_SONAME);
459 FREE(sa, M_SONAME);
758 if (fromsa) FREE(fromsa, M_SONAME);
[all...]
H A Duipc_syscalls.c273 FREE(sa, M_SONAME);
521 FREE(sa, M_SONAME);
627 FREE(sa, M_SONAME);
635 FREE(sa, M_SONAME);
645 FREE(sa, M_SONAME);
671 FREE(sa, M_SONAME);
885 FREE(to, M_SONAME);
1288 FREE(fromsa, M_SONAME);
1751 FREE(sa, M_SONAME);
1834 if (sa) FREE(sa, M_SONAME);
[all...]
H A Duipc_socket2.c1863 * Make a copy of a sockaddr in a malloced buffer of type M_SONAME.
1870 MALLOC(sa2, struct sockaddr *, sa->sa_len, M_SONAME,
H A Duipc_usrreq.c2360 FREE(unp->unp_addr, M_SONAME);
H A Duipc_socket.c171 MALLOC_DEFINE(M_SONAME, "soname", "socket name");
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1116 MALLOC(sin, struct sockaddr_in *, sizeof *sin, M_SONAME, M_WAITOK);
1125 FREE(sin, M_SONAME);
1144 MALLOC(sin, struct sockaddr_in *, sizeof *sin, M_SONAME, M_WAITOK);
1153 FREE(sin, M_SONAME);
H A Dtcp_input.c2504 M_SONAME, M_NOWAIT);
2518 FREE(sin6, M_SONAME);
2521 FREE(sin6, M_SONAME);
2526 MALLOC(sin, struct sockaddr_in *, sizeof *sin, M_SONAME,
2540 FREE(sin, M_SONAME);
2543 FREE(sin, M_SONAME);
/darwin-on-arm/xnu/bsd/net/
H A Dndrv.c460 MALLOC(*nam, struct sockaddr *, len, M_SONAME, M_WAITOK);
482 MALLOC(*nam, struct sockaddr *, len, M_SONAME, M_WAITOK);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c635 MALLOC(sin6, struct sockaddr_in6 *, sizeof *sin6, M_SONAME, M_WAITOK);
667 MALLOC(sin6_p, struct sockaddr_in6 *, sizeof *sin6_p, M_SONAME,
H A Din6.c3621 MALLOC(sin6_p, struct sockaddr_in6 *, sizeof *sin6_p, M_SONAME,
3627 FREE(*nam, M_SONAME);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c486 MALLOC(nso->nso_saddr, struct sockaddr *, sa->sa_len, M_SONAME, M_WAITOK|M_ZERO);
566 FREE(nso->nso_saddr, M_SONAME);
568 FREE(nso->nso_saddr2, M_SONAME);
1197 MALLOC(nsonfs->nso_saddr2, struct sockaddr *, ss.ss_len, M_SONAME, M_WAITOK|M_ZERO);
1446 FREE(oldsaddr, M_SONAME);
H A Dnfs_vfsops.c4253 FREE(nmp->nm_saddr, M_SONAME);
4255 FREE(nmp->nm_rqsaddr, M_SONAME);
4431 MALLOC(nmp->nm_rqsaddr, struct sockaddr *, sizeof(struct sockaddr_storage), M_SONAME, M_WAITOK|M_ZERO);

Completed in 110 milliseconds