| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _constants.py | 38 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 D | sirf-audio-port.txt | 11 named "tx") and one for reception (should be named "rx").
|
| H A D | brcm,bcm2835-i2s.txt | 12 named "tx") and one for reception (should be named "rx").
|
| H A D | sirf-usp.txt | 11 named "tx") and one for reception (should be named "rx").
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-st.txt | 10 - 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 D | nxp,lpc1850-uart.txt | 14 be at least one channel named "tx" for transmit 15 and named "rx" for receive.
|
| H A D | pl011.yaml | 47 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 D | microchip,spi-pic32.txt | 18 named "spi-tx" for transmit and named "spi-rx" for receive.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | mtk,scp.txt | 12 regions. These should be named "sram" & "cfg". 15 should be named "main".
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | bcm2837-rpi-cm3-io3.dts | 17 * "FOO" = GPIO line named "FOO" on the schematic 18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-cm1-io1.dts | 17 * "FOO" = GPIO line named "FOO" on the schematic 18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-b.dts | 31 * "FOO" = GPIO line named "FOO" on the schematic 32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2836-rpi-2-b.dts | 38 * "FOO" = GPIO line named "FOO" on the schematic 39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-zero.dts | 33 * "FOO" = GPIO line named "FOO" on the schematic 34 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-a.dts | 30 * "FOO" = GPIO line named "FOO" on the schematic 31 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-b-plus.dts | 38 * "FOO" = GPIO line named "FOO" on the schematic 39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-a-plus.dts | 36 * "FOO" = GPIO line named "FOO" on the schematic 37 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-b-rev2.dts | 31 * "FOO" = GPIO line named "FOO" on the schematic 32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-zero-w.dts | 43 * "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 D | sata-common.yaml | 25 Specifies the host controller node. SATA host controller nodes are named 38 nodes will be named "sata-port".
|
| H A D | pata-common.yaml | 25 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 D | resistive-adc-touch.txt | 17 - 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 D | ctl.c | 334 {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 D | clk-s5pv210-audss.txt | 17 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 D | ngx_http.c | 689 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 …]
|