Home
last modified time | relevance | path

Searched refs:behavior (Results 1 – 25 of 69) sorted by relevance

123

/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c97 do_ioctl(int ioctl_cmd, char *keyword, char *behavior, int suppress) in do_ioctl() argument
103 mesg(MERR, "%s %s failed, %s\n", keyword, behavior, in do_ioctl()
107 mesg(MDEBUG, "%s %s failed, %s\n", keyword, behavior, in do_ioctl()
123 char *behavior; in cpupm() member
137 char *behavior; in cpupm() local
140 behavior = LINEARG(1); in cpupm()
145 if (strcmp(behavior, bp->behavior) == 0 && in cpupm()
152 mesg(MERR, "invalid cpupm behavior \"%s\"\n", behavior); in cpupm()
155 behavior, mode); in cpupm()
161 behavior, strerror(errno)); in cpupm()
[all …]
/illumos-gate/
H A DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
23 Examples of unacceptable behavior by participants include:
37 behavior and are expected to take appropriate and fair corrective action in
38 response to any instances of unacceptable behavior.
67 Instances of abusive, harassing, or otherwise unacceptable behavior may be
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.dfl29 # The following flag controls the behavior of the "ls" command
30 # in /usr/bin/ftp. To get the default behavior, leave these
31 # lines commented out. To force a particular behavior,
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c993 int behavior) in apic_alloc_msi_vectors() argument
1003 (void *)dip, inum, pri, count, behavior)); in apic_alloc_msi_vectors()
1006 if (behavior == DDI_INTR_ALLOC_STRICT && in apic_alloc_msi_vectors()
1016 behavior == DDI_INTR_ALLOC_STRICT)) in apic_alloc_msi_vectors()
1027 behavior == DDI_INTR_ALLOC_STRICT) in apic_alloc_msi_vectors()
1096 int behavior) in apic_alloc_msix_vectors() argument
1106 behavior == DDI_INTR_ALLOC_STRICT)) { in apic_alloc_msix_vectors()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY35 must quote the dollar sign to get the previous behavior.
42 not set. You need to escape the ~ for the previous behavior.
68 to preserve their previous behavior.
97 behavior was never documented.
120 to be treated as unsigned. This behavior was removed
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c116 int behavior);
119 int behavior);
1178 int behavior) in apic_alloc_msi_vectors() argument
1189 (void *)dip, inum, pri, count, behavior)); in apic_alloc_msi_vectors()
1192 if (behavior == DDI_INTR_ALLOC_STRICT && in apic_alloc_msi_vectors()
1202 behavior == DDI_INTR_ALLOC_STRICT)) in apic_alloc_msi_vectors()
1298 int behavior) in apic_alloc_msix_vectors() argument
1340 behavior == DDI_INTR_ALLOC_STRICT)) { in apic_alloc_msix_vectors()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk185 * behavior instead of expected behavior
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX35 POSIX does not specify this behavior as the System V versions of
98 did not produce any output. POSIX does not specify this behavior.
106 text be output. Since the historic behavior doesn't seem to have
108 behavior.
190 behavior. For example the command:
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME26 are handled. As in previous versions the default behavior is to ignore carriage
28 carriage returns as newlines (-r2 option). You can modify the default behavior by
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME44 executed later. This behavior is no longer supported; for altering the
49 behavior as described above, such that each 'S' script has a suitable
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl43 # hme0.VERIFIED_LEASE_ONLY=no specify hme0 v4 behavior
44 # hme0.v6.VERIFIED_LEASE_ONLY=no specify hme0 v6 behavior
69 # use that lease. This behavior is often preferred for roaming systems.
77 # behavior, set and uncomment the following parameter-value pair.
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h313 extern int apix_alloc_msi(dev_info_t *dip, int inum, int count, int behavior);
314 extern int apix_alloc_msix(dev_info_t *dip, int inum, int count, int behavior);
H A Dapic.h800 int pri, int behavior);
802 int pri, int behavior);
/illumos-gate/usr/src/uts/intel/os/
H A Dmach27 # order is not correct it can result in unexpected system behavior. The
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c152 int count, int *actualp, int behavior) in ddi_intr_alloc() argument
160 (void *)dip, type, inum, count, behavior)); in ddi_intr_alloc()
164 (actualp == NULL) || !DDI_INTR_BEHAVIOR_FLAG_VALID(behavior)) { in ddi_intr_alloc()
261 if (behavior == DDI_INTR_ALLOC_STRICT) { in ddi_intr_alloc()
279 tmp_hdl.ih_scratch2 = (void *)(uintptr_t)behavior; in ddi_intr_alloc()
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME5 library: 'bridge' & 'mngr'. First simulates RSTP bridge behavior, second
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h154 int type, int inum, int count, int *actualp, int behavior);
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c1637 apix_alloc_msi(dev_info_t *dip, int inum, int count, int behavior) in apix_alloc_msi() argument
1647 (void *)dip, inum, count, behavior)); in apix_alloc_msi()
1650 if (behavior == DDI_INTR_ALLOC_STRICT && in apix_alloc_msi()
1674 if (vecp != NULL || behavior == DDI_INTR_ALLOC_STRICT) in apix_alloc_msi()
1699 apix_alloc_msix(dev_info_t *dip, int inum, int count, int behavior) in apix_alloc_msix() argument
1732 if (i < count && behavior == DDI_INTR_ALLOC_STRICT) { in apix_alloc_msix()
/illumos-gate/usr/src/test/nvme-tests/runfiles/
H A Dnon-destruct.run21 # Tests that involve optional device-specific behavior such as the persistent
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1360 hash_stat behavior, uint_t hash_number) in nfs_idmap_cache_s2i_insert() argument
1381 switch (behavior) { in nfs_idmap_cache_s2i_insert()
1534 hash_stat behavior, uint_t hash_number) in nfs_idmap_cache_i2s_insert() argument
1546 switch (behavior) { in nfs_idmap_cache_i2s_insert()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c528 int intr_type, behavior; in nxge_hio_intr_init() local
625 behavior = ((intr_type == DDI_INTR_TYPE_FIXED) ? in nxge_hio_intr_init()
629 inum, navail, &nactual, behavior); in nxge_hio_intr_init()
/illumos-gate/usr/src/cmd/print/scripts/
H A Ddesktop-print-management-prefs.desktop39 Comment=Set printer detection and connection behavior
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree3rb.test22 # This test is designed to verify that behavior.
H A Dbtree3.test22 # This test is designed to verify that behavior.
/illumos-gate/usr/src/cmd/spell/
H A Damerican31 behavior

123