Searched refs:auxt (Results 1 – 1 of 1) sorted by relevance
170 struct puffs_vfsmsg_unmount *auxt = auxbuf; in dispatch() local173 error = pops->puffs_fs_unmount(pu, auxt->pvfsr_flags); in dispatch()183 struct puffs_vfsmsg_statvfs *auxt = auxbuf; in dispatch() local185 error = pops->puffs_fs_statvfs(pu, &auxt->pvfsr_sb); in dispatch()191 struct puffs_vfsmsg_sync *auxt = auxbuf; in dispatch() local192 PUFFS_MAKECRED(pcr, &auxt->pvfsr_cred); in dispatch()195 auxt->pvfsr_waitfor, pcr); in dispatch()201 struct puffs_vfsmsg_fhtonode *auxt = auxbuf; in dispatch() local204 pni.pni_cookie = &auxt->pvfsr_fhcookie; in dispatch()205 pni.pni_vtype = &auxt->pvfsr_vtype; in dispatch()[all …]