OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagstr
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/netstat/
route.c
269
char *
tagstr
;
local
272
tagstr
= mpls_ntoa(tagsa);
273
if (strlen(
tagstr
) < 7)
274
printf("%7s",
tagstr
);
276
printf("%s",
tagstr
);
/src/sys/fs/nfs/server/
nfs_nfsdkrpc.c
324
u_char tag[NFSV4_SMALLSTR + 1], *
tagstr
= NULL;
local
360
nfsd_getminorvers(nd, tag, &
tagstr
, &taglen,
382
nfsrvd_dorpc(nd, isdgram,
tagstr
, taglen, minorvers, td);
405
if (
tagstr
!= NULL && taglen > NFSV4_SMALLSTR)
406
free(
tagstr
, M_TEMP);
nfs_nfsdsubs.c
2101
u_char *
tagstr
= NULL;
local
2110
tagstr
= tag;
2112
tagstr
= malloc(taglen + 1, M_TEMP, M_WAITOK);
2113
error = nfsrv_mtostr(nd,
tagstr
, taglen);
2118
*tagstrp =
tagstr
;
2123
if (
tagstr
!= NULL && taglen > NFSV4_SMALLSTR)
2124
free(
tagstr
, M_TEMP);
/src/sys/fs/nfs/client/
nfs_clstate.c
3152
u_char tag[NFSV4_SMALLSTR + 1], *
tagstr
;
local
3178
tagstr
= tag;
3180
tagstr
= malloc(taglen + 1, M_TEMP, M_WAITOK);
3181
error = nfsrv_mtostr(nd,
tagstr
, taglen);
3184
free(
tagstr
, M_TEMP);
3190
free(
tagstr
, M_TEMP);
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026