Searched refs:pmask (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | graphics.c | 643 unsigned char pmask = ~(pat[i] >> 1); in graphics_cursor() local 645 chr[i ] &= pmask; in graphics_cursor() 646 chr[16 + i] &= pmask; in graphics_cursor() 647 chr[32 + i] &= pmask; in graphics_cursor() 648 chr[48 + i] &= pmask; in graphics_cursor() 651 unsigned char pmask = ~(pat[i - 1] >> 1); in graphics_cursor() local 653 chr[i ] &= pmask; in graphics_cursor() 654 chr[16 + i] &= pmask; in graphics_cursor() 655 chr[32 + i] &= pmask; in graphics_cursor() 656 chr[48 + i] &= pmask; in graphics_cursor() [all …]
|
/illumos-gate/usr/src/cmd/auditconfig/ |
H A D | auditconfig.c | 251 static void do_setkmask(au_mask_t *pmask); 270 static void egetauditflagsbin(char *auditflags, au_mask_t *pmask); 991 au_mask_t pmask; in do_chkconf() local 999 pmask.am_success = pmask.am_failure = 0; in do_chkconf() 1023 pmask.am_success = class; in do_chkconf() 1024 pmask.am_failure = class; in do_chkconf() 1026 &pmask, 0); in do_chkconf() 1027 pmask.am_success = evp->ae_class; in do_chkconf() 1028 pmask.am_failure = evp->ae_class; in do_chkconf() 1030 &pmask, 0); in do_chkconf() [all …]
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_cfg.txt | 317 pmask = 0x1 # access to only one port 329 pmask = 0x2 # access to only one port 341 pmask = 0x4 # access to only one port 353 pmask = 0x8 # access to only one port 370 pmask = all # access to all four ports ... 398 pmask = all # access to all four ports ... 420 pmask = all # access to all four ports ... 438 pmask = all # access to all four ports ... 457 pmask = 0x1 # access to only one port ... 468 pmask = 0x2 # access to only one port ... [all …]
|
H A D | t5fw_cfg.txt | 353 pmask = 0x1 # access to only one port 366 pmask = 0x2 # access to only one port 379 pmask = 0x4 # access to only one port 392 pmask = 0x8 # access to only one port 411 pmask = all # access to all four ports ... 440 pmask = all # access to all four ports ... 463 pmask = all # access to all four ports ... 482 pmask = all # access to all four ports ... 502 pmask = 0x1 # access to only one port ... 514 pmask = 0x2 # access to only one port ... [all …]
|
H A D | t6fw_cfg.txt | 368 pmask = 0x1 # access to only one port 381 pmask = 0x2 # access to only one port 393 pmask = 0x4 # access to only one port 405 pmask = 0x8 # access to only one port 425 pmask = all # access to all four ports ... 457 pmask = all # access to all four ports ... 481 pmask = all # access to all four ports ... 500 pmask = all # access to all four ports ... 520 pmask = 0x1 # access to only one port ... 532 pmask = 0x2 # access to only one port ... [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | syslog.c | 487 setlogmask(int pmask) in setlogmask() argument 492 if (pmask != 0) in setlogmask() 493 LogMask = pmask; in setlogmask()
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | acltext.c | 1354 uint32_t pmask; in compute_aclent_perms() local 1361 str, 1, &pmask); in compute_aclent_perms() 1363 *mask = (o_mode_t)pmask; in compute_aclent_perms()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_realm.c | 786 int pmask=0; local 834 &pmask); 835 CHECK_CLASS_VALIDITY(st, pmask, "ticket policy object value: ");
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 335 unsigned int pmask; /* port access rights mask */ member 834 unsigned int vi, unsigned int cmask, unsigned int pmask,
|
H A D | t4_hw.c | 3386 pfres->pmask = G_FW_PFVF_CMD_PMASK(word); in t4_get_pfres() 7998 unsigned int vi, unsigned int cmask, unsigned int pmask, in t4_cfg_pfvf() argument 8011 V_FW_PFVF_CMD_PMASK(pmask) | in t4_cfg_pfvf()
|