Home
last modified time | relevance | path

Searched refs:HEAD (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dlist.h211 #define list_for_each(VAR, HEAD) \ argument
212 for ((VAR) = list_first((HEAD)); \
213 (VAR) != (HEAD); \
216 #define list_for_each_safe(VAR, NEXT, HEAD) \ argument
217 for ((VAR) = list_first((HEAD)); \
223 &(VAR)->FIELD != (HEAD); \
229 &(VAR)->FIELD != (HEAD); \
235 (&(VAR)->FIELD != (HEAD)) && \
242 &(VAR)->FIELD != (HEAD); \
247 &(VAR)->FIELD != (HEAD); \
[all …]
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_mbx.c869 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_data_hdr()
895 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_disconnect_hdr()
916 FM10K_MSG_HDR_FIELD_SET(mbx->tail, HEAD); in fm10k_mbx_create_fake_disconnect_hdr()
953 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_error_msg()
974 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_validate_msg_hdr()
989 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr()
1008 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr()
1173 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_connect()
1221 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_data()
1264 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_disconnect()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap3-ha.dts10 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
H A Domap3-ha-lcd.dts10 model = "TI OMAP3 HEAD acoustics LCD-baseboard with TAO3530 SOM";
/f-stack/freebsd/contrib/zstd/
H A DFREEBSD-upgrade12 Please find instructions for importing new releases and merging to HEAD here:
/f-stack/freebsd/contrib/zlib/
H A Dinflate.h21 HEAD = 16180, /* i: waiting for magic header */ enumerator
H A Dinflate.c114 state->mode < HEAD || state->mode > SYNC)
130 state->mode = HEAD;
230 state->mode = HEAD; /* to pass state test in inflateReset2() */
657 case HEAD:
/f-stack/dpdk/devtools/
H A Dgit-log-fixes.sh42 local refbranch=$(git rev-parse --abbrev-ref HEAD)
H A Dcheck-git-log.sh19 If no range provided, default is origin/main..HEAD.
H A Dcheckpatches.sh322 commits=$(git rev-list --reverse --max-count=$number HEAD)
/f-stack/freebsd/amd64/conf/
H A DGENERIC-KCSAN9 # This kernel configuration should never appear outside of the HEAD
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru2295 *) Исправление: при проксировании HEAD-запросов мог возвращаться
4382 *) Исправление: корректная обработка метода HEAD при кэшировании.
4876 для запросов HEAD.
4959 *) Исправление: при перенаправлении запроса с методом HEAD с помощью
5592 *) Исправление: nginx не закрывал файл каталога для запроса HEAD, если
6163 кроме GET, HEAD и POST.
6727 X-Accel-Redirect, и у которых метод не равен HEAD; ошибка появилась в
8174 *) Исправление: если ответ передавался chunk'ами, то при запросе HEAD
H A DCHANGES2243 *) Bugfix: proxied HEAD requests might return incorrect response if the
4301 *) Bugfix: in processing HEAD method while caching.
4786 for HEAD requests.
4866 *) Bugfix: a full response was returned for request method HEAD while
5477 *) Bugfix: nginx did not close directory file on HEAD request if
6039 GET, HEAD, and POST methods.
6594 redirects only and if the method is not HEAD; the bug had appeared in
8036 *) Bugfix: if the response were transferred by chunks, then on the HEAD
/f-stack/tools/libxo/doc/
H A Dfaq.rst27 delay in tracking HEAD. JUNOS is structured to have system components
/f-stack/freebsd/kern/
H A Dvnode_if.src805 # added in stable branches without breaking the KBI. New VOPs in HEAD should
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_policy.rst92 ABI version increment and the HEAD label of the git tree, with the condition
H A Dpatches.rst459 For both of the above scripts, the -n option is used to specify a number of commits from HEAD,
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst159 * Added coalesce writes to HEAD CSR on response processing.
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2428 DO(HEAD); in dump_dsl_dir()