Searched refs:iva (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | immu_regs.c | 100 uint64_t command = 0, iva = 0; local 127 iva = addr | am | TLB_IVA_HINT(hint); 142 if (iva) 143 put_reg64(immu, iva_offset, iva);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv.c | 1520 struct vattr bva, iva, iva2, ava, *vap; local 1681 iva.va_mask = AT_SEQ; 1682 if (VOP_GETATTR(dvp, &iva, 0, cs->cr, NULL)) 1683 iva.va_seq = 0; 1744 iva.va_mask = AT_SEQ; 1745 if (VOP_GETATTR(dvp, &iva, 0, cs->cr, NULL)) 1746 iva.va_seq = 0; 1755 * if it has changed zero out iva to force atomic = FALSE. 1759 iva2.va_seq != iva.va_seq) 1760 iva 6311 vattr_t bva, ava, iva, cva, *vap; local [all...] |
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 620 blf_cbc_decrypt(blf_ctx *c, uint8_t *iva, uint8_t *data, uint32_t len) argument 657 data[j] ^= iva[j];
|
Completed in 87 milliseconds