Searched refs:ohp (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clstate.c | 217 struct nfsclownerhead *ohp; in nfscl_open() local 268 ohp = &dp->nfsdl_owner; in nfscl_open() 270 ohp = &clp->nfsc_owner; in nfscl_open() 272 LIST_FOREACH(owp, ohp, nfsow_list) { in nfscl_open() 609 nfscl_getopen(struct nfsclownerhead *ohp, u_int8_t *nfhp, int fhlen, in nfscl_getopen() argument 634 owp = LIST_FIRST(ohp); in nfscl_getopen()
|
| /NextBSD/sys/dev/isp/ |
| HD | isp.c | 3821 isp_login_device(ispsoftc_t *isp, int chan, uint32_t portid, isp_pdb_t *p, uint16_t *ohp) in isp_login_device() argument 3832 handle = isp_next_handle(isp, ohp); in isp_login_device() 3842 handle = isp_next_handle(isp, ohp); in isp_login_device() 3873 handle = isp_next_handle(isp, ohp); in isp_login_device() 4190 isp_next_handle(ispsoftc_t *isp, uint16_t *ohp) in isp_next_handle() argument 4196 handle = *ohp; in isp_next_handle() 4229 *ohp = handle; in isp_next_handle()
|