| /freebsd/contrib/openbsm/libbsm/ |
| H A D | bsm_flags.c | 50 getauditflagsbin(char *auditstr, au_mask_t *masks) in getauditflagsbin() argument 65 masks->am_success = 0; in getauditflagsbin() 66 masks->am_failure = 0; in getauditflagsbin() 89 SUB_FROM_MASK(masks, c.ac_class, sel); in getauditflagsbin() 91 ADD_TO_MASK(masks, c.ac_class, sel); in getauditflagsbin() 117 getauditflagschar(char *auditstr, au_mask_t *masks, int verbose) in getauditflagschar() argument 143 sel |= ((c.ac_class & masks->am_success) == c.ac_class) ? in getauditflagschar() 145 sel |= ((c.ac_class & masks->am_failure) == c.ac_class) ? in getauditflagschar()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 1535 acl_trivial_access_masks(mode_t mode, boolean_t isdir, trivial_acl_t *masks) in acl_trivial_access_masks() argument 1543 masks->deny1 = 0; in acl_trivial_access_masks() 1545 masks->deny1 |= read_mask; in acl_trivial_access_masks() 1547 masks->deny1 |= write_mask; in acl_trivial_access_masks() 1549 masks->deny1 |= execute_mask; in acl_trivial_access_masks() 1551 masks->deny2 = 0; in acl_trivial_access_masks() 1553 masks->deny2 |= read_mask; in acl_trivial_access_masks() 1555 masks->deny2 |= write_mask; in acl_trivial_access_masks() 1557 masks->deny2 |= execute_mask; in acl_trivial_access_masks() 1559 masks->allow0 = 0; in acl_trivial_access_masks() [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | ucdata.c | 1296 int ucdata_load(char *paths, int masks) { return 0; } in ucdata_load() argument 1297 void ucdata_unload(int masks) { } in ucdata_unload() argument 1298 int ucdata_reload(char *paths, int masks) { return 0; } in ucdata_reload() argument 1304 ucdata_load(char *paths, int masks) in ucdata_load() argument 1308 if (masks & UCDATA_CTYPE) in ucdata_load() 1310 if (masks & UCDATA_CASE) in ucdata_load() 1312 if (masks & UCDATA_DECOMP) in ucdata_load() 1314 if (masks & UCDATA_CMBCL) in ucdata_load() 1316 if (masks & UCDATA_NUM) in ucdata_load() 1318 if (masks & UCDATA_COMP) in ucdata_load() [all …]
|
| H A D | api.txt | 38 void ucdata_load(char *paths, int masks) 42 files to be loaded are specified in the `masks' parameter as a bitwise 52 void ucdata_unload(int masks) 54 This function unloads the data tables specified in the `masks' parameter. 64 void ucdata_reload(char *paths, int masks) 68 specified in the `masks' parameter as a bitwise combination of the macros
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | tdm-slot.txt | 20 tx and rx masks. 22 For snd_soc_of_xlate_tdm_slot_mask(), the tx and rx masks will use a 1 bit 24 the masks. 26 The explicit masks are given as array of integers, where the first
|
| H A D | amlogic,axg-sound-card.txt | 28 - dai-tdm-slot-rx-mask-{0,1,2,3}: Receive direction slot masks 29 - dai-tdm-slot-tx-mask-{0,1,2,3}: Transmit direction slot masks
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 1213 acl_trivial_access_masks(mode_t mode, boolean_t isdir, trivial_acl_t *masks) in acl_trivial_access_masks() argument 1222 masks->deny1 = 0; in acl_trivial_access_masks() 1225 masks->deny1 |= read_mask; in acl_trivial_access_masks() 1227 masks->deny1 |= write_mask; in acl_trivial_access_masks() 1229 masks->deny1 |= execute_mask; in acl_trivial_access_masks() 1231 masks->deny2 = 0; in acl_trivial_access_masks() 1233 masks->deny2 |= read_mask; in acl_trivial_access_masks() 1235 masks->deny2 |= write_mask; in acl_trivial_access_masks() 1237 masks->deny2 |= execute_mask; in acl_trivial_access_masks() 1239 masks->allow0 = 0; in acl_trivial_access_masks() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mux/ |
| H A D | reg-mux.txt | 11 - mux-reg-masks : an array of register offset and pre-shifted bitfield mask 21 pair in the mux-reg-masks array. 35 mux-reg-masks = <0x54 0xf8>, /* 0: reg 0x54, bits 7:3 */ 97 mux-reg-masks = <0x3 0x30>, /* 0: reg 0x3, bits 5:4 */
|
| /freebsd/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 471 symlist_t masks; in symtable_dump() 487 SLIST_INIT(&masks); in symtable_dump() 507 symlist_add(&masks, cursym, SYMLIST_SORT); in symtable_dump() 567 /* Fold in the masks and bits */ in symtable_dump() 568 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump() 571 curnode = SLIST_FIRST(&masks); in symtable_dump() 572 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump() 468 symlist_t masks; symtable_dump() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrGISel.td | 29 // G_SHUFFLE_VECTORs with appropriate masks. 37 // G_SHUFFLE_VECTORs with appropriate masks. 45 // G_SHUFFLE_VECTORs with appropriate masks. 53 // G_SHUFFLE_VECTORs with appropriate masks. 61 // G_SHUFFLE_VECTORs with appropriate masks. 69 // G_SHUFFLE_VECTORs with appropriate masks. 77 // G_SHUFFLE_VECTORs with appropriate masks. 85 // G_SHUFFLE_VECTORs with appropriate masks. 115 // G_SHUFFLE_VECTORs with appropriate masks. 123 // G_SHUFFLE_VECTORs with appropriate masks. [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 42 The name of an instruction followed by two 64-bit masks. The part of the 50 Store-facility-list-extended (stfle) followed by three 64-bit masks. The 61 The 64-bit masks are specified in hexadecimal notation. The 0x prefix is 65 rows separate the individual 64-bit masks. The bit numbers in the first
|
| /freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fman_kg.c | 568 if (extract_params->masks[i].is_known) { in fman_kg_build_scheme() 570 select |= extract_params->masks[i].field_or_gen_idx << in fman_kg_build_scheme() 574 select |= (extract_params->masks[i].field_or_gen_idx + in fman_kg_build_scheme() 581 select |= (uint32_t)extract_params->masks[i].offset << in fman_kg_build_scheme() 584 fqb |= (uint32_t)extract_params->masks[i].offset << in fman_kg_build_scheme() 590 mask |= (uint32_t)extract_params->masks[i].mask << shift; in fman_kg_build_scheme()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | ncpaddr.c | 141 const u_char masks[] = { 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe }; in mask62bits() local 150 for (c = masks, m = 0; c < masks + sizeof masks; c++, m++) in mask62bits() 518 const u_char masks[] = { 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff }; in ncprange_contains() local 537 if ((*addrp++ ^ *rangep++) & masks[bits > 7 ? 7 : bits - 1]) in ncprange_contains()
|
| /freebsd/sys/netinet/ |
| H A D | in_cksum.c | 117 const u_int32_t *masks = in_masks + (offset << 2); in in_cksumdata() local 119 sum = *lw++ & masks[len >= 3 ? 3 : len]; in in_cksumdata()
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.tail | 23 /* event masks */ 125 /* macros to extract single event-bits from masks */ 192 /* trace masks */ 209 #define TRACE_SHIFT 13 /* number of bits in the trace masks */
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | radix_ipf.c | 217 masknode = node->masks; in ipf_rx_match() 298 for (pm = &node->masks; (m = *pm) != NULL; pm = &m->next) in ipf_rx_attach_mask() 432 for (pmask = &prev->masks; (m = *pmask) != NULL; in ipf_rx_insert() 441 pmask = &nodes[0].masks; in ipf_rx_insert() 452 for (pmask = &cur->masks; (mask = *pmask) != NULL; ) { in ipf_rx_insert() 463 for (pmask = &cur->masks; (mask = *pmask) != NULL; ) { in ipf_rx_insert() 703 for (pm = &cur->masks; (m = *pm) != NULL; ) in ipf_rx_delete() 717 for (pmask = &parent->masks; (m = *pmask) != NULL; ) { in ipf_rx_delete()
|
| H A D | radix_ipf.h | 26 struct ipf_rdx_mask *masks; member
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/acl/ |
| H A D | acl_common.h | 62 trivial_acl_t *masks);
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 1337 trivial_acl_t masks; in zfs_acl_chmod() local 1343 acl_trivial_access_masks((mode_t)mode, isdir, &masks); in zfs_acl_chmod() 1348 if (masks.allow0) { in zfs_acl_chmod() 1349 zfs_set_ace(aclp, zacep, masks.allow0, ALLOW, -1, ACE_OWNER); in zfs_acl_chmod() 1354 if (masks.deny1) { in zfs_acl_chmod() 1355 zfs_set_ace(aclp, zacep, masks.deny1, DENY, -1, ACE_OWNER); in zfs_acl_chmod() 1360 if (masks.deny2) { in zfs_acl_chmod() 1361 zfs_set_ace(aclp, zacep, masks.deny2, DENY, -1, OWNING_GROUP); in zfs_acl_chmod() 1419 access_mask &= masks.group; in zfs_acl_chmod() 1427 zfs_set_ace(aclp, zacep, masks.owner, ALLOW, -1, ACE_OWNER); in zfs_acl_chmod() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | palmas.txt | 26 The second cell is the flags, encoded as the trigger masks from
|
| H A D | tps65912.txt | 11 masks from ../interrupt-controller/interrupts.txt.
|
| H A D | altera-a10sr.txt | 13 masks from ../interrupt-controller/interrupts.txt.
|
| /freebsd/share/dict/ |
| H A D | README | 24 masks common typo in modern text
|
| /freebsd/contrib/llvm-project/libc/src/__support/HashTable/ |
| H A D | table.h | 156 IteratableBitMask masks = ctrls.match_byte(secondary); in find() local 157 for (size_t i : masks) { in find()
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | ti,am654-hbmc.txt | 31 mux-reg-masks = <0x4 0x2>; /* 0: reg 0x4, bit 1 */
|