Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 217) sorted by relevance

123456789

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py38 def enum_with_offset(offset, sequential, named): argument
39 enums = dict(((b, a + offset) for a, b in enumerate(sequential)), **named)
43 def enum(*sequential, **named): argument
44 return enum_with_offset(0, sequential, named)
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dsirf-audio-port.txt11 named "tx") and one for reception (should be named "rx").
H A Dbrcm,bcm2835-i2s.txt12 named "tx") and one for reception (should be named "rx").
H A Dsirf-usp.txt11 named "tx") and one for reception (should be named "rx").
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-st.txt10 - A pinctrl state named "default" must be defined to set pins in mode of
21 - A pinctrl state named "idle" could be defined to set pins in idle state
23 - A pinctrl state named "sleep" could be defined to set pins in sleep state
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dnxp,lpc1850-uart.txt14 be at least one channel named "tx" for transmit
15 and named "rx" for receive.
H A Dpl011.yaml47 When present, must have one state named "default",
48 and may contain a second name named "sleep". The former
60 the clock named UARTCLK on the IP block, i.e. the clock
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dmicrochip,spi-pic32.txt18 named "spi-tx" for transmit and named "spi-rx" for receive.
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dmtk,scp.txt12 regions. These should be named "sram" & "cfg".
15 should be named "main".
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dbcm2837-rpi-cm3-io3.dts17 * "FOO" = GPIO line named "FOO" on the schematic
18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-cm1-io1.dts17 * "FOO" = GPIO line named "FOO" on the schematic
18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b.dts31 * "FOO" = GPIO line named "FOO" on the schematic
32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2836-rpi-2-b.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-zero.dts33 * "FOO" = GPIO line named "FOO" on the schematic
34 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-a.dts30 * "FOO" = GPIO line named "FOO" on the schematic
31 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b-plus.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-a-plus.dts36 * "FOO" = GPIO line named "FOO" on the schematic
37 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b-rev2.dts31 * "FOO" = GPIO line named "FOO" on the schematic
32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-zero-w.dts43 * "FOO" = GPIO line named "FOO" on the schematic
44 * "FOO_N" = GPIO line named "FOO" on schematic, active low
/f-stack/freebsd/contrib/device-tree/Bindings/ata/
H A Dsata-common.yaml25 Specifies the host controller node. SATA host controller nodes are named
38 nodes will be named "sata-port".
H A Dpata-common.yaml25 Specifies the host controller node. PATA host controller nodes are named
39 nodes will be named "ide-port".
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dresistive-adc-touch.txt17 - iio-channels: The third channel named "pressure" is optional and can be
21 - iio-channel-names: optional channel named "pressure".
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c334 {NAME(""), CHILD(named, arena_i)}
347 {NAME(""), CHILD(named, arenas_bin_i)}
534 CHILD(named, stats_background_thread)},
544 {NAME("thread"), CHILD(named, thread)},
545 {NAME("config"), CHILD(named, config)},
546 {NAME("opt"), CHILD(named, opt)},
547 {NAME("tcache"), CHILD(named, tcache)},
549 {NAME("arenas"), CHILD(named, arenas)},
550 {NAME("prof"), CHILD(named, prof)},
551 {NAME("stats"), CHILD(named, stats)}
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dclk-s5pv210-audss.txt17 a clock named "xxti".
20 specified, it is fixed to a clock named "iiscdclk0".
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c689 named = NULL; in ngx_http_init_locations()
722 if (clcf->named) { in ngx_http_init_locations()
725 if (named == NULL) { in ngx_http_init_locations()
726 named = q; in ngx_http_init_locations()
741 if (named) { in ngx_http_init_locations()
750 for (q = named; in ngx_http_init_locations()
761 ngx_queue_split(locations, named, &tail); in ngx_http_init_locations()
867 || clcf->named || clcf->noname) in ngx_http_add_location()
917 if (first->named && !second->named) { in ngx_http_cmp_locations()
922 if (!first->named && second->named) { in ngx_http_cmp_locations()
[all …]

123456789