Home
last modified time | relevance | path

Searched refs:which (Results 76 – 100 of 685) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/cmd/sendmail/cf/ostype/
H A Dsolaris2.pre5.m410 # forth in the LICENSE file which can be found at the top level of
16 # use mail as local mailer which are usually version before 2.5.
H A Dsolaris8.m47 # forth in the LICENSE file which can be found at the top level of
14 # /var/run and support for IPv6, all of which where introduced in
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpsecflags.c30 psecflags(idtype_t idtype, id_t id, psecflagwhich_t which, in psecflags() argument
37 return (__psecflagsset(&procset, which, delta)); in psecflags()
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc199 while (which != NULL) { in find_cont_lock()
200 if (which->handle == handle) { in find_cont_lock()
203 which = which->next; in find_cont_lock()
205 return (which); in find_cont_lock()
229 cont_lock_t *which = NULL; in lock_container() local
235 which = find_cont_lock(handle); in lock_container()
238 if (which == NULL) { in lock_container()
243 add_cont_lock(which); in lock_container()
275 cont_lock_t *which = NULL; in unlock_container() local
278 which = find_cont_lock(handle); in unlock_container()
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Darm64-detecting-tagged-addresses.txt5 user-kernel syscall ABI boundary. Tagged memory addresses are those which
14 non-zero and any variable which may contain an untagged address.
24 arm64. To provide a worked example, consider the following command which is
42 may have been made between a tagged address (variable 'start' which originated
83 to determine which parameter of that function relates to the parameter of the
91 which parameter of get_futex_key provided the data of interest. In these cases
180 out functions that carry a value which has been annotated as untagged. Please
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbug16127.dat3 # This involved an erroneously implemented optimization which reduces
10 # To exercise this, we construct sets which have one member of one side and
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.msg112 of the file at which the first byte of the segment resides.\n"
115 Integer value to set for virtual address at which the first\n\
119 Integer value to set for physical address at which the first\n\
124 of the segment, which can be zero.\n"
128 of the segment, which can be zero.\n"
135 Value to which the segment is aligned in memory, and in\n\
145 Numeric index within program header to which the element(s)\n\
183 at which the first byte of the segment resides.\n\
210 p_paddr provides the physical address at which the first\n\
211 byte of the segment resides in memory, for systems in which\n\
[all …]
/illumos-gate/usr/src/grub/
H A DREADME.grub16 which is for GRUB 0.93. The file grub-0.95-graphics.patch
20 There is a linux bootsplashproject which turns off verbose mode even
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c1424 if (which == 0) in rts_setmetrics()
1434 if (which & RTV_RTT) in rts_setmetrics()
1436 if (which & RTV_RTTVAR) in rts_setmetrics()
1443 if (which & RTV_MTU) in rts_setmetrics()
1445 if (which & RTV_RTT) in rts_setmetrics()
1449 if (which & RTV_RTTVAR) in rts_setmetrics()
1451 if (which & RTV_SPIPE) in rts_setmetrics()
1453 if (which & RTV_RPIPE) in rts_setmetrics()
1496 if (which & RTV_MTU) in rts_setmetrics()
1498 if (which & RTV_RTT) in rts_setmetrics()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt5fw_cfg.txt13 # have a default configuration which allows a customer to plug a Terminator
17 # Many of the Terminator resources which are described by this configuration
36 # Some of the customer application needs which need to be accommodated:
112 # queues, and 0xfff for LP which
117 reg[0x113c] = 0x0002ffc0 # SGE_VFIFO_SIZE, set to 0x2ffc0 which
203 # PF" which many OS Drivers will use to manage most or all functions.
285 # which is 34 but they're probably safe with 32.
289 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions
309 # different PCI Device IDs which will allow Unified and Per-Port Drivers
337 # For those OSes which manage different ports on different PFs, we need
[all …]
H A Dt6fw_cfg.txt13 # have a default configuration which allows a customer to plug a Terminator
17 # Many of the Terminator resources which are described by this configuration
36 # Some of the customer application needs which need to be accommodated:
99 # the Timer Table to a default set of values (which are multiples
102 # for (Tick * Multiplier[i]) values which most closely match the Host
220 # PF" which many OS Drivers will use to manage most or all functions.
302 # which is 34 but they're probably safe with 32.
306 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions
326 # different PCI Device IDs which will allow Unified and Per-Port Drivers
352 # For those OSes which manage different ports on different PFs, we need
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c810 uart_legacy_alloc(int which, int *baseaddr, int *irq) in uart_legacy_alloc() argument
813 if (which < 0 || which >= (int)UART_NLDEVS || uart_lres[which].inuse) in uart_legacy_alloc()
816 uart_lres[which].inuse = true; in uart_legacy_alloc()
817 *baseaddr = uart_lres[which].baseaddr; in uart_legacy_alloc()
818 *irq = uart_lres[which].irq; in uart_legacy_alloc()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dnat-setup4 To start setting up NAT, we need to define which is your "internal" interface
5 and which is your "external" interface. The "internal" interface is the
6 network adapter connected to the network with private IP addresses which
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c2049 if (which == RTA_GATEWAY) { in getaddr()
2056 rcip->ri_addrs |= which; in getaddr()
2057 switch (which) { in getaddr()
2093 if (which == RTA_DST) { in getaddr()
2096 if (which == RTA_SRC) { in getaddr()
2109 switch (which) { in getaddr()
2142 switch (which) { in getaddr()
2235 if (which == RTA_DST) { in in_getaddr()
2260 if (which == RTA_DST) { in in_getaddr()
2858 sodump(su_t *su, char *which) in sodump() argument
[all …]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dpkgrm.lst24 # This is a list of SVr4 packages which should be removed when installing
25 # the zone. Do not edit this file. Site-specific packages which must be
H A Dsmf_disable.lst24 # This is a list of SMF services which should be disabled when installing
25 # the zone. Do not edit this file. Site-specific services which must be
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A DREADME.txt21 open-vm-tools which can be obtained from:
31 exceptions for which warnings are disabled in the Makefile
/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c227 xpv_feature(int which) in xpv_feature() argument
229 switch (which) { in xpv_feature()
/illumos-gate/usr/src/cmd/prtdscp/sparc/sun4u/
H A Dprtdscp.c192 get_address(int which, char *addr) in get_address() argument
199 error = dscpAddr(0, which, &saddr, &len); in get_address()
/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c83 int which; in aclsort() local
88 if (aclcheck(aclbufp, nentries, &which) != 0) in aclsort()
/illumos-gate/usr/src/lib/libc/
H A DREADME32 in the rules by which code in libc must be developed and maintained.
60 which the calling thread cannot be suspended (making the region
61 fork-safe) and in which the calling thread has all signals deferred
198 which are declared in both "thr_uberdata.h" and "mtlib.h".
235 (generally, one or the other will be a weak symbol, precisely which is
238 These synonym symbols existed such that an application which provided
240 compromising libc itself, that is if libc defines fopen() which needs open() it
243 synonyms.h, which would #define open _open, for all such symbols.
251 compatibility. A preloadable library, /lib/c_synonyms.so.1 is provided which
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab77 identifies the namespace in which the option falls.
104 `consumers' describe which programs make use of this information.
112 which describes an option named `StaticRt', that is in the STANDARD
114 33, which is of type `IP Address', consisting of a potentially
129 o A program can specify which entries it wants from the inittab.
140 o The inittab C API also provides functions which allow programs
142 (which it does by consulting a compiled-in database of current
247 option, which is `length' bytes long. A pointer to a dynamically
284 before starting a program which uses the inittab API.
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c555 static int mac_enable(struct cmac *mac, int which) in mac_enable() argument
561 if (which & MAC_DIRECTION_RX) in mac_enable()
563 if (which & MAC_DIRECTION_TX) in mac_enable()
569 static int mac_disable(struct cmac *mac, int which) in mac_disable() argument
578 if (which & MAC_DIRECTION_RX) in mac_disable()
580 if (which & MAC_DIRECTION_TX) in mac_disable()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl238 * all zero except for the length, which should be set to sizeof(struct
452 * table with entries which index the mslsa_domain_table[].
770 * lookup functions must be used to identify which the privilege to
771 * which each LUID refers. The handle here is a policy handle.
790 * lookup functions must be used to identify which the privilege to
791 * which each LUID refers. The handle here is a policy handle.
810 * lookup functions must be used to identify which the privilege to
811 * which each LUID refers. The handle here is a policy handle.
856 * parameters, which we don't care about. The OUT name structure has
857 * an extra field, in which zero seems to be okay.
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME97 initialization, periodic state checks) which are simply enqueued
98 on the event queue, and external events which are both enqueued on
132 which process synchronous NWAM client requests (e.g. get state of an
134 o various wifi/IP threads: threads which do asynchronous work such as
142 NCUs[2], ENMs[3] and known WLANs and a set of state machines which
157 configuration units which collectively specify how a system should be
178 receiving process which can write back into it and then transparently
190 via the libnwam function nwam_event_send() which hides the IPC
204 field (which is used for NCUs only).
352 been returned (which may include nameserver info). So
[all …]

12345678910>>...28