Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dstubs.c63 static am_nfs_fh un_fhandle; variable
85 memcpy(un_fhandle.fh_data, &ui, sizeof(ui)); in hlfsd_init_filehandles()
285 memset(&un_fhandle, 0, sizeof(am_nfs_fh)); in nfsproc_lookup_2_svc()
287 memcpy(un_fhandle.fh_data, &xuid, sizeof(xuid)); in nfsproc_lookup_2_svc()
288 xstrlcpy((char *) &un_fhandle.fh_data[sizeof(xuid)], in nfsproc_lookup_2_svc()
291 res.dr_u.dr_drok_u.drok_fhandle = un_fhandle; in nfsproc_lookup_2_svc()