| /NextBSD/contrib/openbsm/libbsm/ |
| HD | 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()
|
| /NextBSD/sys/cddl/contrib/opensolaris/common/acl/ |
| HD | acl_common.c | 1577 acl_trivial_access_masks(mode_t mode, boolean_t isdir, trivial_acl_t *masks) in acl_trivial_access_masks() argument 1585 masks->deny1 = 0; in acl_trivial_access_masks() 1587 masks->deny1 |= read_mask; in acl_trivial_access_masks() 1589 masks->deny1 |= write_mask; in acl_trivial_access_masks() 1591 masks->deny1 |= execute_mask; in acl_trivial_access_masks() 1593 masks->deny2 = 0; in acl_trivial_access_masks() 1595 masks->deny2 |= read_mask; in acl_trivial_access_masks() 1597 masks->deny2 |= write_mask; in acl_trivial_access_masks() 1599 masks->deny2 |= execute_mask; in acl_trivial_access_masks() 1601 masks->allow0 = 0; in acl_trivial_access_masks() [all …]
|
| HD | acl_common.h | 63 trivial_acl_t *masks);
|
| /NextBSD/sys/sys/mach/ |
| HD | host_priv_server.h | 331 (host_priv, exception_mask, masks, masksCnt, old_handlers, old_behaviors, old_flavors) in host_get_exception_ports() argument 334 exception_mask_array_t masks; 339 { return host_get_exception_ports(host_priv, exception_mask, masks, masksCnt, old_handlers, old_beh… 344 exception_mask_array_t masks, 360 …(host_priv, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_be… in host_swap_exception_ports() argument 366 exception_mask_array_t masks; 371 { return host_swap_exception_ports(host_priv, exception_mask, new_port, behavior, new_flavor, masks… 379 exception_mask_array_t masks, 835 (host_priv, exception_mask, masks, masksCnt, old_handlers, old_behaviors, old_flavors) in host_get_exception_ports() argument 838 exception_mask_array_t masks; [all …]
|
| HD | task_server.h | 364 (task, exception_mask, masks, masksCnt, old_handlers, old_behaviors, old_flavors) in task_get_exception_ports() argument 367 exception_mask_array_t masks; 372 { return task_get_exception_ports(task, exception_mask, masks, masksCnt, old_handlers, old_behavior… 377 exception_mask_array_t masks, 393 …(task, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_behavio… in task_swap_exception_ports() argument 399 exception_mask_array_t masks; 404 { return task_swap_exception_ports(task, exception_mask, new_port, behavior, new_flavor, masks, mas… 412 exception_mask_array_t masks, 1160 (task, exception_mask, masks, masksCnt, old_handlers, old_behaviors, old_flavors) in task_get_exception_ports() argument 1163 exception_mask_array_t masks; [all …]
|
| /NextBSD/sys/dev/drm/ |
| HD | via_irq.c | 216 maskarray_t *masks; in via_driver_irq_wait() local 239 masks = dev_priv->irq_masks; in via_driver_irq_wait() 242 if (masks[real_irq][2] && !force_sequence) { in via_driver_irq_wait() 244 ((VIA_READ(masks[irq][2]) & masks[irq][3]) == in via_driver_irq_wait() 245 masks[irq][4])); in via_driver_irq_wait()
|
| /NextBSD/sys/compat/mach/kern/ |
| HD | ipc_tt.c | 1290 exception_mask_array_t masks, in host_swap_exception_ports() argument 1334 masks[j] |= (1 << i); in host_swap_exception_ports() 1339 masks[j] = (1 << i); in host_swap_exception_ports() 1380 exception_mask_array_t masks, in task_swap_exception_ports() argument 1431 masks[j] |= (1 << i); in task_swap_exception_ports() 1436 masks[j] = (1 << i); in task_swap_exception_ports() 1494 exception_mask_array_t masks, in host_get_exception_ports() argument 1523 masks[j] |= (1 << i); in host_get_exception_ports() 1528 masks[j] = (1 << i); in host_get_exception_ports() 1551 exception_mask_array_t masks, in task_get_exception_ports() argument [all …]
|
| /NextBSD/include/mach/ |
| HD | host_priv.h | 331 (host_priv, exception_mask, masks, masksCnt, old_handlers, old_behaviors, old_flavors) in host_get_exception_ports() argument 334 exception_mask_array_t masks; 339 { return host_get_exception_ports(host_priv, exception_mask, masks, masksCnt, old_handlers, old_beh… 344 exception_mask_array_t masks, 360 …(host_priv, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_be… in host_swap_exception_ports() argument 366 exception_mask_array_t masks; 371 { return host_swap_exception_ports(host_priv, exception_mask, new_port, behavior, new_flavor, masks… 379 exception_mask_array_t masks, 1126 exception_mask_t masks[32]; member 1145 exception_mask_t masks[32]; member
|
| HD | task.h | 361 (task, exception_mask, masks, masksCnt, old_handlers, old_behaviors, old_flavors) in task_get_exception_ports() argument 364 exception_mask_array_t masks; 369 { return task_get_exception_ports(task, exception_mask, masks, masksCnt, old_handlers, old_behavior… 374 exception_mask_array_t masks, 390 …(task, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_behavio… in task_swap_exception_ports() argument 396 exception_mask_array_t masks; 401 { return task_swap_exception_ports(task, exception_mask, new_port, behavior, new_flavor, masks, mas… 409 exception_mask_array_t masks, 1702 exception_mask_t masks[32]; member 1721 exception_mask_t masks[32]; member
|
| /NextBSD/sys/dev/aic7xxx/aicasm/ |
| HD | aicasm_symbol.c | 468 symlist_t masks; in symtable_dump() local 484 SLIST_INIT(&masks); in symtable_dump() 504 symlist_add(&masks, cursym, SYMLIST_SORT); in symtable_dump() 566 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump() 569 curnode = SLIST_FIRST(&masks); in symtable_dump() 570 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump()
|
| /NextBSD/sys/dev/hifn/ |
| HD | hifn7751reg.h | 448 volatile u_int16_t masks; member 468 volatile u_int16_t masks; member 500 volatile u_int16_t masks; member
|
| HD | hifn7751.c | 1392 const u_int32_t masks = HIFN_D_VALID | HIFN_D_LAST | HIFN_D_MASKDONEIRQ; in hifn_writeramaddr() local 1395 wc.masks = htole16(3 << 13); in hifn_writeramaddr() 1416 dma->cmdr[cmdi].l = htole32(16 | masks); in hifn_writeramaddr() 1417 dma->srcr[srci].l = htole32(8 | masks); in hifn_writeramaddr() 1418 dma->dstr[dsti].l = htole32(4 | masks); in hifn_writeramaddr() 1419 dma->resr[resi].l = htole32(4 | masks); in hifn_writeramaddr() 1453 const u_int32_t masks = HIFN_D_VALID | HIFN_D_LAST | HIFN_D_MASKDONEIRQ; in hifn_readramaddr() local 1456 rc.masks = htole16(2 << 13); in hifn_readramaddr() 1476 dma->cmdr[cmdi].l = htole32(8 | masks); in hifn_readramaddr() 1477 dma->srcr[srci].l = htole32(8 | masks); in hifn_readramaddr() [all …]
|
| /NextBSD/contrib/ncurses/include/ |
| HD | curses.tail | 23 /* event masks */ 81 /* macros to extract single event-bits from masks */ 148 /* trace masks */ 165 #define TRACE_SHIFT 13 /* number of bits in the trace masks */
|
| /NextBSD/usr.sbin/ppp/ |
| HD | ncpaddr.c | 143 const u_char masks[] = { 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe }; in mask62bits() local 152 for (c = masks, m = 0; c < masks + sizeof masks; c++, m++) in mask62bits() 520 const u_char masks[] = { 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff }; in ncprange_contains() local 539 if ((*addrp++ ^ *rangep++) & masks[bits > 7 ? 7 : bits - 1]) in ncprange_contains()
|
| /NextBSD/sys/amd64/amd64/ |
| HD | in_cksum.c | 107 const u_int32_t *masks = in_masks + (offset << 2); in in_cksumdata() local 109 sum = *lw++ & masks[len >= 3 ? 3 : len]; in in_cksumdata()
|
| /NextBSD/sys/arm64/arm64/ |
| HD | in_cksum.c | 107 const u_int32_t *masks = in_masks + (offset << 2); in in_cksumdata() local 109 sum = *lw++ & masks[len >= 3 ? 3 : len]; in in_cksumdata()
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | in_cksum.c | 115 const u_int32_t *masks = in_masks + (offset << 2); in in_cksumdata() local 117 sum = *lw++ & masks[len >= 3 ? 3 : len]; in in_cksumdata()
|
| /NextBSD/sys/mips/mips/ |
| HD | in_cksum.c | 113 const u_int32_t *masks = in_masks + (offset << 2); in in_cksumdata() local 115 sum = *lw++ & masks[len >= 3 ? 3 : len]; in in_cksumdata()
|
| /NextBSD/release/picobsd/floppy.tree/etc/ |
| HD | networks | 3 # when searching for masks
|
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | radix_ipf.c | 225 masknode = node->masks; 310 for (pm = &node->masks; (m = *pm) != NULL; pm = &m->next) 447 for (pmask = &prev->masks; (m = *pmask) != NULL; 456 pmask = &nodes[0].masks; 467 for (pmask = &cur->masks; (mask = *pmask) != NULL; ) { 478 for (pmask = &cur->masks; (mask = *pmask) != NULL; ) { 723 for (pm = &cur->masks; (m = *pm) != NULL; ) 737 for (pmask = &parent->masks; (m = *pmask) != NULL; ) {
|
| HD | radix_ipf.h | 26 struct ipf_rdx_mask *masks; member
|
| /NextBSD/contrib/ipfilter/ |
| HD | radix_ipf.c | 223 masknode = node->masks; 308 for (pm = &node->masks; (m = *pm) != NULL; pm = &m->next) 445 for (pmask = &prev->masks; (m = *pmask) != NULL; 454 pmask = &nodes[0].masks; 465 for (pmask = &cur->masks; (mask = *pmask) != NULL; ) { 476 for (pmask = &cur->masks; (mask = *pmask) != NULL; ) { 721 for (pm = &cur->masks; (m = *pm) != NULL; ) 735 for (pmask = &parent->masks; (m = *pmask) != NULL; ) {
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfs_acl.c | 1346 trivial_acl_t masks; in zfs_acl_chmod() local 1352 acl_trivial_access_masks((mode_t)mode, isdir, &masks); in zfs_acl_chmod() 1357 if (masks.allow0) { in zfs_acl_chmod() 1358 zfs_set_ace(aclp, zacep, masks.allow0, ALLOW, -1, ACE_OWNER); in zfs_acl_chmod() 1363 if (masks.deny1) { in zfs_acl_chmod() 1364 zfs_set_ace(aclp, zacep, masks.deny1, DENY, -1, ACE_OWNER); in zfs_acl_chmod() 1369 if (masks.deny2) { in zfs_acl_chmod() 1370 zfs_set_ace(aclp, zacep, masks.deny2, DENY, -1, OWNING_GROUP); in zfs_acl_chmod() 1418 access_mask &= masks.group; in zfs_acl_chmod() 1426 zfs_set_ace(aclp, zacep, masks.owner, 0, -1, ACE_OWNER); in zfs_acl_chmod() [all …]
|
| /NextBSD/sys/i386/i386/ |
| HD | in_cksum.c | 112 const u_int32_t *masks = in_masks + (offset << 2); in in_cksumdata() local 114 sum = *lw++ & masks[len >= 3 ? 3 : len]; in in_cksumdata()
|
| /NextBSD/sys/compat/mach/ |
| HD | host_priv_server.c | 647 exception_mask_t masks[32]; member 666 exception_mask_t masks[32]; member 2431 (host_priv, exception_mask, masks, masksCnt, old_handlers, old_behaviors, old_flavors) in host_get_exception_ports() argument 2434 exception_mask_array_t masks; 2439 { return host_get_exception_ports(host_priv, exception_mask, masks, masksCnt, old_handlers, old_beh… 2444 exception_mask_array_t masks, 2550 …t_to_host_priv(In0P->Head.msgh_request_port), In0P->exception_mask, OutP->masks, &masksCnt, old_ha… in _Xhost_get_exception_ports() 2625 …(host_priv, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_be… in host_swap_exception_ports() argument 2631 exception_mask_array_t masks; 2636 { return host_swap_exception_ports(host_priv, exception_mask, new_port, behavior, new_flavor, masks… [all …]
|