OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_SONAME
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/fs/nfs/common/
krpc_subr.c
338
free(from,
M_SONAME
);
425
if (from) free(from,
M_SONAME
);
nfsport.h
628
M_SONAME
, M_WAITOK); \
635
FREE((caddr_t)(a),
M_SONAME
); \
/src/sys/kern/
uipc_usrreq.c
340
free(unp->unp_addr,
M_SONAME
);
950
sun = malloc(*addrlen,
M_SONAME
, M_WAITOK);
1037
free(sun,
M_SONAME
);
1226
M_SONAME
, M_WAITOK);
1286
free(sun,
M_SONAME
);
uipc_socket.c
124
MALLOC_DEFINE(
M_SONAME
, "soname", "socket name");
/src/sys/fs/nfs/client/
nfs_clvfsops.c
817
sin = malloc(sizeof(*sin),
M_SONAME
, M_WAITOK);
822
free(sin,
M_SONAME
);
1307
nam = malloc(args.addrlen,
M_SONAME
, M_WAITOK);
1382
FREE(nam,
M_SONAME
);
1637
FREE(nam,
M_SONAME
);
1695
FREE(nmp->nm_nam,
M_SONAME
);
nfs_clrpcops.c
5288
sad = malloc(sizeof(*sad),
M_SONAME
, M_WAITOK | M_ZERO);
5327
sad6 = malloc(sizeof(*sad6),
M_SONAME
, M_WAITOK | M_ZERO);
5386
free(nrp->nr_nam,
M_SONAME
);
5834
free(dsp->nfsclds_sockp->nr_nam,
M_SONAME
);
/src/sys/sys/
mbuf.h
735
MALLOC_DECLARE(
M_SONAME
);
/src/sys/netinet6/
in6.c
2752
sin6_p = malloc(sizeof(*sin6_p),
M_SONAME
, M_WAITOK);
2755
free(*nam,
M_SONAME
);
Completed in 27 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026