Home
last modified time | relevance | path

Searched refs:incomplete (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/tools/
H A Dmakesyscalls.lua464 local incomplete = line:find("\\$") ~= nil
474 incomplete = incomplete or prevline:find(",$") ~= nil
475 incomplete = incomplete or prevline:find("{") ~= nil and
477 if prevline:find("^[0-9]") and not incomplete then
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dbcm2837-rpi-cm3.dtsi15 * remove the incomplete node.
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.c163 static int incomplete (lua_State *L, int status) { in incomplete() function
203 if (!incomplete(L, status)) break; /* cannot try to add lines? */ in loadline()
/f-stack/freebsd/contrib/device-tree/Bindings/net/wireless/
H A Dqca,ath9k.txt14 incomplete) list:
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dcpm.txt5 incomplete.
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h79 unsigned incomplete:1; member
H A Dngx_http_v2.c396 && (h2c->state.incomplete || h2c->processing || h2c->pushing)) in ngx_http_v2_read_handler()
411 h2c->state.incomplete = 0; in ngx_http_v2_read_handler()
657 if (h2c->state.incomplete) { in ngx_http_v2_handle_connection()
2464 h2c->state.incomplete = 1; in ngx_http_v2_state_save()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dti-omap-hsmmc.txt115 If configuration is incomplete, a warning message is emitted "falling back to
/f-stack/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_portal.h917 uint16_t opr_id, uint16_t seqnum, int incomplete);
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt32 August 6, 2012 contains some incomplete documentation of the EBI2.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt117 Boards (incomplete list of examples):
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio.txt166 left to right from the passed array. An incomplete array (where the number
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_02.rst254 This new build system support is incomplete at this point and is added
H A Drelease_2_1.rst921 could call ``rte_pktmbuf_free()`` on an incomplete scattered mbuf whose next
/f-stack/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_portal.c630 uint16_t opr_id, uint16_t seqnum, int incomplete) in qbman_eq_desc_set_orp() argument
640 if (incomplete) in qbman_eq_desc_set_orp()
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst635 removing part of it, typically makes it incomplete. In those cases it is better
H A Dcoding_style.rst338 In addition, they must be declared exactly once, whereas an incomplete structure type can be mentio…
/f-stack/freebsd/contrib/zstd/
H A DCONTRIBUTING.md312 * If you don't see the call graph or an incomplete call graph, make sure you have compiled
/f-stack/freebsd/contrib/zlib/
H A DChangeLog252 - Simplify incomplete code table filling in inflate_table()
685 - Be more strict on incomplete code sets in inflate_table() and increase
/f-stack/app/nginx-1.16.1/
H A DCHANGES1982 *) Change: now after receiving an incomplete response from a backend
6216 then the response may be transferred incomplete.
6498 converted from UTF-8 or back, then it may be transferred incomplete.