Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 1138) sorted by last modified time

12345678910>>...46

/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run164 # really represent things that can be run on x86 regardless of the
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.p5m1678 # Depend on terminfo data.
1682 # Depend on zoneinfo data.
/illumos-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt75 Object Access Management:::Change ownership and permission on files:help=RtObAccessMngmnt.html
112 Object Label Management:::Change labels on files.:auths=solaris.device.allocate,solaris.label.file.…
/illumos-gate/usr/src/cmd/latencytop/
H A Dlatencytop.d156 sched::resume:on-cpu
175 sched::resume:on-cpu
190 sched::resume:on-cpu
214 sched::resume:on-cpu
331 sched::resume:on-cpu
352 sched::resume:on-cpu
374 sched::resume:on-cpu
/illumos-gate/usr/src/lib/libc/
H A DREADME100 variants are built on top of lmalloc()/lfree() but they have
216 sig_mutex_[un]lock() on the same mutex.
239 otherwise conflicting symbols could interpose on the version in libc without
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2979 int on = 1; in sosendfile64() local
2982 SO_SND_COPYAVOID, &on, sizeof (on), CRED()) == 0) in sosendfile64()
/illumos-gate/exception_lists/
H A Dpackaging516 # are only useful on sun4u systems
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c1281 i_mac_promisc_set(mac_impl_t *mip, boolean_t on) in i_mac_promisc_set() argument
1288 if (on) { in i_mac_promisc_set()
2420 mac_srs_perm_quiesce(mac_client_handle_t mch, boolean_t on) in mac_srs_perm_quiesce() argument
2436 if (on) in mac_srs_perm_quiesce()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c1778 uint32_t on; in smb_server_listener_start() local
1796 on = 1; in smb_server_listener_start()
1798 SO_REUSEADDR, &on, sizeof (on), CRED()); in smb_server_listener_start()
1861 int on; in smb_server_listener() local
1898 on = 1; in smb_server_listener()
1900 &on, sizeof (on), CRED()); in smb_server_listener()
1902 on = 1; in smb_server_listener()
1904 &on, sizeof (on), CRED()); in smb_server_listener()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers64 # - lf64: Defined on platforms that offer the 32-bit largefile APIs
1472 # applications built on Solaris 2.6 Beta (when they did contain symbols)
1473 # may depend on them. All symbol content for SunOS 5.6 is now in SUNW_1.1
2427 # on other platforms they go directly into the current version (which
2428 # will be either SUNW_0.7, or SISCD_2.3, depending on the similar
3148 # the symbols put in that version on other platforms.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist72 28 ENOSPC No space left on device
108 64 ENONET Machine is not on the network
114 70 ECOMM Communication error on send
122 80 ENOTUNIQ Name not unique on network
135 95 ENOTSOCK Socket operation on non-socket
142 122 EOPNOTSUPP Operation not supported on transport endpoint
/illumos-gate/usr/src/data/amdpmc/
H A DREADME4 Counters. These data files are created based on information in AMD's
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids3254 0402 PS/2 Mouse on Semiconductors CICT Keyboard
7516 00b4 Track on Glass Mouse M-TG02DL
7517 00b5 Track on Glass Mouse M-TG03UL
7518 00b6 Track on Glass Mouse M-TG04DL
12487 701a U-Boot running on Tegra
12488 7020 L4T (Linux for Tegra) running on Tegra
17391 1c05 Broadband stick (modem on)
18697 0005 USB-DIO24 (based on -CTR6) (No Firmware Yet)
19322 1511 Onboard Emulator on SAUModule development kit
20821 60cb PteroDAQ Data Acquisition on FRDM-KL25Z and future boards
[all …]
H A Dpci.ids45 # Found on some boards with two sockets
51 # Found on 7A2000 PCH
54 # Found on 7A2000 PCH
953 02b0 Virtual Endpoint on PCIe Switch
7437 000c DOS on Mac
17052 # MBIM on top of MHI
20514 # Integrated on the motherboard
23526 1043 0127 WiFi-b add-on Card
25239 # Used on V120 VME Crate Controller
29201 1462 176c on board on MSI 945P - NEO (MS-7176)
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_ept.c111 ept_reset_dirty(uint64_t *entry, bool on) in ept_reset_dirty() argument
114 on ? (EPT_DIRTY | EPT_ACCESSED) : 0)); in ept_reset_dirty()
118 ept_reset_accessed(uint64_t *entry, bool on) in ept_reset_accessed() argument
121 on ? EPT_ACCESSED : 0)); in ept_reset_accessed()
H A Dvmm_sol_rvi.c131 rvi_reset_dirty(uint64_t *entry, bool on) in rvi_reset_dirty() argument
133 return (rvi_reset_bits(entry, PT_MOD, on ? (PT_MOD | PT_REF) : 0)); in rvi_reset_dirty()
137 rvi_reset_accessed(uint64_t *entry, bool on) in rvi_reset_accessed() argument
139 return (rvi_reset_bits(entry, (PT_MOD | PT_REF), on ? PT_REF : 0)); in rvi_reset_accessed()
H A Dvmm_gpt.c795 vmm_gpt_reset_accessed(vmm_gpt_t *gpt, uint64_t *entry, bool on) in vmm_gpt_reset_accessed() argument
798 return (gpt->vgpt_pte_ops->vpeo_reset_accessed(entry, on)); in vmm_gpt_reset_accessed()
807 vmm_gpt_reset_dirty(vmm_gpt_t *gpt, uint64_t *entry, bool on) in vmm_gpt_reset_dirty() argument
810 return (gpt->vgpt_pte_ops->vpeo_reset_dirty(entry, on)); in vmm_gpt_reset_dirty()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A DREADME.illumos14 For more information on how this fits in, please see the 'Organization'
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_gld.c182 ena_m_setpromisc(void *arg, boolean_t on) in ena_m_setpromisc() argument
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2862 e1000g_m_promisc(void *arg, boolean_t on) in e1000g_m_promisc() argument
2876 if (on) in e1000g_m_promisc()
2884 Adapter->e1000g_promisc = on; in e1000g_m_promisc()
/illumos-gate/usr/src/uts/
H A DREADME49 on-line as "terminator:/usr/integration/doc/make.std")
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c519 set_setcontext_enforcement(int on) in set_setcontext_enforcement() argument
521 setcontext_enforcement = on; in set_setcontext_enforcement()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src2117 # is on, am should be on too.
2541 # khome is Home on a PC kbd. Actually 'FIND' on a VT.
4997 # bce on
4998 # defbce on
7045 # on off on Busy active on J5-19, CD enabled
7391 # U on
7652 # 3 Open, 4 Closed: DTR on when terminal is on
10936 # ESC [ 20 l LF on NL (not CRLF on NL)
11915 # on the top chip on the CONTROL pc board.
19068 # 3 = auto LF on CR (0 = no LF on CR)
[all …]
H A Dtermcap.src1863 # is on, am should be on too.
2252 # khome is Home on a PC kbd. Actually 'FIND' on a VT.
4374 # bce on
4375 # defbce on
6240 # on off on Busy active on J5-19, CD enabled
6567 # U on
6823 # 3 Open, 4 Closed: DTR on when terminal is on
9650 # ESC [ 20 l LF on NL (not CRLF on NL)
10535 # on the top chip on the CONTROL pc board.
16985 # 3 = auto LF on CR (0 = no LF on CR)
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c473 mdb_one_bit(int width, int bit, int on) in mdb_one_bit() argument
483 SETBIT(buf, j, on ? '1' : '0'); in mdb_one_bit()

12345678910>>...46