Home
last modified time | relevance | path

Searched refs:which (Results 51 – 75 of 4116) sorted by relevance

12345678910>>...165

/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dqfprom.txt3 This binding is intended to represent QFPROM which is found in most QCOM SOCs.
10 Are child nodes of qfprom, bindings of which as described in
27 Are device nodes which consume nvmem data cells.
/freebsd/share/examples/find_interface/
H A DREADME1 This is a simple program which demonstrates how to query the kernel
4 print out an IP address which names the interface over which UDP
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,brcmstb.txt28 specific Bus Interface Unit (BIU) block which controls and interfaces the CPU
30 controller (MEMC). This BIU block offers a feature called Write Pairing which
41 Boolean property, which when present indicates that the chip
78 A phandle / integer array property which lets the BSP know the location
87 A phandle pointing to the syscon node which describes the CPU boot
108 A phandle / integer array that points to the syscon node which describes
147 each of which may have several associated hardware blocks, which are versioned
149 describing these controllers as a parent "memory controllers" block, which
150 contains N sub-nodes (one for each controller in the system), each of which is
/freebsd/contrib/ntp/sntp/libevent/
H A Ddevpoll.c203 int which = 0; in devpoll_dispatch() local
212 which |= EV_READ; in devpoll_dispatch()
214 which |= EV_WRITE; in devpoll_dispatch()
216 if (!which) in devpoll_dispatch()
220 evmap_io_active_(base, events[i].fd, which); in devpoll_dispatch()
/freebsd/contrib/libevent/
H A Ddevpoll.c203 int which = 0; in devpoll_dispatch() local
212 which |= EV_READ; in devpoll_dispatch()
214 which |= EV_WRITE; in devpoll_dispatch()
216 if (!which) in devpoll_dispatch()
220 evmap_io_active_(base, events[i].fd, which); in devpoll_dispatch()
/freebsd/usr.bin/fortune/
H A DREADME3 adequate jokebook published since "Joe_Miller", which came out in 1739 and
4 which, incidentally, was the most miserable no-good ... jokebook in the
20 propensity which ordains, in effect, that "The Green Pastures" should never
21 have been written; the idiot attitude which compelled Arthur Kober to abandon
23 splendiferous Florian Slappey; the moronic frame of mind which, if carried
H A DNotes18 (which contains the fortunes themselves) and the data file which describes
21 database, and "fortunes.dat" is the data file which describes it. See
37 Anything which would not make it onto network prime time programming
38 (or which would only be broadcast if some discredited kind of guy said it)
42 sequestered in the potentially offensive section as well. Anything which
50 a program which is supposed to be entertaining. People who run "fortune
76 which time it will be worth absolutely nothing.
79 Attributions which do not fit on one (72 char) line should be continued
80 on a line which lines up below the first text of the attribution, e.g.,
82 -- A very long attribution which might not fit on one
[all …]
/freebsd/contrib/nvi/vi/
H A Dv_word.c63 enum which {BIGWORD, LITTLEWORD}; enum
65 static int bword(SCR *, VICMD *, enum which);
66 static int eword(SCR *, VICMD *, enum which);
67 static int fword(SCR *, VICMD *, enum which);
98 fword(SCR *sp, VICMD *vp, enum which type) in fword()
258 eword(SCR *sp, VICMD *vp, enum which type) in eword()
404 bword(SCR *sp, VICMD *vp, enum which type) in bword()
/freebsd/crypto/openssl/doc/man7/
H A Dssl.pod47 methods/functions which implement the various protocol versions (SSLv3
52 This structure holds the algorithm information for a particular cipher which
59 This is the global context structure which is created by a server or client
60 once per program life-time and which holds mainly default values for the
61 B<SSL> structures which are later created for the connections.
70 This is the main SSL/TLS structure which is created by a server or client per
72 At run-time the application usually deals with this structure which has
/freebsd/usr.sbin/bhyve/
H A Duart_emul.c422 uart_legacy_alloc(int which, int *baseaddr, int *irq) in uart_legacy_alloc() argument
425 if (which < 0 || which >= (int)UART_NLDEVS || uart_lres[which].inuse) in uart_legacy_alloc()
428 uart_lres[which].inuse = true; in uart_legacy_alloc()
429 *baseaddr = uart_lres[which].baseaddr; in uart_legacy_alloc()
430 *irq = uart_lres[which].irq; in uart_legacy_alloc()
/freebsd/contrib/sendmail/src/
H A DTUNING5 # forth in the LICENSE file which can be found at the top level of
21 and software (OS) configurations which are not extensively explored
28 This text assumes that all options which are mentioned here are
32 There are basically three different scenarios which are treated
58 disk is exceeded, which is true for almost every high-volume
79 second, which keeps the connection from the sender open until the
105 In most situations disk I/O is a bottleneck which can be mitigated
108 groups which are collections of queue directories with similar
113 several queue runners delivering mails concurrently which should
204 In this case some program generates e-mails which are sent to
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,pinctrl-mt6795.yaml136 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
137 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
138 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
139 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
147 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
148 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
149 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
150 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
H A Dmediatek,mt6795-pinctrl.yaml136 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
137 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
138 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
139 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
148 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
149 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
150 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
151 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
H A Dmediatek,mt8183-pinctrl.yaml149 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
150 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
151 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
152 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
161 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
162 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
163 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
164 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c86 static int acpi_pci_read_ivar(device_t dev, device_t child, int which,
88 static int acpi_pci_write_ivar(device_t dev, device_t child, int which,
138 acpi_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in acpi_pci_read_ivar() argument
143 switch (which) { in acpi_pci_read_ivar()
151 return (pci_read_ivar(dev, child, which, result)); in acpi_pci_read_ivar()
155 acpi_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value) in acpi_pci_write_ivar() argument
160 switch (which) { in acpi_pci_write_ivar()
168 return (pci_write_ivar(dev, child, which, value)); in acpi_pci_write_ivar()
/freebsd/contrib/libpcap/
H A DTODO22 problems at the first glance which needs fixing:
25 should be a way for the application to get a file descriptor which it
26 has to monitor and a callback in pcap which has to be called on
31 + too many functions. There are a lot of functions for everything which
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_barrier.c52 int which = (int)(long)arg; in threadfunc() local
55 printf("thread %d entering barrier\n", which); in threadfunc()
57 printf("thread %d leaving barrier -> %d\n", which, rv); in threadfunc()
/freebsd/share/examples/ipfilter/rules/
H A Dexample.sr2 # log all inbound packet on le0 which has IP options present
6 # block any inbound packets on le0 which are fragmented and "too short" to
8 # packets which can be missing the flags/ports (depending on which part
24 # block and log any inbound UDP packets on le0 which are going to port 2049
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Driscv,cpu-intc.txt4 RISC-V cores include Control Status Registers (CSRs) which are local to each
15 interrupts connect all other device interrupts to the HLIC, which are routed
31 - Source 1 is the supervisor software interrupt, which can be sent by an SBI
33 - Source 5 is the supervisor timer interrupt, which can be configured by
35 - Source 9 is the supervisor external interrupt, which chains to all other
/freebsd/crypto/openssl/doc/man3/
H A DX509_add_cert.pod21 The I<certs> argument may be NULL, which implies no effect.
27 which is used to control details of the operation.
29 The value B<X509_ADD_FLAG_DEFAULT>, which equals 0, means no special semantics.
39 which is determined using L<X509_cmp(3)>, are ignored.
42 which is determined using L<X509_self_signed(3)>, are ignored.
/freebsd/share/examples/ipfilter/
H A Dexample.142 # log all inbound packet on le0 which has IP options present
6 # block any inbound packets on le0 which are fragmented and "too short" to
8 # packets which can be missing the flags/ports (depending on which part
24 # block and log any inbound UDP packets on le0 which are going to port 2049
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsprd,sc9860-clk.txt26 property here just simply shows which clock group the clocks'
28 which are defined in the driver. The detailed dependency
29 relationship (i.e. how many parents and which are the parents)
37 - sprd,syscon: phandle to the syscon which is in the same address area with
/freebsd/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c334 asn_subid_t which; in op_lm75Sensors() local
339 which = value->var.subs[sub - 1]; in op_lm75Sensors()
343 switch (which) { in op_lm75Sensors()
369 asn_subid_t which; in op_lm75SensorTable() local
375 which = value->var.subs[sub - 1]; in op_lm75SensorTable()
403 switch (which) { in op_lm75SensorTable()
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst54 Address at which to place global data.
75 flag which corresponds to ``--unresolve-symbols=ignore`` +
81 symbols, one per line, which are allowed to be undefined.
157 one compilation unit which calls a function defined in another compilation
181 ``--export`` (which will error if the symbol is not found) or
182 ``--export-if-defined`` (which will not).
185 used to export symbols in the executable which are marked as
198 ``import_name`` and/or ``import_module`` clang attributes which signals that
205 feature is inspired by the ELF stub objects which are supported by the Solaris
234 The symbols which are preserved by default are:
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_util.c147 ex_wemsg(SCR* sp, CHAR_T *p, exm_t which) in ex_wemsg() argument
154 ex_emsg(sp, np, which); in ex_wemsg()
164 ex_emsg(SCR *sp, char *p, exm_t which) in ex_emsg() argument
166 switch (which) { in ex_emsg()

12345678910>>...165