Searched refs:clid (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d-opregion.h | 77 uint32_t clid; ///< Offset 0x1AC Current Lid State Indicator member
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 220 static void nfsrv_freelayouts(nfsquad_t *clid, fsid_t *fs, int laytype, 231 static int nfsrv_recalllayout(nfsquad_t clid, nfsv4stateid_t *stateidp, 236 static int nfsrv_fndclid(nfsquad_t *clidvec, nfsquad_t clid, int clidcnt); 7177 nfsrv_recalllayout(nfsquad_t clid, nfsv4stateid_t *stateidp, fhandle_t *fhp, in nfsrv_recalllayout() argument 7184 error = nfsrv_getclient(clid, 0, &clp, NULL, (nfsquad_t)((u_quad_t)0), in nfsrv_recalllayout() 7644 nfsrv_freelayouts(nfsquad_t *clid, fsid_t *fs, int laytype, int iomode) in nfsrv_freelayouts() argument 7654 if (clid->qval != lyp->lay_clientid.qval) in nfsrv_freelayouts() 8181 nfsquad_t clid[NFSCLIDVECSIZE]; in nfsrv_checkdsattr() local 8198 clid[clidcnt].qval = lyp->lay_clientid.qval; in nfsrv_checkdsattr() 8225 nfsrv_fndclid(clid, stp->ls_clp->lc_clientid, clidcnt) != 0) in nfsrv_checkdsattr() [all …]
|