/illumos-gate/usr/src/boot/common/ |
H A D | console.c | 52 int active; in cons_probe() local 65 active = -1; in cons_probe() 70 active = cons; in cons_probe() 73 if (active == -1) in cons_probe() 74 active = 0; in cons_probe() 85 consoles[active]->c_init(consoles[active], 0); in cons_probe() 289 int cons, active; in cons_change() local 299 active = 0; in cons_change() 311 active++; in cons_change() 338 active++; in cons_change() [all …]
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | bootinfo.c | 44 int active; in bi_getboothowto() local 52 active = 0; in bi_getboothowto() 54 if (!active && (*cp == '-')) { in bi_getboothowto() 55 active = 1; in bi_getboothowto() 56 } else if (active) in bi_getboothowto() 92 active = 0; in bi_getboothowto()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_log.c | 87 int active; in ufs_fioislog() local 89 active = (ufsvfsp && ufsvfsp->vfs_log); in ufs_fioislog() 91 *islog = active; in ufs_fioislog() 92 else if (suword32(islog, active)) in ufs_fioislog()
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | HandleNPIVPort.cc | 54 port(myPort), active(false), vport(myvPort) { in HandleNPIVPort() 67 active = false; in refresh() 87 if (active) { in validate() 93 active = true; in validate()
|
H A D | HandlePort.cc | 50 handle(myHandle), hba(myHBA), port(myPort), active(false) { in HandlePort() 62 active = false; in refresh() 80 if (active) { in validate() 86 active = true; in validate()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lockstat_subr.c | 50 int active = 0; in lockstat_active_threads() local 56 active++; in lockstat_active_threads() 59 return (active); in lockstat_active_threads()
|
H A D | clock_tick.c | 427 ulong_t active; in clock_tick_schedule() local 466 active = clock_tick_active; in clock_tick_schedule() 467 active = atomic_cas_ulong(&clock_tick_active, active, active); in clock_tick_schedule() 468 if (active) in clock_tick_schedule()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 583 if (active) in spdsock_flush_node() 608 boolean_t active; in spdsock_flush() local 1211 boolean_t active; in spdsock_deleterule() local 1272 boolean_t active; in spdsock_deleterule() local 1288 boolean_t active; in spdsock_deleterule() local 1328 boolean_t active; in spdsock_flip() local 1340 boolean_t active; in spdsock_flip() local 1388 boolean_t active; in spdsock_flip() local 2201 boolean_t active; in spdsock_clone() local 2900 boolean_t active; in get_appropriate_polhead() local [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rquota.c | 146 int active; in show_quota() local 149 active = getxdr_u_long(); in show_quota() 152 active, in show_quota() 153 active ? "on" : "off"); in show_quota()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl.c | 40 int active; in tbl_read() local 50 active = 1; in tbl_read() 54 active = 0; in tbl_read() 57 active = 1; in tbl_read() 60 if (active) in tbl_read()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | verify_mgr.c | 48 if (ctx->active != FALSE) { in verify_mgr_init() 201 ctx->active = TRUE; in verify_mgr_init() 217 ctx->active = FALSE; in verify_mgr_cleanup() 241 if (ctx->active == FALSE) { in verify_mgr_verify() 290 if (ctx->active == FALSE) { in verify_mgr_verify_update() 318 if (ctx->active == FALSE) { in verify_mgr_verify_final() 346 if (ctx->active == FALSE) { in verify_mgr_verify_recover()
|
H A D | dig_mgr.c | 307 if (ctx->active != FALSE) { in digest_mgr_init() 343 ctx->active = TRUE; in digest_mgr_init() 365 ctx->active = FALSE; in digest_mgr_cleanup() 384 if (ctx->active == FALSE) { in digest_mgr_digest() 422 if (ctx->active == FALSE) { in digest_mgr_digest_update() 486 if (ctx->active == FALSE) { in digest_mgr_digest_final()
|
H A D | sign_mgr.c | 48 if (ctx->active != FALSE) { in sign_mgr_init() 216 ctx->active = TRUE; in sign_mgr_init() 232 ctx->active = FALSE; in sign_mgr_cleanup() 261 if (ctx->active == FALSE) { in sign_mgr_sign() 313 if (ctx->active == FALSE) { in sign_mgr_sign_update() 341 if (ctx->active == FALSE) { in sign_mgr_sign_final() 369 if (ctx->active == FALSE) { in sign_mgr_sign_recover()
|
H A D | decr_mgr.c | 49 if (ctx->active != FALSE) { in decr_mgr_init() 128 ctx->active = TRUE; in decr_mgr_init() 143 ctx->active = FALSE; in decr_mgr_cleanup() 171 if (ctx->active == FALSE) { in decr_mgr_decrypt()
|
H A D | encr_mgr.c | 48 if (ctx->active != FALSE) { in encr_mgr_init() 127 ctx->active = TRUE; in encr_mgr_init() 142 ctx->active = FALSE; in encr_mgr_cleanup() 170 if (ctx->active == FALSE) { in encr_mgr_encrypt()
|
H A D | new_host.c | 1213 if (sess->encr_ctx.active == TRUE) { in SC_EncryptInit() 1251 if (sess->encr_ctx.active == FALSE) { in SC_Encrypt() 1299 if (sess->encr_ctx.active == FALSE) { 1344 if (sess->encr_ctx.active == FALSE) { 1395 if (sess->decr_ctx.active == TRUE) { in SC_DecryptInit() 1432 if (sess->decr_ctx.active == FALSE) { in SC_Decrypt() 1694 if (sess->sign_ctx.active == TRUE) { in SC_SignInit() 1732 if (sess->sign_ctx.active == FALSE) { in SC_Sign() 1776 if (sess->sign_ctx.active == FALSE) { in SC_SignUpdate() 1816 if (sess->sign_ctx.active == FALSE) { in SC_SignFinal() [all …]
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port_fd.c | 189 int active; in port_associate_fd() local 416 active = 0; in port_associate_fd() 420 active = 1; in port_associate_fd() 424 if (!port_remove_fd_object(pfd, pp, pcp) && !active) { in port_associate_fd() 449 int active; in port_dissociate_fd() local 492 active = 1; in port_dissociate_fd() 494 active = 0; in port_dissociate_fd() 506 ASSERT(active == 0); in port_dissociate_fd() 507 active = 1; in port_dissociate_fd() 515 return ((active ? 0 : ENOENT)); in port_dissociate_fd()
|
/illumos-gate/usr/src/cmd/dlutil/ |
H A D | dlled.c | 175 char supported[128], active[128]; in dlled_get_led() local 197 active[0] = '\0'; in dlled_get_led() 199 dlled_mode2str(dil.dil_active, active, sizeof (active)); in dlled_get_led() 202 printf("%-20s %-12s %s\n", name, active, supported); in dlled_get_led()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | linearize.c | 662 ep->active = bb; in set_activeblock() 742 bb = ep->active; in add_label() 974 if (!ep->active) in add_load() 1031 if (!ep->active) in linearize_store_gen() 1121 if (!ep->active) in linearize_load_gen() 2011 struct basic_block *active = ep->active; in linearize_fn_statement() local 2012 if (active && !bb_terminated(active)) { // missing return in linearize_fn_statement() 2187 active = ep->active; in linearize_return() 2208 active = ep->active; in linearize_switch() 2209 if (!active) { in linearize_switch() [all …]
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | alerts.c | 87 if (!pr->alert->active) in alert() 90 pr->alert->active = 1; in alert() 104 if (!pp->alert->active) { in alert() 106 pp->alert->active = 1; in alert() 133 } else if (!fp->alert->active) { in alert() 135 fp->alert->active = 1; in alert() 286 ap->active = 0; in cancel_alert()
|
H A D | disp4.c | 380 else if (!pfs->alert->active) in s_quiet_alert() 385 pfs->alert->active = 1; in s_quiet_alert() 394 else if (!pps->alert->active) in s_quiet_alert() 399 pps->alert->active = 1; in s_quiet_alert() 408 else if (!ppws->alert->active) in s_quiet_alert() 413 ppws->alert->active = 1; in s_quiet_alert()
|
/illumos-gate/usr/src/test/util-tests/tests/libsff/ |
H A D | libsff_8636_tech.out | 74 0 Copper cable, near and far end limiting active equalizers 80 0 Copper cable, far end limiting active equalizers 86 0 Copper cable, near end limiting active equalizers 92 0 Copper cable, linear active equalizers
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_debug.c | 185 ASSERT(msg_p->active == B_FALSE); in px_dbg_queue() 191 msg_p->active = B_TRUE; in px_dbg_queue() 219 if (msg_p->active) { in px_dbg_drain() 221 msg_p->active = B_FALSE; in px_dbg_drain()
|
/illumos-gate/usr/src/cmd/beadm/ |
H A D | beadm.c | 359 active[0] = '\0'; in print_be_nodes() 369 active[ai++] = 'x'; in print_be_nodes() 372 active[ai++] = 'N'; in print_be_nodes() 375 active[ai++] = 'b'; in print_be_nodes() 380 active[ai] = 'T'; in print_be_nodes() 388 active, in print_be_nodes() 491 active[0] = '\0'; in print_fmt_nodes() 497 active[ai++] = 'N'; in print_fmt_nodes() 499 active[ai++] = 'R'; in print_fmt_nodes() 501 active[ai++] = 'T'; in print_fmt_nodes() [all …]
|
/illumos-gate/usr/src/tools/aw/ |
H A D | aw.c | 426 int active = 0; in pipeline() local 436 active++; in pipeline() 442 active++; in pipeline() 448 active++; in pipeline() 457 if (active != 3) in pipeline() 460 while (active != 0) { in pipeline() 473 active--; in pipeline()
|