| /titanic_53/usr/src/cmd/sgs/crle/common/ |
| H A D | crle.c | 137 crle.c_flags |= CRLE_ADDID; in main() 162 crle.c_flags |= (CRLE_CREAT | CRLE_ALTER); in main() 176 crle.c_flags |= (CRLE_RPLENV | CRLE_CREAT); in main() 180 crle.c_flags |= (CRLE_PRMENV | CRLE_CREAT); in main() 195 crle.c_flags |= (CRLE_DUMP | CRLE_ALTER); in main() 199 crle.c_flags |= CRLE_CREAT; in main() 204 crle.c_flags |= (CRLE_DUMP | CRLE_ALTER); in main() 208 crle.c_flags |= CRLE_CREAT; in main() 213 if (crle.c_flags & CRLE_AOUT) in main() 214 crle.c_flags |= CRLE_ADLIB; in main() [all …]
|
| H A D | print.c | 62 if (crle->c_flags & CRLE_VERBOSE) { in printcmd() 244 crle->c_flags &= ~CRLE_ADDID; in scanconfig() 321 if (crle->c_flags & CRLE_UPDATE) { in scanconfig() 343 if (!(crle->c_flags & CRLE_UPDATE) && (head->ch_cnflags & RTC_HDR_64)) { in scanconfig() 356 if ((crle->c_flags & CRLE_UPDATE) == 0) { in scanconfig() 430 if (crle->c_flags & CRLE_UPDATE) { in scanconfig() 464 if (crle->c_flags & CRLE_UPDATE) { in scanconfig() 465 crle->c_flags &= ~CRLE_AOUT; in scanconfig() 494 if (crle->c_flags & CRLE_UPDATE) { in scanconfig() 495 if (crle->c_flags & CRLE_EDLIB) { in scanconfig() [all …]
|
| H A D | config.c | 162 if (crle->c_flags & CRLE_ADDID) in genconfig() 196 if (crle->c_flags & CRLE_ADDID) { in genconfig() 252 if (crle->c_flags & CRLE_ALTER) in genconfig() 254 if (crle->c_flags & CRLE_DUMP) { in genconfig() 633 if (crle->c_flags & CRLE_DUMP) { in updateconfig() 648 if (crle->c_flags & CRLE_EXISTS) in updateconfig() 655 if (crle->c_flags & CRLE_DIFFDEV) { in updateconfig()
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | console.c | 61 consoles[cons]->c_flags = 0; in cons_probe() 67 consoles[cons]->c_flags = 0; in cons_probe() 69 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe() 84 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe() 91 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe() 109 consoles[cons]->c_flags &= ~C_MODERAW; in cons_mode() 111 consoles[cons]->c_flags |= C_MODERAW; in cons_mode() 124 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in getchar() 136 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar() 150 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) == in putchar() [all …]
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | comconsole.c | 71 .c_flags = 0, 83 .c_flags = 0, 95 .c_flags = 0, 107 .c_flags = 0, 249 if ((cp->c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init() 518 if ((cp->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup() 523 cp->c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup() 527 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup() 530 cp->c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup() 536 cp->c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup() [all …]
|
| /titanic_53/usr/src/cmd/sgs/librtld/common/ |
| H A D | dldump.c | 54 for (++_icache; _icache->c_flags != FLG_C_END; _icache++) { in cleanup() 350 icache[num].c_flags = FLG_C_END; in rt_dldump() 375 _icache->c_flags = 0; in rt_dldump() 403 _icache->c_flags = FLG_C_SHSTR; in rt_dldump() 405 _icache->c_flags = FLG_C_EXCLUDE; in rt_dldump() 437 _icache->c_flags = FLG_C_HEAP; in rt_dldump() 454 for (_icache++; _icache->c_flags != FLG_C_END; _icache++) { in rt_dldump() 485 for (_icache++; _icache->c_flags != FLG_C_END; _icache++) { in rt_dldump() 492 _icache->c_flags = FLG_C_RELOC; in rt_dldump() 582 for (_icache++; _icache->c_flags != FLG_C_END; _icache++) { in rt_dldump() [all …]
|
| H A D | _librtld.h | 45 int c_flags; member
|
| /titanic_53/usr/src/lib/smbsrv/libsmb/common/ |
| H A D | smb_acl.c | 592 smb_ace_flags_tozfs(uint8_t c_flags) in smb_ace_flags_tozfs() argument 596 if (c_flags & SUCCESSFUL_ACCESS_ACE_FLAG) in smb_ace_flags_tozfs() 599 if (c_flags & FAILED_ACCESS_ACE_FLAG) in smb_ace_flags_tozfs() 602 if (c_flags & INHERITED_ACE) in smb_ace_flags_tozfs() 605 z_flags |= (c_flags & ACE_INHERIT_FLAGS); in smb_ace_flags_tozfs() 613 uint8_t c_flags; in smb_ace_flags_fromzfs() local 615 c_flags = z_flags & ACE_INHERIT_FLAGS; in smb_ace_flags_fromzfs() 618 c_flags |= SUCCESSFUL_ACCESS_ACE_FLAG; in smb_ace_flags_fromzfs() 621 c_flags |= FAILED_ACCESS_ACE_FLAG; in smb_ace_flags_fromzfs() 624 c_flags |= INHERITED_ACE; in smb_ace_flags_fromzfs() [all …]
|
| /titanic_53/usr/src/uts/common/io/sdcard/impl/ |
| H A D | sda_cmd.c | 70 #define c_flags c_public.sc_flags macro 170 c->c_flags &= ~(flags); in sda_cmd_notify() 177 if ((c->c_flags & (SDA_CMDF_BUSY | SDA_CMDF_DAT)) == 0) { in sda_cmd_notify() 197 while ((c->c_flags & (SDA_CMDF_BUSY | SDA_CMDF_DAT)) != 0) in sda_cmd_wait() 210 c->c_flags |= SDA_CMDF_BUSY; in sda_cmd_submit() 236 } else if (c->c_flags & SDA_CMDF_INIT) { in sda_cmd_submit() 284 c->c_flags = 0; in sda_cmd_alloc() 319 c->c_flags = 0; in sda_cmd_alloc_acmd()
|
| /titanic_53/usr/src/boot/sys/boot/userboot/userboot/ |
| H A D | userboot_cons.c | 49 .c_flags = 0, 77 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_cons_probe() 108 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_comcons_init()
|
| /titanic_53/usr/src/boot/sys/boot/i386/libfirewire/ |
| H A D | dconsole.c | 65 .c_flags = 0, 80 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in dconsole_probe() 83 cp->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT); in dconsole_probe()
|
| /titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | comconsole.c | 89 .c_flags = 0, 101 .c_flags = 0, 113 .c_flags = 0, 125 .c_flags = 0, 232 if ((cp->c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init() 554 if ((cp->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set() 571 if ((cp->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup() 587 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup() 589 cp->c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
|
| H A D | nullconsole.c | 52 .c_flags = 0, 64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
|
| H A D | spinconsole.c | 60 .c_flags = 0, 72 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in spinc_probe()
|
| H A D | vidconsole.c | 97 cp->c_flags |= C_PRESENTIN; in vidc_probe() 101 cp->c_flags |= C_PRESENTOUT; in vidc_probe() 160 if ((text.c_flags & C_MODERAW) == 0) in vidc_rawputchar() 178 if ((text.c_flags & C_MODERAW) == 0) { in vidc_rawputchar() 188 if (text.c_flags & C_MODERAW) { in vidc_rawputchar()
|
| /titanic_53/usr/src/uts/common/io/ |
| H A D | fdc.c | 585 fcp->c_flags |= FCFLG_WAITING; in fdc_attach() 592 while (fcp->c_flags & FCFLG_WAITING) { in fdc_attach() 610 fcp->c_flags |= FCFLG_WAITING; in fdc_attach() 613 while (fcp->c_flags & FCFLG_WAITING) { in fdc_attach() 771 fcp->c_flags |= FCFLG_3DMODE; in fdc_enhance_probe() 804 fcp->c_flags |= FCFLG_3DMODE; in fdc_enhance_probe() 832 fcp->c_flags |= FCFLG_3DMODE; in fdc_enhance_probe() 925 if (fcp->c_flags & FCFLG_WAITING) { in fdc_abort() 931 fcp->c_flags |= FCFLG_TIMEOUT; in fdc_abort() 1832 if (((fcp->c_flags & FCFLG_DSOUT) == 0 && rpm <= fjp->fj_rotspd) || in fdcspdchange() [all …]
|
| /titanic_53/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_acl.c | 1265 smb_ace_flags_tozfs(uint8_t c_flags) in smb_ace_flags_tozfs() argument 1269 if (c_flags & SUCCESSFUL_ACCESS_ACE_FLAG) in smb_ace_flags_tozfs() 1272 if (c_flags & FAILED_ACCESS_ACE_FLAG) in smb_ace_flags_tozfs() 1275 if (c_flags & INHERITED_ACE) in smb_ace_flags_tozfs() 1278 z_flags |= (c_flags & ACE_INHERIT_FLAGS); in smb_ace_flags_tozfs() 1286 uint8_t c_flags; in smb_ace_flags_fromzfs() local 1288 c_flags = z_flags & ACE_INHERIT_FLAGS; in smb_ace_flags_fromzfs() 1291 c_flags |= SUCCESSFUL_ACCESS_ACE_FLAG; in smb_ace_flags_fromzfs() 1294 c_flags |= FAILED_ACCESS_ACE_FLAG; in smb_ace_flags_fromzfs() 1297 c_flags |= INHERITED_ACE; in smb_ace_flags_fromzfs() [all …]
|
| /titanic_53/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | ofw_console.c | 49 .c_flags = 0, 64 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()
|
| /titanic_53/usr/src/cmd/backup/lib/ |
| H A D | byteorder.c | 197 swabst("34l", (uchar_t *)&(sp->c_flags)); in normspcl() 202 if (sp->c_flags & DR_INODEINFO) { in normspcl() 213 if (! (sp->c_flags & DR_HASMETA)) in normspcl()
|
| /titanic_53/usr/src/boot/sys/boot/efi/libefi/ |
| H A D | efi_console.c | 112 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT; in efi_cons_probe() 161 if ((efi_console.c_flags & C_MODERAW) == 0) in efi_cons_rawputchar() 178 if ((efi_console.c_flags & C_MODERAW) == 0) { in efi_cons_rawputchar() 188 if ((efi_console.c_flags & C_MODERAW) == 0) { in efi_cons_rawputchar()
|
| /titanic_53/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | threads.c | 146 set_bit(RDSV3_RECONNECT_PENDING, &conn->c_flags); in rdsv3_queue_reconnect() 176 clear_bit(RDSV3_RECONNECT_PENDING, &conn->c_flags); in rdsv3_connect_worker()
|
| /titanic_53/usr/src/boot/sys/boot/uboot/lib/ |
| H A D | console.c | 57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
|
| /titanic_53/usr/src/uts/common/cpr/ |
| H A D | cpr_misc.c | 109 CPR->c_flags = 0; in cpr_init() 116 CPR->c_flags |= C_REUSABLE; in cpr_init() 118 CPR->c_flags |= C_SUSPENDING; in cpr_init() 124 CPR->c_flags |= C_COMPRESSING; in cpr_init() 663 if (CPR->c_flags & C_COMPRESSING) { in cpr_statefile_ok()
|
| H A D | cpr_mod.c | 406 CPR->c_flags |= C_ERROR; in cpr() 409 } else if (CPR->c_flags & C_SUSPENDING) { in cpr()
|
| /titanic_53/usr/src/uts/sun4u/sys/ |
| H A D | sbd_ioctl.h | 209 uint_t c_flags; member 247 #define i_flags i_cmd.cmd_cm.c_flags 375 uint32_t c_flags; member
|