| /onnv/onnv-gate/usr/src/uts/common/os/ |
| lockstat_subr.c | 50 int active = 0; local 56 active++; 59 return (active);
|
| clock_tick.c | 99 * Counter that indicates the number of active tick processing softints 427 ulong_t active; local 466 active = clock_tick_active; 467 active = atomic_cas_ulong(&clock_tick_active, active, active); 468 if (active) 633 * active interrupt threads. This allows us to avoid posting
|
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| ufs_log.c | 80 * Return true if log is present and active; otherwise false 87 int active; local 89 active = (ufsvfsp && ufsvfsp->vfs_log); 91 *islog = active; 92 else if (suword32(islog, active))
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_rquota.c | 56 "Get active quotas", /* 2 */ 146 int active; local 149 active = getxdr_u_long(); 152 active, 153 active ? "on" : "off");
|
| /onnv/onnv-gate/usr/src/lib/sun_fc/common/ |
| HandleNPIVPort.h | 61 bool active; member in class:HandleNPIVPort
|
| HandlePort.h | 74 bool active; member in class:HandlePort
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| findiop.c | 38 #define active(iop) ((iop)->_flag & (_IOREAD|_IOWRT|_IORW)) macro 62 if(!active(iop)) 72 while(*iov != NULL && active(*iov)) 137 if(active(fp)) 141 if(*iov && active(*iov))
|
| /onnv/onnv-gate/usr/src/lib/libc/port/tpool/ |
| thread_pool.c | 131 tpool_active_t active; local 140 active.tpa_tid = pthread_self(); 186 active.tpa_next = tpool->tp_active; 187 tpool->tp_active = &active; 382 /* cancel all active workers */ 386 /* wait for all active workers to finish */
|
| /onnv/onnv-gate/usr/src/uts/common/fs/portfs/ |
| port_fd.c | 189 int active; local 416 active = 0; 420 active = 1; 424 if (!port_remove_fd_object(pfd, pp, pcp) && !active) { 449 int active; local 492 active = 1; 494 active = 0; 503 * been retrived. In this case we treat this as an active 506 ASSERT(active == 0); 507 active = 1 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/scsi/targets/ |
| sd_xbuf.c | 85 uint8_t active; /* number of active xfer */ member in struct:xbuf_brk 309 brkp->active--; 310 if (brkp->active || xap->xa_headp == brkp->bp0) { 501 brkp->active++;
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
| snmp_api.c | 91 * The list of active/open sessions. 795 int active = 0, requests = 0; local 806 active++; 835 /* if none are active, skip arithmetic */
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ |
| preenlib.c | 46 uint_t *busymap; /* bitmask of active units */ 87 static struct rawdev *unchecked, *active, *get_runnable(); variable in typeref:struct: 170 * active list. 187 rdp->nxtrd = active; 188 active = rdp; 201 for (ldp = NULL, dp = active; dp != NULL; ldp = dp, dp = dp->nxtrd) { 211 active = dp->nxtrd;
|
| /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/ |
| profv.h | 105 bool active; /* is this module active or not ? */ member in struct:mod_info
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/cache/ |
| mapped_cache.h | 42 #define SECTION_ACTIVE 2 /* list of active servers */ 80 void *active; member in struct:ActiveEntry
|
| /onnv/onnv-gate/usr/src/tools/onbld/Scm/ |
| WorkSpace.py | 183 # are in both change context and status to the active 247 # Walk the active list setting the change type for each active 358 # part of the active list (and is therefore outgoing). 462 def __init__(self, active, message, user): 465 active - The ActiveList object used as the source for all data. 470 fctx = active.localtip.filectx(fname) 474 # .hgtags is a special case, tags referring to active list 478 data = '\n'.join(active.prune_tags(data.splitlines())) 482 active[fname].parentname 661 def active(self, parent=None): member in class:WorkSpace [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| taskq.c | 125 " -a Only show taskqs with active threads.\n" 126 " -t Display active thread stacks in each taskq.\n" 143 uint_t active = FALSE; local 150 'a', MDB_OPT_SETBITS, TRUE, &active, 232 if (active && tact == 0 && queued == 0)
|
| /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/ |
| partition.c | 97 * we just get the active solaris partition. 134 * If this is a slice desc. we need the first active solaris partition 139 if (iparts[i].bootid == ACTIVE && 147 * no active solaris part.,*try to get the first solaris part. 744 * Slices are associated with the active solaris partition or if there 745 * is no active solaris partition, then the first solaris partition. 749 if (iparts[pnum].bootid == ACTIVE && 754 int active = 0; local 756 /* Check if there are no active solaris partitions. */ 758 if (iparts[i].bootid == ACTIVE & [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| Lpd.h | 45 Boolean active() const; 205 Boolean Lpd::active() const function in class:SP_NAMESPACE::Lpd
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| parseInstance.cxx | 544 Boolean active; local 545 if (!parseTagNameGroup(active)) 573 Boolean active; local 574 if (!parseTagNameGroup(active)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/mms/mgmt/mnt/common/ |
| mmsmnt.c | 95 int active = 0; variable 637 active++; 646 active--; 666 while (active > 0) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| NNTP.pm | 350 sub active subroutine 352 @_ == 1 || @_ == 2 or croak 'usage: $nntp->active( [ PATTERN ] )'; 355 $nntp->_LIST('ACTIVE',@_) 365 $nntp->_LIST('ACTIVE.TIMES') 845 Obtain information about all the active newsgroups. The results is a reference 943 =item active ( [ PATTERN ] ) 945 Similar to C<list> but only active groups that match the pattern are returned. 990 Returns a reference to a list of all the active messages in C<GROUP>, or
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| tem.c | 50 * currently active, the data (characters and colors) are also written 638 * Only need to reinit the active tem. 640 struct tem_vt_state *active = tems.ts_active; local 643 mutex_enter(&active->tvs_lock); 644 ASSERT(active->tvs_isactive); 645 tem_reinit(active, B_TRUE); 646 mutex_exit(&active->tvs_lock);
|
| /onnv/onnv-gate/usr/src/uts/sun4/io/px/ |
| px_debug.h | 116 boolean_t active; member in struct:px_dbg_msg
|
| /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/ |
| _elfedit.h | 123 /* output style active */ 124 elfedit_outstyle_t ucmd_ostyle; /* Per-cmd output style, if active */ 129 * list is used to maintain the set of active modules. This can be easily 161 int active; /* True if MSG_ERR jumps to outer loop */ member in struct:__anon150::__anon152 179 int in_tecla; /* gl_get_line() is active */
|
| /onnv/onnv-gate/usr/src/tools/aw/ |
| aw.c | 424 int active = 0; local 434 active++; 440 active++; 446 active++; 455 if (active != 3) 458 while (active != 0) { 471 active--;
|