Home
last modified time | relevance | path

Searched refs:sn_len (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/nfs/
Dnfs_bootparam.c408 int error, sn_len, path_len; in bp_getfile() local
437 sn_len = sizeof(ndm->ndm_host) - 1; in bp_getfile()
438 m = xdr_string_decode(m, serv_name, &sn_len); in bp_getfile()
462 if ((sn_len + 1 + path_len + 1) > sizeof(ndm->ndm_host)) { in bp_getfile()
467 ndm->ndm_host[sn_len] = ':'; in bp_getfile()
468 memcpy(ndm->ndm_host + sn_len + 1, pathname, path_len + 1); in bp_getfile()
/netbsd/src/sys/lib/libsa/
Dbootparam.c250 uint32_t sn_len, path_len; in bp_getfile() local
299 sn_len = FNAME_SIZE - 1; in bp_getfile()
300 if (xdr_string_decode(&recv_head, serv_name, &sn_len)) { in bp_getfile()