Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c287 safte_rdstat(ses_softc_t *ssc, int slpflg) in safte_rdstat() argument
299 driveids = kmem_alloc(id_size, slpflg); in safte_rdstat()
334 sdata = kmem_alloc(buflen, slpflg); in safte_rdstat()
736 safte_get_encstat(ses_softc_t *ssc, int slpflg) in safte_get_encstat() argument
738 return (safte_rdstat(ssc, slpflg)); in safte_get_encstat()
742 safte_set_encstat(ses_softc_t *ssc, uchar_t encstat, int slpflg) in safte_set_encstat() argument
764 return (wrbuf16(ssc, SAFTE_WT_GLOBAL, cc->flag1, cc->flag2, 0, slpflg)); in safte_set_encstat()
768 safte_get_objstat(ses_softc_t *ssc, ses_objarg *obp, int slpflg) in safte_get_objstat() argument
774 int r = safte_rdstat(ssc, slpflg); in safte_get_objstat()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3027 int slpflg, errs; in strwaitq() local
3036 slpflg = RSLEEP; in strwaitq()
3040 slpflg = WSLEEP; in strwaitq()
3047 if (stp->sd_wakeq & slpflg) { in strwaitq()
3051 stp->sd_wakeq &= ~slpflg; in strwaitq()
3114 stp->sd_flag |= slpflg; in strwaitq()
3129 stp->sd_flag &= ~slpflg; in strwaitq()