Searched refs:iod (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/netsmb/
H A Dsmb_iod.c50 #define SMB_IOD_EVLOCKPTR(iod) (&((iod)->iod_evlock))
51 #define SMB_IOD_EVLOCK(iod) smb_sl_lock(&((iod)->iod_evlock))
52 #define SMB_IOD_EVUNLOCK(iod) smb_sl_unlock(&((iod)->iod_evlock))
54 #define SMB_IOD_RQLOCKPTR(iod) (&((iod)->iod_rqlock))
55 #define SMB_IOD_RQLOCK(iod) smb_sl_lock(&((iod)
81 smb_iod_invrq(struct smbiod *iod) argument
99 smb_iod_closetran(struct smbiod *iod) argument
112 smb_iod_dead(struct smbiod *iod) argument
120 smb_iod_connect(struct smbiod *iod) argument
174 smb_iod_disconnect(struct smbiod *iod) argument
190 smb_iod_treeconnect(struct smbiod *iod, struct smb_share *ssp) argument
215 smb_iod_sendrq(struct smbiod *iod, struct smb_rq *rqp) argument
285 smb_iod_recvall(struct smbiod *iod) argument
375 smb_iod_request(struct smbiod *iod, int event, void *ident) argument
406 struct smbiod *iod = vcp->vc_iod; local
468 struct smbiod *iod = vcp->vc_iod; local
495 struct smbiod *iod = rqp->sr_vc->vc_iod; local
533 smb_iod_sendall(struct smbiod *iod) argument
583 smb_iod_main(struct smbiod *iod) argument
647 struct smbiod *iod = arg; local
671 struct smbiod *iod; local
697 smb_iod_destroy(struct smbiod *iod) argument
[all...]
H A Dsmb_conn.h461 int smb_iod_destroy(struct smbiod *iod);
462 int smb_iod_request(struct smbiod *iod, int event, void *ident);
/freebsd-10.0-release/sys/mips/atheros/
H A Dar71xx_spi.c147 uint32_t iod, rds; local
150 iod = ioctrl | SPI_IO_CTRL_DO;
152 iod = ioctrl & ~SPI_IO_CTRL_DO;
153 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod);
154 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod | SPI_IO_CTRL_CLK);
160 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod);
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c134 int iod, newmax; local
152 iod = ncl_numasync - 1;
154 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE)
155 wakeup(&ncl_iodwant[iod]);
156 iod--;
315 * If there are more than one iod on this mount, then defect
320 ("nfssvc_iod: iod %d defecting from mount %p\n",
H A Dnfs_clbio.c1404 int iod; local
1435 * Find a free iod to process this request.
1437 for (iod = 0; iod < ncl_numasync; iod++)
1438 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) {
1453 NFS_DPF(ASYNCIO, ("ncl_asyncio: waking iod %d for mount %p\n",
1454 iod, nmp));
1455 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE;
1456 ncl_iodmount[iod]
[all...]
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_nfsiod.c133 int iod, newmax; local
151 iod = nfs_numasync - 1;
153 if (nfs_iodwant[iod] == NFSIOD_AVAILABLE)
154 wakeup(&nfs_iodwant[iod]);
155 iod--;
319 * If there are more than one iod on this mount, then defect
324 ("nfssvc_iod: iod %d defecting from mount %p\n",
H A Dnfs_bio.c1338 int iod; local
1369 * Find a free iod to process this request.
1371 for (iod = 0; iod < nfs_numasync; iod++)
1372 if (nfs_iodwant[iod] == NFSIOD_AVAILABLE) {
1387 NFS_DPF(ASYNCIO, ("nfs_asyncio: waking iod %d for mount %p\n",
1388 iod, nmp));
1389 nfs_iodwant[iod] = NFSIOD_NOT_AVAILABLE;
1390 nfs_iodmount[iod]
[all...]
/freebsd-10.0-release/sys/pc98/cbus/
H A Dsio.c430 static int pc98_check_if_type(device_t dev, struct siodev *iod);
780 struct siodev iod; local
784 iod.if_type = GET_IFTYPE(flags);
785 if ((iod.if_type < 0 || iod.if_type > COM_IF_END1) &&
786 (iod.if_type < 0x10 || iod.if_type > COM_IF_END2))
792 if (IS_8251(iod.if_type)) {
795 } else if (iod.if_type == COM_IF_MODEM_CARD ||
796 iod
4276 pc98_check_if_type(device_t dev, struct siodev *iod) argument
[all...]

Completed in 119 milliseconds