Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 214) sorted by relevance

123456789

/illumos-gate/usr/src/boot/common/
H A Dconsole.c60 int active = 0; in cons_inputdev() local
64 active++; in cons_inputdev()
67 if (active == 1) in cons_inputdev()
117 int active; in cons_probe() local
144 active = -1; in cons_probe()
147 active = cons; in cons_probe()
153 if (active == -1) in cons_probe()
154 active = 0; in cons_probe()
391 active = 0; in cons_change()
405 active++; in cons_change()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo.c44 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 Dufs_log.c85 int active; in ufs_fioislog() local
87 active = (ufsvfsp && ufsvfsp->vfs_log); in ufs_fioislog()
89 *islog = active; in ufs_fioislog()
90 else if (suword32(islog, active)) in ufs_fioislog()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.cc54 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 DHandlePort.cc50 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/inet/ip/
H A Dspdsock.c583 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/uts/common/os/
H A Dlockstat_subr.c48 int active = 0; in lockstat_active_threads() local
54 active++; in lockstat_active_threads()
57 return (active); in lockstat_active_threads()
H A Dclock_tick.c427 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/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rquota.c146 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 Dtbl.c40 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/uts/common/fs/portfs/
H A Dport_fd.c187 int active; in port_associate_fd() local
414 active = 0; in port_associate_fd()
418 active = 1; in port_associate_fd()
422 if (!port_remove_fd_object(pfd, pp, pcp) && !active) { in port_associate_fd()
447 int active; in port_dissociate_fd() local
490 active = 1; in port_dissociate_fd()
492 active = 0; in port_dissociate_fd()
504 ASSERT(active == 0); in port_dissociate_fd()
505 active = 1; in port_dissociate_fd()
513 return ((active ? 0 : ENOENT)); in port_dissociate_fd()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dverify_mgr.c48 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 Ddig_mgr.c307 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 Dsign_mgr.c48 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 Ddecr_mgr.c49 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 Dencr_mgr.c48 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 Dnew_host.c1213 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/tools/smatch/src/
H A Dlinearize.c662 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/dlutil/
H A Ddlled.c175 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/cmd/lp/cmd/lpsched/
H A Dalerts.c87 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 Ddisp4.c380 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 Dlibsff_8636_tech.out74 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 Dpx_debug.c185 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 Dbeadm.c360 active[0] = '\0'; in print_be_nodes()
370 active[ai++] = 'x'; in print_be_nodes()
373 active[ai++] = 'N'; in print_be_nodes()
376 active[ai++] = 'b'; in print_be_nodes()
381 active[ai] = 'T'; in print_be_nodes()
389 active, in print_be_nodes()
492 active[0] = '\0'; in print_fmt_nodes()
498 active[ai++] = 'N'; in print_fmt_nodes()
500 active[ai++] = 'R'; in print_fmt_nodes()
502 active[ai++] = 'T'; in print_fmt_nodes()
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c45 int active; variable
318 if (active > 1) in activepass()
320 "%d files were active and will be re-dumped\n"), active); in activepass()
327 active = 0; in activepass()

123456789