Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c289 safte_rdstat(ses_softc_t *ssc, int slpflg) in safte_rdstat() argument
301 driveids = kmem_alloc(id_size, slpflg); in safte_rdstat()
336 sdata = kmem_alloc(buflen, slpflg); in safte_rdstat()
738 safte_get_encstat(ses_softc_t *ssc, int slpflg) in safte_get_encstat() argument
740 return (safte_rdstat(ssc, slpflg)); in safte_get_encstat()
744 safte_set_encstat(ses_softc_t *ssc, uchar_t encstat, int slpflg) in safte_set_encstat() argument
766 return (wrbuf16(ssc, SAFTE_WT_GLOBAL, cc->flag1, cc->flag2, 0, slpflg)); in safte_set_encstat()
770 safte_get_objstat(ses_softc_t *ssc, ses_objarg *obp, int slpflg) in safte_get_objstat() argument
776 int r = safte_rdstat(ssc, slpflg); in safte_get_objstat()
/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c3002 int slpflg, errs; in strwaitq() local
3011 slpflg = RSLEEP; in strwaitq()
3015 slpflg = WSLEEP; in strwaitq()
3022 if (stp->sd_wakeq & slpflg) { in strwaitq()
3026 stp->sd_wakeq &= ~slpflg; in strwaitq()
3089 stp->sd_flag |= slpflg; in strwaitq()
3104 stp->sd_flag &= ~slpflg; in strwaitq()