/freebsd/sys/dev/pccbb/ |
H A D | pccbb.c | 1067 uint32_t ends[2]; in cbb_cardbus_auto_open() local 1073 ends[0] = ends[1] = END_NONE; in cbb_cardbus_auto_open() 1095 if (rman_get_end(rle->res) > ends[i]) in cbb_cardbus_auto_open() 1096 ends[i] = rman_get_end(rle->res); in cbb_cardbus_auto_open() 1102 ends[i] = roundup2(ends[i], align) - 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() 1121 cbb_cardbus_mem_open(sc->dev, 0, starts[0], ends[0]); in cbb_cardbus_auto_open() 1122 cbb_cardbus_mem_open(sc->dev, 1, starts[1], ends[1]); in cbb_cardbus_auto_open() 1133 starts[0], ends[0]); in cbb_cardbus_auto_open() [all …]
|
/freebsd/lib/libutil/ |
H A D | login_times.c | 107 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends) in in_ltm() argument 121 if (ends != NULL) { in in_ltm() 125 *ends = mktime(tt); in in_ltm()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_ends_with_dirsep.pod | 18 ossl_ends_with_dirsep() detects whether the I<path> ends with a directory 26 ossl_ends_with_dirsep() returns 1 if the I<path> ends with a directory
|
H A D | ossl_DER_w_begin_sequence.pod | 25 ossl_DER_w_begin_sequence() and ossl_DER_w_end_sequence() begins and ends a
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | 17.res | 1 string = "that ends in slash\\";
|
H A D | 17.in | 2 string that ends in slash\
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-s3c2410.txt | 46 /* Samsung GPIO variant ends here */ 50 /* Pinctrl variant ends here */
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-bonegreen-wireless.dts | 113 /* in case it isn't, wilink8 ends up in one of the test modes that */ 116 /* introduces a pullup on the line and wilink8 ends up in a bad state. */
|
/freebsd/contrib/unbound/doc/ |
H A D | control_proto_spec.txt | 18 with a command, some whitespace allowed. Line ends with '\n'. 40 data ends with a line 'EOF' before connection close.
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ostream.cppm |
|
/freebsd/usr.bin/indent/tests/ |
H A D | comments.0.stdout | 13 * Old indent wrapped the URL near where this sentence ends.
|
H A D | comments.0 | 11 * Old indent wrapped the URL near where this sentence ends.
|
/freebsd/share/examples/BSD_daemon/ |
H A D | eps.patch | 20 +% This sets round ends on the lines, this looks better than sharp edges
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | agmdoc-cmd.tpl | 46 agmdoc-cmd.tpl ends here :+]
|
H A D | agman-cmd.tpl | 58 agman-cmd.tpl ends here :+]
|
/freebsd/crypto/openssl/crypto/md5/ |
H A D | build.info | 20 # A no-deprecated no-shared build ends up with double function definitions
|
/freebsd/sys/dev/sound/pci/ |
H A D | hdspe-pcm.c | 114 uint32_t ends; in hdspe_port_first_row() local 123 ends = ports & (~(ports >> 1)); in hdspe_port_first_row() 125 return (ports & (ends ^ (ends - 1))); in hdspe_port_first_row()
|
H A D | hdsp-pcm.c | 136 uint32_t ends; in hdsp_slot_first_row() local 139 ends = slots & (~(slots >> 1)); in hdsp_slot_first_row() 141 return (slots & (ends ^ (ends - 1))); in hdsp_slot_first_row()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-message-test.cc | 160 << "A NUL char " << std::ends << std::flush << " in line 2.") in TEST()
|
/freebsd/tools/diag/prtblknos/ |
H A D | README | 37 means a separation of just one 32Kb block. For example lbn 11, ends
|
/freebsd/libexec/bootpd/ |
H A D | ToDo | 7 the program ends up core-resident all the time just to follow all the
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | fsl-spi.txt | 49 - fsl,csaft: chip select negation time in bits after frame ends
|
/freebsd/crypto/openssl/providers/ |
H A D | build.info | 23 # It is crucial that code that checks the FIPS_MODULE macro ends up in 25 # It is crucial that code that checks the STATIC_LEGACY macro ends up in
|
/freebsd/usr.bin/col/ |
H A D | README | 27 - last line always ends with at least one \n (or \E9)
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | lib-prefix.m4 | 161 dnl path. If at least one of its elements ends in /lib64 or points to a 162 dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
|