OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sn_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/nfs/
nfs_bootparam.c
408
int error,
sn_len
, path_len;
local in function:bp_getfile
437
sn_len
= sizeof(ndm->ndm_host) - 1;
438
m = xdr_string_decode(m, serv_name, &
sn_len
);
462
if ((
sn_len
+ 1 + path_len + 1) > sizeof(ndm->ndm_host)) {
467
ndm->ndm_host[
sn_len
] = ':';
468
memcpy(ndm->ndm_host +
sn_len
+ 1, pathname, path_len + 1);
/src/sys/lib/libsa/
bootparam.c
250
uint32_t
sn_len
, path_len;
local in function:bp_getfile
299
sn_len
= FNAME_SIZE - 1;
300
if (xdr_string_decode(&recv_head, serv_name, &
sn_len
)) {
Completed in 45 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025