Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c893 dcd_doattach(dev_info_t *devi, int (*canwait)()) in dcd_doattach() argument
898 int km_flags = (canwait != NULL_FUNC)? KM_SLEEP : KM_NOSLEEP; in dcd_doattach()
915 switch (dcd_probe(devp, canwait)) { in dcd_doattach()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c491 static int st_doattach(struct scsi_device *devp, int (*canwait)());
1601 st_doattach(struct scsi_device *devp, int (*canwait)()) in st_doattach() argument
1605 int km_flags = (canwait != NULL_FUNC) ? KM_SLEEP : KM_NOSLEEP; in st_doattach()
1618 if (scsi_probe(devp, canwait) == SCSIPROBE_EXISTS) { in st_doattach()
1659 MAX_SENSE_LENGTH, B_READ, canwait, NULL); in st_doattach()
1664 CDB_GROUP0, 1, st_recov_sz, PKT_CONSISTENT, canwait, NULL); in st_doattach()