/titanic_50/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 144 active = ws.active(parent=parent) 145 return [(ws.filepath(e.name), e) for e in sorted(active)] 243 act = wslist[repo].active(opts.get('parent')) 282 act = wslist[repo].active(opts['parent']) 311 act = wslist[repo].active(parent) 319 act = wslist[repo].active(parent) 335 act = wslist[repo].active(parent) 350 active = wslist[repo].active(opts.get('parent')) 355 return Comments.comchk(active.comments(), check_db=check_db, output=ui) 654 active = wslist[repo].active(opts.get('parent')) [all …]
|
/titanic_50/usr/src/lib/libbc/libc/stdio/common/ |
H A D | findiop.c | 38 #define active(iop) ((iop)->_flag & (_IOREAD|_IOWRT|_IORW)) macro 62 if(!active(iop)) in _findiop() 72 while(*iov != NULL && active(*iov)) in _findiop() 137 if(active(fp)) in _fwalk() 141 if(*iov && active(*iov)) in _fwalk()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 546 def __init__(self, active, message, user): argument 554 fctx = active.localtip.filectx(fname) 562 data = '\n'.join(active.prune_tags(data.splitlines())) 566 active[fname].parentname) 568 self.__active = active 569 parents = (active.parenttip.node(), node.nullid) 570 extra = {'branch': active.localtip.branch()} 571 context.memctx.__init__(self, active.ws.repo, parents, message, 572 active.files(), filectxfn, user=user, 737 def active(self, parent=None, thorough=False): member in WorkSpace [all …]
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 573 boolean_t active = (boolean_t)cookie; in spdsock_flush_node() local 576 iph = active ? itp->itp_policy : itp->itp_inactive; in spdsock_flush_node() 580 if (active) in spdsock_flush_node() 605 boolean_t active; in spdsock_flush() local 618 active = (spmsg->spd_msg_spdid == SPD_ACTIVE); in spdsock_flush() 620 ITP_NAME(itp), active, 0, cpid); in spdsock_flush() 623 active = (iph == ALL_ACTIVE_POLHEADS); in spdsock_flush() 626 spdsock_flush_one(active ? ipsec_system_policy(ns) : in spdsock_flush() 634 active, 0, cpid); in spdsock_flush() 637 itp_walk(spdsock_flush_node, (void *)active, ns); in spdsock_flush() [all …]
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl.c | 38 int active; in tbl_read() local 48 active = 1; in tbl_read() 52 active = 0; in tbl_read() 55 active = 1; in tbl_read() 58 if (active) in tbl_read()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
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 | 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 | 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() 1486 if (sess->digest_ctx.active == TRUE) { in SC_DigestInit() 1525 if (sess->digest_ctx.active == FALSE) { in SC_Digest() 1569 if (sess->digest_ctx.active == FALSE) { in SC_DigestUpdate() 1604 if (sess->digest_ctx.active == FALSE) { in SC_DigestKey() [all …]
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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
|
/titanic_50/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()
|
/titanic_50/usr/src/tools/aw/ |
H A D | aw.c | 424 int active = 0; in pipeline() local 434 active++; in pipeline() 440 active++; in pipeline() 446 active++; in pipeline() 455 if (active != 3) in pipeline() 458 while (active != 0) { in pipeline() 471 active--; in pipeline()
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | preenlib.c | 87 static struct rawdev *unchecked, *active, *get_runnable(); variable 187 rdp->nxtrd = active; in preen_getdev() 188 active = rdp; in preen_getdev() 201 for (ldp = NULL, dp = active; dp != NULL; ldp = dp, dp = dp->nxtrd) { in preen_releasedev() 211 active = dp->nxtrd; in preen_releasedev()
|