Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 111) sorted by relevance

12345

/f-stack/tools/compat/
H A Dgetopt.c78 place = EMSG; in getopt()
81 optopt = *place++; in getopt()
85 place = EMSG; in getopt()
91 place = EMSG; in getopt()
97 optopt = *place++; in getopt()
101 if (*place == 0) in getopt()
118 if (*place == 0) in getopt()
123 if (*place) in getopt()
124 optarg = place; in getopt()
135 place = EMSG; in getopt()
[all …]
/f-stack/dpdk/lib/librte_eal/windows/
H A Dgetopt.c278 place = EMSG; in getopt_internal()
333 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
335 place = EMSG; in getopt_internal()
361 else if (*place != ':' && strchr(options, *place) != NULL) in getopt_internal()
367 place = EMSG; in getopt_internal()
384 if (!*place) in getopt_internal()
393 if (*place) in getopt_internal()
396 place = EMSG; in getopt_internal()
405 place = EMSG; in getopt_internal()
409 if (!*place) in getopt_internal()
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A Dalways-sed.m42 dnl # Set the flags used for sed in-place edits.
6 AC_CACHE_CHECK([for sed --in-place], [ac_cv_inplace], [
9 AS_IF([$SED --in-place 's#foo#bar#' $tmpfile 2>/dev/null],
10 [ac_cv_inplace="--in-place"],
13 [AC_MSG_ERROR([$SED does not support in-place])])
H A Dkernel-kuidgid.m43 dnl # User namespaces, use kuid_t in place of uid_t where available.
/f-stack/dpdk/doc/guides/cryptodevs/
H A Doverview.rst16 - "In Place SGL" feature flag stands for "In place Scatter-gather list",
18 being the operation in-place (input address = output address).
21 "Out-of-place Scatter-gather list Input, Scatter-gather list Output",
26 "Out-of-place Scatter-gather list Input, Linear Buffers Output",
31 "Out-of-place Linear Buffers Input, Scatter-gather list Output",
36 "Out-of-place Linear Buffers Input, Linear Buffers Output",
37 which means that Out-of-place operation is supported,
H A Dnull.rst39 * Only in-place is currently supported (destination address is the same as
/f-stack/dpdk/doc/guides/compressdevs/
H A Doverview.rst21 "Out-of-place Scatter-gather list Input, Scatter-gather list Output",
26 "Out-of-place Scatter-gather list Input, Linear Buffers Output",
31 "Out-of-place Linear Buffers Input, Scatter-gather list Output",
/f-stack/dpdk/devtools/
H A Dcocci.sh26 --in-place --dir $SRCTREE > $tmp
/f-stack/freebsd/kern/
H A Dsubr_rangeset.c264 rangeset_lookup(struct rangeset *rs, uint64_t place) in rangeset_lookup() argument
270 r1 = pctrie_lookup_le(&rs->rs_trie, place); in rangeset_lookup()
274 if (r->re_end <= place) in rangeset_lookup()
/f-stack/freebsd/sys/
H A Drangeset.h78 void *rangeset_lookup(struct rangeset *rs, uint64_t place);
/f-stack/freebsd/contrib/openzfs/.github/
H A Dcodecov.yml25 # ignore: Please place any ignores in config/ax_code_coverage.m4 instead
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsmsc-lan91c111.txt16 - pxa-u16-align4 : Boolean, put in place the workaround the force all
H A Dmarvell,mvusb.yaml19 the mv88e6xxx driver, you need a device tree node in which to place the switch
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dadi,ltc2947.yaml51 level of current below which no accumulation takes place.
97 /* accumulation takes place always for energ1/charge1. */
/f-stack/freebsd/contrib/device-tree/Bindings/mips/
H A Dcpu_irq.txt6 With the irq_domain in place we can describe how the 8 IRQs are wired to the
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpdump_lib.rst26 Note: The filter option in the API is a place holder for future enhancements.
30 Note: The filter option in the API is a place holder for future enhancements.
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dfsl-mxs-dma.txt7 If a channel is empty/reserved, 0 should be filled in place.
/f-stack/freebsd/contrib/device-tree/Bindings/eeprom/
H A Dat25.txt25 Obsolete legacy properties can be used in place of "size", "pagesize",
/f-stack/app/redis-5.0.5/deps/lua/
H A DINSTALL25 place in your system. In this case, do "make install". The official
26 place and the way to install files are defined in Makefile. You must
/f-stack/dpdk/doc/guides/bbdevs/
H A Dnull.rst20 * In-place operations for Turbo encode and decode are not supported
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DREADME23 It is recommended to place the default temporary directory or
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dsocionext,uniphier-gpio.yaml88 // document. Unfortunately, only the one's place is octal in the port
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7192.yaml67 bit is set, the analog inputs are buffered, allowing the user to place
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md57 everything else in the `.nupkg` file is in place.
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dreset.txt20 A word on where to place reset signal consumers in device tree: It is possible

12345