Searched refs:iod (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c1642 struct bnxt_ioctl_data iod_storage, *iod = &iod_storage; local
1655 if ((rc = copyin(ioh, iod, iol)) != 0)
1658 switch (iod->hdr.type) {
1662 &iod->find;
1670 iod->hdr.rc = rc;
1671 copyout(&iod->hdr.rc, &ioh->rc,
1675 iod->hdr.rc = 0;
1676 copyout(iod, ioh, iol);
1684 struct bnxt_ioctl_hwrm_nvm_read *rd = &iod->read;
1703 iod
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c1393 int iod; local
1424 * Find a free iod to process this request.
1426 for (iod = 0; iod < ncl_numasync; iod++)
1427 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) {
1442 NFS_DPF(ASYNCIO, ("ncl_asyncio: waking iod %d for mount %p\n",
1443 iod, nmp));
1444 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE;
1445 ncl_iodmount[iod]
[all...]
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",
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h4116 iod:1,
4172 iod:1,
4237 iod:1,
4314 iod:1,
4372 iod:1,
4427 iod:1,
4499 iod:1,
4561 iod:1,
4623 iod:1,
4690 iod
[all...]
H A Dsli4.c6499 els->iod = SLI4_ELS_REQUEST64_DIR_READ;
6776 iread->iod = 1;
6996 trecv->iod = 1;
7392 gen->iod = SLI4_ELS_REQUEST64_DIR_READ;
7558 xmit->iod = SLI4_ELS_REQUEST64_DIR_READ;
7649 bcast->iod = SLI4_ELS_REQUEST64_DIR_WRITE;
7799 els->iod = SLI4_ELS_REQUEST64_DIR_WRITE;
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_spi.c180 uint32_t iod, rds; local
183 iod = ioctrl | SPI_IO_CTRL_DO;
185 iod = ioctrl & ~SPI_IO_CTRL_DO;
187 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod);
189 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod | SPI_IO_CTRL_CLK);
196 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_conn.h461 int smb_iod_destroy(struct smbiod *iod);
462 int smb_iod_request(struct smbiod *iod, int event, void *ident);
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
97 smb_iod_closetran(struct smbiod *iod) argument
110 smb_iod_dead(struct smbiod *iod) argument
118 smb_iod_connect(struct smbiod *iod) argument
172 smb_iod_disconnect(struct smbiod *iod) argument
188 smb_iod_treeconnect(struct smbiod *iod, struct smb_share *ssp) argument
213 smb_iod_sendrq(struct smbiod *iod, struct smb_rq *rqp) argument
283 smb_iod_recvall(struct smbiod *iod) argument
373 smb_iod_request(struct smbiod *iod, int event, void *ident) argument
404 struct smbiod *iod = vcp->vc_iod; local
466 struct smbiod *iod = vcp->vc_iod; local
493 struct smbiod *iod = rqp->sr_vc->vc_iod; local
531 smb_iod_sendall(struct smbiod *iod) argument
581 smb_iod_main(struct smbiod *iod) argument
645 struct smbiod *iod = arg; local
674 struct smbiod *iod; local
703 smb_iod_destroy(struct smbiod *iod) argument
[all...]
/freebsd-11-stable/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 187 milliseconds