Home
last modified time | relevance | path

Searched refs:nosleep (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/dev/ic/
Dninjaata32.c53 static void njata32_init(struct njata32_softc *, int nosleep);
75 njata32_init(struct njata32_softc *sc, int nosleep) in njata32_init() argument
85 if (nosleep) in njata32_init()
Dcac.c499 cac_ccb_alloc(struct cac_softc *sc, int nosleep) in cac_ccb_alloc() argument
510 if (nosleep) { in cac_ccb_alloc()
Dninjascsi32.c97 static void njsc32_init(struct njsc32_softc *, int nosleep);
292 njsc32_init(struct njsc32_softc *sc, int nosleep) in njsc32_init() argument
340 if (!nosleep || cold) { in njsc32_init()
348 if (nosleep) in njsc32_init()
374 if (!nosleep) in njsc32_init()
/netbsd/src/sys/arch/arc/dti/
Dbtl.c624 bt_get_ccb(struct bt_softc *sc, int nosleep) in bt_get_ccb() argument
640 if (nosleep) in bt_get_ccb()
658 bt_get_buf(struct bt_softc *sc, int nosleep) in bt_get_buf() argument
675 if (nosleep) in bt_get_buf()
/netbsd/src/sys/dev/isa/
Dym.c1252 ym_chip_powerup(struct ym_softc *sc, int nosleep) in ym_chip_powerup() argument
1268 if (nosleep) in ym_chip_powerup()
1278 if (nosleep) in ym_chip_powerup()
/netbsd/src/sys/dev/pci/
Dmfii.c1997 void *sglp, int nosleep) in mfii_load_mfa() argument
2010 nosleep ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK); in mfii_load_mfa()
2641 int nosleep) in mfii_load_ccb() argument
2658 nosleep ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK); in mfii_load_ccb()
/netbsd/src/sys/dev/i2o/
Diop.c911 iop_status_get(struct iop_softc *sc, int nosleep) in iop_status_get() argument
945 if (nosleep) in iop_status_get()