Home
last modified time | relevance | path

Searched defs:iod (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/netsmb/
Dsmb_iod.c50 #define SMB_IOD_EVLOCKPTR(iod) (&((iod)->iod_evlock)) argument
51 #define SMB_IOD_EVLOCK(iod) smb_sl_lock(&((iod)->iod_evlock)) argument
52 #define SMB_IOD_EVUNLOCK(iod) smb_sl_unlock(&((iod)->iod_evlock)) argument
54 #define SMB_IOD_RQLOCKPTR(iod) (&((iod)->iod_rqlock)) argument
55 #define SMB_IOD_RQLOCK(iod) smb_sl_lock(&((iod)->iod_rqlock)) argument
56 #define SMB_IOD_RQUNLOCK(iod) smb_sl_unlock(&((iod)->iod_rqlock)) argument
58 #define smb_iod_wakeup(iod) wakeup(&(iod)->iod_flags) argument
81 smb_iod_invrq(struct smbiod *iod) in smb_iod_invrq()
97 smb_iod_closetran(struct smbiod *iod) in smb_iod_closetran()
110 smb_iod_dead(struct smbiod *iod) in smb_iod_dead()
[all …]
/freebsd-9-stable/sys/nfsclient/
Dnfs_nfsiod.c133 int iod, newmax; in sysctl_iodmax() local
Dnfs_bio.c1337 int iod; in nfs_asyncio() local
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clnfsiod.c134 int iod, newmax; in sysctl_iodmax() local
Dnfs_clbio.c1390 int iod; in ncl_asyncio() local
/freebsd-9-stable/sys/mips/atheros/
Dar71xx_spi.c147 uint32_t iod, rds; in ar71xx_spi_txrx() local
/freebsd-9-stable/sys/pc98/cbus/
Dsio.c780 struct siodev iod; local
4276 pc98_check_if_type(device_t dev, struct siodev *iod) in pc98_check_if_type()