| /onnv-gate/usr/src/tools/scripts/ |
| H A D | wx.sh | 149 { print $0; } ' target=$1 $wxdir/active >$wxtmp/tmp_active || 151 if mv -f $wxtmp/tmp_active $wxdir/active; then 156 An error occured trying to remove $1 from the active list. 157 The active list may be corrupt. You should check it out and 166 sed "s|^$(escape_re $1)$|$2|" $wxdir/active >\ 167 $wxtmp/active || fail "Error: cannot create $wxtmp/active." 168 mv -f $wxtmp/active $wxdir/active || \ 203 and will remain in the active list. 211 is new and will remain in active list. Use: 213 to remove from active list. [all …]
|
| /onnv-gate/usr/src/tools/onbld/hgext/ |
| H A D | cdm.py | 103 active = ws.active(parent=parent) 104 return [(ws.filepath(e.name), e) for e in sorted(active)] 224 act = wslist[repo].active(opts['parent']) 254 act = wslist[repo].active(parent) 263 act = wslist[repo].active(parent) 271 act = wslist[repo].active(parent) 286 act = wslist[repo].active(parent) 297 active = wslist[repo].active(opts.get('parent')) 302 return Comments.comchk(active.comments(), check_db=check_db, output=ui, 514 active = wslist[repo].active(opts.get('parent')) [all …]
|
| /onnv-gate/usr/src/tools/onbld/Scm/ |
| H A D | WorkSpace.py | 408 def __init__(self, active, message, user): argument 416 fctx = active.localtip.filectx(fname) 424 data = '\n'.join(active.prune_tags(data.splitlines())) 428 active[fname].parentname) 430 self.__active = active 431 parents = (active.parenttip.node(), node.nullid) 432 extra = {'branch': active.localtip.branch()} 433 context.memctx.__init__(self, active.ws.repo, parents, message, 434 active.files(), filectxfn, user=user, 607 def active(self, parent=None): member in WorkSpace [all …]
|
| /onnv-gate/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()
|
| /onnv-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()
|
| /onnv-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()
|
| /onnv-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()
|
| /onnv-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()
|
| /onnv-gate/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 …]
|
| /onnv-gate/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 | 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 | 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 | 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 …]
|
| /onnv-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()
|
| /onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| H A D | alerts.c | 89 if (!pr->alert->active) in alert() 92 pr->alert->active = 1; in alert() 106 if (!pp->alert->active) { in alert() 108 pp->alert->active = 1; in alert() 135 } else if (!fp->alert->active) { in alert() 137 fp->alert->active = 1; in alert() 288 ap->active = 0; in cancel_alert()
|
| H A D | disp4.c | 382 else if (!pfs->alert->active) in s_quiet_alert() 387 pfs->alert->active = 1; in s_quiet_alert() 396 else if (!pps->alert->active) in s_quiet_alert() 401 pps->alert->active = 1; in s_quiet_alert() 410 else if (!ppws->alert->active) in s_quiet_alert() 415 ppws->alert->active = 1; in s_quiet_alert()
|
| /onnv-gate/usr/src/uts/sun4/io/px/ |
| H A D | px_debug.c | 186 ASSERT(msg_p->active == B_FALSE); in px_dbg_queue() 192 msg_p->active = B_TRUE; in px_dbg_queue() 220 if (msg_p->active) { in px_dbg_drain() 222 msg_p->active = B_FALSE; in px_dbg_drain()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/ |
| H A D | RastEventHandlerMessages.rc | 4 101, "invalid link type %1 in rast-active-lpd processing instruction" 5 102, "duplicate link type %1 in rast-active-lpd processing instruction"
|
| /onnv-gate/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()
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl_ciph.c | 105 int active; member 416 co_list[co_list_num].active = 0; in ssl_cipher_collect_ciphers() 544 if (!curr->active) in ssl_cipher_apply_rule() 547 curr->active = 1; in ssl_cipher_apply_rule() 553 if (curr->active) in ssl_cipher_apply_rule() 559 curr->active = 0; in ssl_cipher_apply_rule() 568 curr->active = 0; in ssl_cipher_apply_rule() 598 if (curr->active && in ssl_cipher_strength_sort() 618 if (curr->active) in ssl_cipher_strength_sort() 909 if (curr->active) in STACK_OF()
|