Lines Matching defs:intval
1143 uint64_t intval;
1164 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type);
1166 cd.cd_raw.iov_base = (char *)&intval;
1176 intval = osp->os_flags;
1178 intval = BSWAP_64(intval);
1179 intval &= OBJSET_CRYPT_PORTABLE_FLAGS_MASK;
1181 intval = BSWAP_64(intval);
1184 cd.cd_raw.iov_base = (char *)&intval;
1220 intval = osp->os_flags;
1222 intval = BSWAP_64(intval);
1224 !(intval & OBJSET_FLAG_USERACCOUNTING_COMPLETE);
1251 intval = osp->os_flags;
1253 intval = BSWAP_64(intval);
1254 intval &= ~OBJSET_CRYPT_PORTABLE_FLAGS_MASK;
1256 intval = BSWAP_64(intval);
1259 cd.cd_raw.iov_base = (char *)&intval;