Home
last modified time | relevance | path

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

/NextBSD/sys/netsmb/
HDsmb_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
65 static int smb_iod_sendall(struct smbiod *iod);
66 static int smb_iod_disconnect(struct smbiod *iod);
81 smb_iod_invrq(struct smbiod *iod) in smb_iod_invrq() argument
[all …]
HDsmb_conn.h461 int smb_iod_destroy(struct smbiod *iod);
462 int smb_iod_request(struct smbiod *iod, int event, void *ident);
/NextBSD/sys/mips/atheros/
HDar71xx_spi.c181 uint32_t iod, rds; in ar71xx_spi_txrx() local
184 iod = ioctrl | SPI_IO_CTRL_DO; in ar71xx_spi_txrx()
186 iod = ioctrl & ~SPI_IO_CTRL_DO; in ar71xx_spi_txrx()
188 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod); in ar71xx_spi_txrx()
190 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod | SPI_IO_CTRL_CLK); in ar71xx_spi_txrx()
197 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod); in ar71xx_spi_txrx()
/NextBSD/sys/pc98/cbus/
HDsio.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.if_type == COM_IF_RSA98III ||
799 if_16550a_type[iod.if_type & 0x0f].iatsz, RF_ACTIVE);
802 if_16550a_type[iod.if_type & 0x0f].iat,
[all …]
/NextBSD/sys/fs/nfsclient/
HDnfs_clnfsiod.c134 int iod, newmax; in sysctl_iodmax() local
152 iod = ncl_numasync - 1; in sysctl_iodmax()
154 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) in sysctl_iodmax()
155 wakeup(&ncl_iodwant[iod]); in sysctl_iodmax()
156 iod--; in sysctl_iodmax()
HDnfs_clbio.c1384 int iod; in ncl_asyncio() local
1417 for (iod = 0; iod < ncl_numasync; iod++) in ncl_asyncio()
1418 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) { in ncl_asyncio()
1434 iod, nmp)); in ncl_asyncio()
1435 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE; in ncl_asyncio()
1436 ncl_iodmount[iod] = nmp; in ncl_asyncio()
1438 wakeup(&ncl_iodwant[iod]); in ncl_asyncio()
/NextBSD/contrib/amd/
HDChangeLog3915 hes{,iod}_resolve) but returns an error that confuses some