Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp.c2478 isp_login_device(ispsoftc_t *isp, int chan, uint32_t portid, isp_pdb_t *p, uint16_t *ohp) in isp_login_device() argument
2483 handle = isp_next_handle(isp, ohp); in isp_login_device()
2493 handle = isp_next_handle(isp, ohp); in isp_login_device()
2524 handle = isp_next_handle(isp, ohp); in isp_login_device()
2780 isp_next_handle(ispsoftc_t *isp, uint16_t *ohp) in isp_next_handle() argument
2786 handle = *ohp; in isp_next_handle()
2812 *ohp = handle; in isp_next_handle()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c221 struct nfsclownerhead *ohp; in nfscl_open() local
278 ohp = &dp->nfsdl_owner; in nfscl_open()
280 ohp = &clp->nfsc_owner; in nfscl_open()
282 LIST_FOREACH(owp, ohp, nfsow_list) { in nfscl_open()
708 nfscl_getopen(struct nfsclownerhead *ohp, struct nfsclopenhash *ohashp, in nfscl_getopen() argument
717 KASSERT(ohp == NULL || ohashp == NULL, ("nfscl_getopen: " in nfscl_getopen()
737 LIST_FOREACH(owp, ohp, nfsow_list) { in nfscl_getopen()