Searched defs:active (Results 1 - 25 of 87) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/os/
H A Dlockstat_subr.c50 int active = 0; local
56 active++;
59 return (active);
H A Dclock_tick.c99 * 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
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rquota.c56 "Get active quotas", /* 2 */
146 int active; local
149 active = getxdr_u_long();
152 active,
153 active ? "on" : "off");
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.h61 bool active; member in class:HandleNPIVPort
H A DHandlePort.h74 bool active; member in class:HandlePort
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfindiop.c38 #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))
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_log.c80 * 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))
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo.c44 int active; local
52 active = 0;
54 if (!active && (*cp == '-')) {
55 active = 1;
56 } else if (active)
92 active = 0;
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo.c45 int active; local
53 active = 0;
55 if (!active && (*cp == '-')) {
56 active = 1;
57 } else if (active)
93 active = 0;
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.c38 int active; local
48 active = 1;
52 active = 0;
55 active = 1;
58 if (active)
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c131 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 */
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c333 * have an active association for FILE_TRUNC events when the
388 int active, ev_change, i, n = -1; local
397 active = 0;
401 active = 1;
412 if (!Fflag && !active)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dconsole.c46 * specified, mark them as active. Else, mark the first probed console
47 * as active. Also create the console variable.
53 int active; local
65 active = -1;
66 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) {
70 active = cons;
73 if (active == -1)
74 active = 0;
84 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
85 consoles[active]
240 int cons, active; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c56 int active; local
63 active = 0;
65 if (!active && (*cp == '-')) {
66 active = 1;
67 } else if (active)
103 active = 0;
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmetadata.c55 int active; local
62 active = 0;
64 if (!active && (*cp == '-'))
65 active = 1;
66 else if (active)
102 active = 0;
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c97 * we just get the active solaris partition.
134 * If this is a slice desc. we need the first active solaris partition
147 * no active solaris part.,*try to get the first solaris part.
748 * Slices are associated with the active solaris partition or if there
749 * is no active solaris partition, then the first solaris partition.
758 int active = 0; local
760 /* Check if there are no active solaris partitions. */
765 active = 1;
770 if (!active) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java206 public void commit(int active) throws PoolsException argument
208 if (PoolInternal.pool_conf_commit(getConf(), active) !=
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h105 bool active; /* is this module active or not ? */ member in struct:mod_info
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c189 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
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c278 dapls_ib_disconnect_clean(IN DAPL_EP *ep_ptr, IN DAT_BOOLEAN active, argument
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c85 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++;
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c250 boolean_t domsg, *active; local
280 } else if (ret != 0 || nvlist_lookup_boolean_array(prefs[0], "active",
281 &active, &nelems)) {
287 } else if (!active[0]) {
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82541.c58 bool active);
934 * @active: boolean used to enable/disable lplu
939 * and SmartSpeed is disabled when active is TRUE, else clear lplu for D3
945 static s32 e1000_set_d3_lplu_state_82541(struct e1000_hw *hw, bool active) argument
958 ret_val = e1000_set_d3_lplu_state_generic(hw, active);
967 if (!active) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c125 " -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)
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h123 /* 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:__anon1464::__anon1466
179 int in_tecla; /* gl_get_line() is active */

Completed in 109 milliseconds

1234