Searched refs:canwait (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 893 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()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 491 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()
|