Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 53) sorted by relevance

123

/titanic_41/usr/src/tools/onbld/Scm/
H A DVersion.py97 def at_least(desired): argument
102 desired = map(int, desired.split('.'))
113 while len(hgver) < len(desired):
115 while len(desired) < len(hgver):
116 desired.append(0)
118 for real, req in zip(hgver, desired):
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1871 int i, desired, array_size; in hermon_cq_sched_init() local
1891 desired = defp->cqs_desired; /* default desired (from hermon.conf) */ in hermon_cq_sched_init()
1892 if (desired <= 0) in hermon_cq_sched_init()
1897 desired += cq_schedp[i].cqs_desired; in hermon_cq_sched_init()
1898 if (desired > state->hs_intrmsi_allocd) { in hermon_cq_sched_init()
1901 state->hs_intrmsi_allocd, desired); in hermon_cq_sched_init()
1907 desired = cq_schedp[i].cqs_desired; in hermon_cq_sched_init()
1909 cq_schedp[i].cqs_len = desired; in hermon_cq_sched_init()
1910 cq_schedp[i].cqs_next_alloc = desired - 1; in hermon_cq_sched_init()
1911 defp->cqs_len -= desired; in hermon_cq_sched_init()
[all …]
/titanic_41/usr/src/lib/libm/amd64/src/
H A D__swapFLAGS.s40 ENTRY(__swapTE) / di <-- NOT(desired xcptn_masks)
/titanic_41/usr/src/cmd/bnu/
H A Dconn.c431 addProto (desired, valid) in addProto() argument
432 char *desired; in addProto()
438 if ( *desired == '\0' )
443 if ( *(wantPtr = findProto(desired, *protoPtr)) == NULLCHAR ) {
452 wantPtr = desired;
H A DREADME104 desired.
/titanic_41/usr/src/uts/common/io/kb8042/
H A Dkb8042.h92 int desired; member
H A Dkb8042.c640 kb8042->leds.desired = -1; /* Unknown initial state */ in kb8042_init()
1233 kb8042->leds.desired = led_state;
1238 if (kb8042->leds.desired != kb8042->leds.commanded) {
1372 kb8042_xlate_leds(kb8042->leds.desired), polled);
1379 kb8042->leds.commanded = kb8042->leds.desired;
/titanic_41/usr/src/lib/libscf/common/
H A Dmidlevel.c516 set_inst_enabled(const scf_instance_t *inst, uint8_t desired, in set_inst_enabled() argument
593 if (b == desired) { in set_inst_enabled()
620 scf_value_set_boolean(v, desired); in set_inst_enabled()
1018 set_inst_enabled_atboot(scf_instance_t *inst, uint8_t desired) in set_inst_enabled_atboot() argument
1031 if (persistent != desired) { in set_inst_enabled_atboot()
1040 if (persistent != desired) in set_inst_enabled_atboot()
1041 if (set_inst_enabled(inst, desired, SCF_PG_GENERAL, in set_inst_enabled_atboot()
1044 if (enabled == desired) in set_inst_enabled_atboot()
1054 set_inst_enabled_flags(const char *fmri, int flags, uint8_t desired) in set_inst_enabled_flags() argument
1082 ret = set_inst_enabled_atboot(inst, desired); in set_inst_enabled_flags()
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state74 # 2) There can be as many <command>/<property src> blocks as desired, but
77 # each block. If that is desired then each block must be placed in its
/titanic_41/usr/src/cmd/zic/
H A Dtzselect.po23 msgid "Please enter the desired value of the TZ environment "
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s51 ! whether or not the desired character is in the first few bytes
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s51 ! whether or not the desired character is in the first few bytes
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c762 rfs4_dbe_reap(rfs4_table_t *table, time_t cache_time, uint32_t desired) in rfs4_dbe_reap() argument
774 desired, cache_time, table->dbt_name)); in rfs4_dbe_reap()
840 if (!table->dbt_reaper_shutdown && desired && count >= desired) in rfs4_dbe_reap()
/titanic_41/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl51 # the IPv4 unicast address of a particular 6to4 Relay Router, if desired.
/titanic_41/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s40 / entry conditions: %eax each byte is set to desired byte.
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c674 uint8_t desired = *(uint8_t *)data; in set_svc_enable_cb() local
677 if (desired) { in set_svc_enable_cb()
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg37 @ MSG_ARG_SYM "Name of desired symbol within symbol table(s)"
141 @ MSG_A1_SYM "Name of desired symbol within symbol table.\n"
165 argument is interpreted as the name of the desired section.\n\
H A Ddyn.msg46 @ MSG_DEBUG_OLDRPATHOK "[%d: %s][%d]: Existing %s already has desired \
231 a new element of a desired type. The value of a dynamic\n\
287 o\tThe desired string must already exist in the dynamic string\n\
H A Dsyminfo.msg83 @ MSG_A1_SYM "Name of desired symbol within symbol table.\n"
/titanic_41/usr/src/lib/libc/port/gen/
H A Derrlist74 35 No message of desired type
/titanic_41/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err57 NOMSG = No message of desired type
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl109 # server when the DHCP agent sends requests. However, if desired, this
/titanic_41/usr/src/uts/i86pc/ml/
H A Dlocore.s1759 / as desired. The simplistic approach of reading the TSC counter and
1962 / as desired. The simplistic approach of reading the TSC counter and
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl240 * For read access, the desired access mask should contain the
594 * desired information is specified using a class value, as defined
/titanic_41/usr/src/cmd/ssh/doc/
H A DLICENCE84 * code or tables extracted from it, as desired without restriction.

123