Searched refs:iol (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/opencrypto/ |
| HD | criov.c | 52 KASSERT(iol >= 0, ("%s: empty in skip", __func__)); \ 56 iol--; \ 65 int iol = uio->uio_iovcnt; in cuio_copydata() local 70 KASSERT(iol >= 0, ("%s: empty", __func__)); in cuio_copydata() 76 iol--; in cuio_copydata() 85 int iol = uio->uio_iovcnt; in cuio_copyback() local 90 KASSERT(iol >= 0, ("%s: empty", __func__)); in cuio_copyback() 96 iol--; in cuio_copyback() 138 int iol = uio->uio_iovcnt; in cuio_apply() local 144 KASSERT(iol >= 0, ("%s: empty", __func__)); in cuio_apply() [all …]
|
| /freebsd-11-stable/sys/mips/nlm/dev/sec/ |
| HD | nlmseclib.c | 128 int iol = 0; in nlm_crypto_form_srcdst_segs() local 132 iol = uio->uio_iovcnt; in nlm_crypto_form_srcdst_segs() 134 while (iol > 0) { in nlm_crypto_form_srcdst_segs() 143 iol--; in nlm_crypto_form_srcdst_segs()
|
| HD | nlmsec.c | 620 int iol = 0; in xlp_get_nsegs() local 624 iol = uio->uio_iovcnt; in xlp_get_nsegs() 625 while (iol > 0) { in xlp_get_nsegs() 627 iol--; in xlp_get_nsegs()
|
| /freebsd-11-stable/sys/dev/bnxt/ |
| HD | if_bnxt.c | 1640 size_t iol; in bnxt_priv_ioctl() local 1651 iol = ifr_buffer_get_length(ifr); in bnxt_priv_ioctl() 1652 if (iol > sizeof(iod_storage)) in bnxt_priv_ioctl() 1655 if ((rc = copyin(ioh, iod, iol)) != 0) in bnxt_priv_ioctl() 1676 copyout(iod, ioh, iol); in bnxt_priv_ioctl() 1716 copyout(iod, ioh, iol); in bnxt_priv_ioctl() 1736 copyout(iod, ioh, iol); in bnxt_priv_ioctl() 1756 copyout(iod, ioh, iol); in bnxt_priv_ioctl() 1778 copyout(iod, ioh, iol); in bnxt_priv_ioctl() 1797 copyout(iod, ioh, iol); in bnxt_priv_ioctl() [all …]
|
| /freebsd-11-stable/sys/dev/tpm/ |
| HD | tpm.c | 1201 u_int8_t ioh, iol; in tpm_legacy_init() local 1214 iol = tpm_enabled & 0xff; in tpm_legacy_init()
|
| /freebsd-11-stable/share/doc/IPv6/ |
| HD | IMPLEMENTATION | 101 We also attended Univ. of New Hampshire IOL tests (http://www.iol.unh.edu/)
|