Home
last modified time | relevance | path

Searched refs:iod (Results 1 – 9 of 9) 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
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 …]
Dsmb_conn.h461 int smb_iod_destroy(struct smbiod *iod);
462 int smb_iod_request(struct smbiod *iod, int event, void *ident);
/freebsd-9-stable/sys/mips/atheros/
Dar71xx_spi.c147 uint32_t iod, rds; in ar71xx_spi_txrx() local
150 iod = ioctrl | SPI_IO_CTRL_DO; in ar71xx_spi_txrx()
152 iod = ioctrl & ~SPI_IO_CTRL_DO; in ar71xx_spi_txrx()
153 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod); in ar71xx_spi_txrx()
154 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod | SPI_IO_CTRL_CLK); in ar71xx_spi_txrx()
160 SPI_WRITE(sc, AR71XX_SPI_IO_CTRL, iod); in ar71xx_spi_txrx()
/freebsd-9-stable/sys/pc98/cbus/
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.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 …]
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_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()
Dnfs_clbio.c1390 int iod; in ncl_asyncio() local
1423 for (iod = 0; iod < ncl_numasync; iod++) in ncl_asyncio()
1424 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) { in ncl_asyncio()
1440 iod, nmp)); in ncl_asyncio()
1441 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE; in ncl_asyncio()
1442 ncl_iodmount[iod] = nmp; in ncl_asyncio()
1444 wakeup(&ncl_iodwant[iod]); in ncl_asyncio()
/freebsd-9-stable/sys/nfsclient/
Dnfs_nfsiod.c133 int iod, newmax; in sysctl_iodmax() local
151 iod = nfs_numasync - 1; in sysctl_iodmax()
153 if (nfs_iodwant[iod] == NFSIOD_AVAILABLE) in sysctl_iodmax()
154 wakeup(&nfs_iodwant[iod]); in sysctl_iodmax()
155 iod--; in sysctl_iodmax()
Dnfs_bio.c1337 int iod; in nfs_asyncio() local
1370 for (iod = 0; iod < nfs_numasync; iod++) in nfs_asyncio()
1371 if (nfs_iodwant[iod] == NFSIOD_AVAILABLE) { in nfs_asyncio()
1387 iod, nmp)); in nfs_asyncio()
1388 nfs_iodwant[iod] = NFSIOD_NOT_AVAILABLE; in nfs_asyncio()
1389 nfs_iodmount[iod] = nmp; in nfs_asyncio()
1391 wakeup(&nfs_iodwant[iod]); in nfs_asyncio()
/freebsd-9-stable/contrib/amd/
DChangeLog3915 hes{,iod}_resolve) but returns an error that confuses some