HomeSort by: relevance | last modified time | path
    Searched defs:isp_login_device (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
isp.c 130 static int isp_login_device(ispsoftc_t *, int, uint32_t, isp_pdb_t *, uint16_t *);
3649 * isp_login_device will check for handle and
3653 if (isp_login_device(isp, chan, portid, &pdb,
3777 * isp_login_device will check for handle and
3780 if (isp_login_device(isp, chan, portid, &pdb, &oldhandle)) {
3883 isp_login_device(ispsoftc_t *isp, int chan, uint32_t portid, isp_pdb_t *p, uint16_t *ohp) function

Completed in 22 milliseconds