/illumos-gate/usr/src/uts/common/os/ |
H A D | lockstat_subr.c | 50 int active = 0; local 56 active++; 59 return (active);
|
H A D | 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
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rquota.c | 56 "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 D | HandleNPIVPort.h | 61 bool active; member in class:HandleNPIVPort
|
H A D | HandlePort.h | 74 bool active; member in class:HandlePort
|
/illumos-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)) 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 D | 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))
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | bootinfo.c | 44 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 D | bootinfo.c | 45 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 D | tbl.c | 38 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 D | 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 */
|
/illumos-gate/usr/src/cmd/tail/ |
H A D | forward.c | 333 * 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 D | console.c | 46 * 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 D | metadata.c | 56 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 D | metadata.c | 55 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 D | partition.c | 97 * 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 D | Configuration.java | 206 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 D | profv.h | 105 bool active; /* is this module active or not ? */ member in struct:mod_info
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | 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 [all...] |
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_cm.c | 278 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 D | 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++;
|
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 250 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 D | e1000_82541.c | 58 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 D | 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)
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | _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:__anon1464::__anon1466 179 int in_tecla; /* gl_get_line() is active */
|