Home
last modified time | relevance | path

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

/netbsd-src/lib/libpuffs/
H A Ddispatcher.c170 struct puffs_vfsmsg_unmount *auxt = auxbuf; in dispatch() local
173 error = pops->puffs_fs_unmount(pu, auxt->pvfsr_flags); in dispatch()
183 struct puffs_vfsmsg_statvfs *auxt = auxbuf; in dispatch() local
185 error = pops->puffs_fs_statvfs(pu, &auxt->pvfsr_sb); in dispatch()
191 struct puffs_vfsmsg_sync *auxt = auxbuf; in dispatch() local
192 PUFFS_MAKECRED(pcr, &auxt->pvfsr_cred); in dispatch()
195 auxt->pvfsr_waitfor, pcr); in dispatch()
201 struct puffs_vfsmsg_fhtonode *auxt = auxbuf; in dispatch() local
204 pni.pni_cookie = &auxt->pvfsr_fhcookie; in dispatch()
205 pni.pni_vtype = &auxt->pvfsr_vtype; in dispatch()
[all …]