Searched defs:desired (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.h | 92 int desired; member in struct:kb8042::__anon6055
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 674 uint8_t desired = *(uint8_t *)data; local 677 if (desired) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_db.c | 762 rfs4_dbe_reap(rfs4_table_t *table, time_t cache_time, uint32_t desired) argument 774 desired, cache_time, table->dbt_name)); 840 if (!table->dbt_reaper_shutdown && desired && count >= desired)
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 1871 int i, desired, array_size; local 1891 desired = defp->cqs_desired; /* default desired (from hermon.conf) */ 1892 if (desired <= 0) 1897 desired += cq_schedp[i].cqs_desired; 1898 if (desired > state->hs_intrmsi_allocd) { 1900 "the #interrupts desired (%d)\n", 1901 state->hs_intrmsi_allocd, desired); 1907 desired = cq_schedp[i].cqs_desired; 1909 cq_schedp[i].cqs_len = desired; [all...] |
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 511 * instance and the desired state for the enabled bit in the instance's 516 set_inst_enabled(const scf_instance_t *inst, uint8_t desired, argument 593 if (b == desired) { 620 scf_value_set_boolean(v, desired); 1018 set_inst_enabled_atboot(scf_instance_t *inst, uint8_t desired) argument 1031 if (persistent != desired) { 1040 if (persistent != desired) 1041 if (set_inst_enabled(inst, desired, SCF_PG_GENERAL, 1044 if (enabled == desired) 1054 set_inst_enabled_flags(const char *fmri, int flags, uint8_t desired) argument [all...] |
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 11487 int allocated = 0, desired = 0; local 11545 desired += 2; 11565 *factor = desired / (allocated > 0 ? allocated : 1); 14706 * the stored DIF offset with its own (which is the desired behavior).
|
Completed in 130 milliseconds