Home
last modified time | relevance | path

Searched full:starts (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap54xx-clocks.dtsi139 ti,index-starts-at-one;
187 ti,index-starts-at-one;
221 ti,index-starts-at-one;
249 ti,index-starts-at-one;
259 ti,index-starts-at-one;
269 ti,index-starts-at-one;
279 ti,index-starts-at-one;
289 ti,index-starts-at-one;
299 ti,index-starts-at-one;
309 ti,index-starts-at-one;
[all …]
H A Domap44xx-clocks.dtsi176 ti,index-starts-at-one;
208 ti,index-starts-at-one;
244 ti,index-starts-at-one;
256 ti,index-starts-at-one;
277 ti,index-starts-at-one;
318 ti,index-starts-at-one;
338 ti,index-starts-at-one;
357 ti,index-starts-at-one;
375 ti,index-starts-at-one;
413 ti,index-starts-at-one;
[all …]
H A Ddra7xx-clocks.dtsi250 ti,index-starts-at-one;
272 ti,index-starts-at-one;
284 ti,index-starts-at-one;
328 ti,index-starts-at-one;
357 ti,index-starts-at-one;
414 ti,index-starts-at-one;
464 ti,index-starts-at-one;
514 ti,index-starts-at-one;
528 ti,index-starts-at-one;
574 ti,index-starts-at-one;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Ddivider.txt15 ti,index-starts-at-one - valid divisor values start at 1, not the default
67 - ti,index-starts-at-one : valid divisor programming starts at 1, not zero,
87 ti,index-starts-at-one;
105 ti,index-starts-at-one;
H A Dmux.txt22 "index-starts-at-one" modified the scheme as follows:
46 - ti,index-starts-at-one : valid input select programming starts at 1, not
61 ti,index-starts-at-one;
/freebsd/share/man/man9/
H A Dsglist.9149 The kernel virtual address range starts at
172 The buffer starts at an offset of
182 The kernel virtual address range starts at
244 The kernel virtual address range starts at
298 The physical address range starts at
337 It starts at
351 The buffer starts at an offset of
/freebsd/contrib/ntp/libntp/
H A Dcalyearstart.c25 u_int32 ndays; /* elapsed days since NTP starts */ in calyearstart()
44 u_int32 ndays; /* elapsed days since NTP starts */ in calmonthstart()
63 u_int32 ndays; /* elapsed days since NTP starts */ in calweekstart()
/freebsd/sys/dev/pccbb/
H A Dpccbb.c1066 uint32_t starts[2]; in cbb_cardbus_auto_open() local
1072 starts[0] = starts[1] = START_NONE; in cbb_cardbus_auto_open()
1093 if (rman_get_start(rle->res) < starts[i]) in cbb_cardbus_auto_open()
1094 starts[i] = rman_get_start(rle->res); in cbb_cardbus_auto_open()
1099 if (starts[i] == START_NONE) in cbb_cardbus_auto_open()
1101 starts[i] &= ~(align - 1); in cbb_cardbus_auto_open()
1104 if (starts[0] != START_NONE && starts[1] != START_NONE) { in cbb_cardbus_auto_open()
1105 if (starts[0] < starts[1]) { in cbb_cardbus_auto_open()
1106 if (ends[0] > starts[1]) { in cbb_cardbus_auto_open()
1112 if (ends[1] > starts[0]) { in cbb_cardbus_auto_open()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_scrub/
H A Dzpool_scrub_003_pos.ksh36 # scrub command terminates the existing scrub process and starts
68 log_assert "scrub command terminates the existing scrub process and starts" \
83 log_pass "scrub command terminates the existing scrub process and starts" \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dresilver_restart_001.ksh37 # b. Verify resilver starts properly
172 # there should now be 2 resilver starts w/o defer, 1 with defer
180 # there should still be 2 resilver starts w/o defer, 1 with defer
195 # there should now be 2 resilver starts
/freebsd/contrib/unbound/dnstap/
H A Ddnstap_fstrm.h122 * protocol message. The buffer starts with the 4 bytes of 0 that indicate
137 * protocol message. The buffer starts with the 4 bytes of 0 that indicate
149 * protocol message. The buffer starts with the 4 bytes of 0 that indicate
163 * protocol message. The buffer starts with the 4 bytes of 0 that indicate
175 * protocol message. The buffer starts with the 4 bytes of 0 that indicate
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_tls13_kdf.txt116 # New TLS 1.3 session starts here
212 # New TLS 1.3 session starts here
308 # New TLS 1.3 session starts here
404 # New TLS 1.3 session starts here
500 # New TLS 1.3 session starts here
596 # New TLS 1.3 session starts here
693 # New TLS 1.3 session starts here
790 # New TLS 1.3 session starts here
887 # New TLS 1.3 session starts here
984 # New TLS 1.3 session starts here
[all …]
/freebsd/sys/net/
H A Dparavirt.h60 H starts with host_need_txkick=1 when the I/O thread bh is idle. Upon new
67 done already by G), and starts an I/O thread trying to consume
86 G starts with guest_need_rxkick = 1 when the receive ring is empty.
93 As the interrupt arrives, G sets guest_need_rxkick = 0 and starts
H A Dmp_ring.c104 counter_u64_add(r->starts, 1); in drain_ring_locked()
178 counter_u64_add(r->starts, 1); in drain_ring_lockless()
270 r->starts = counter_u64_alloc(flags); in ifmp_ring_alloc()
274 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in ifmp_ring_alloc()
299 if (r->starts != NULL) in ifmp_ring_free()
300 counter_u64_free(r->starts); in ifmp_ring_free()
516 counter_u64_zero(r->starts); in ifmp_ring_reset_stats()
/freebsd/sys/contrib/openzfs/scripts/
H A Dcommitcheck.sh59 # subject starts with Fix coverity defects means it's a coverity fix
72 # subject starts with Fix coverity defects: CID dddd, dddd...
76 …echo "error: Coverity defect fixes must have a subject line that starts with \"Fix coverity defect…
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-match.mk185 # [ starts a character list for matching 1 character
189 # ( while parsing the pattern, starts a nesting level
191 # { while parsing the pattern, starts a nesting level
194 # $ while parsing the pattern, starts a nested expression
195 # # in a line except a shell command, starts a comment
237 # '$' starts.
360 # [:] matches never since the ':' starts the next modifier
H A Dsh-jobs.mk12 # If a shell command starts with a comment character after stripping the
21 # If a shell command starts with a comment character after stripping the
H A Dmake-exported.mk14 # variable name starts with a hyphen.
21 # it is just ignored since its name starts with '-'.
/freebsd/contrib/bc/src/
H A Ddata.c919 // Starts with BC_LEX_EOF.
922 // Starts with BC_LEX_OP_MULTIPLY if extra math is enabled, BC_LEX_OP_DIVIDE
926 // Starts with BC_LEX_OP_REL_EQ if extra math is enabled, BC_LEX_OP_REL_LT
932 // Starts with BC_LEX_OP_ASSIGN_POWER.
935 // Starts with BC_LEX_OP_ASSIGN_RSHIFT.
938 // Starts with BC_LEX_RBRACKET.
941 // Starts with BC_LEX_KW_BREAK.
944 // Starts with BC_LEX_KW_HALT.
947 // Starts with BC_LEX_KW_SQRT.
950 // Starts with BC_LEX_KW_QUIT.
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dsvr4_package11 xntp shell script that starts up ntp during boot up
26 postinstall starts up ntp after package installation.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilibBuilder.h40 /// target variant. Always starts with a '/', unless empty
51 /// target variant. Always starts with a '/', unless empty
61 /// Get the include directory suffix. Always starts with a '/', unless
/freebsd/stand/kboot/kboot/arch/amd64/
H A Damd64_tramp.S27 * This is the trampoline that starts the FreeBSD kernel. Since the Linux kernel
32 * operations are contained in comments below. On amd64, the kernel starts all
37 * Keep in sync with elf64_freebsd.c. Kexec starts tramp w/o any parameters, so
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePathFromText.h25 node. Conversion starts with the first character and continues
43 path. Conversion starts with the first character and continues
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_empty_zip64.c61 "\0\0\0\0" /* Central dir starts on disk #0 */ in DEFINE_TEST()
65 "\0\0\0\0\0\0\0\0" /* Directory starts at offset 0 */ in DEFINE_TEST()
78 "\0\0\0\0" /* Directory starts at offset 0. */ in DEFINE_TEST()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l33.txt35 The range starts at 1850000uA and goes to a maximum of 3600000uA
62 stage enters LDO operation. Starts as a default value of 50mV for a value
80 The reference voltage starts at 3000mV with a value of 0x3 and is increased

12345678910>>...66