| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | list.h | 211 #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 D | fm10k_mbx.c | 869 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 D | omap3-ha.dts | 10 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
|
| H A D | omap3-ha-lcd.dts | 10 model = "TI OMAP3 HEAD acoustics LCD-baseboard with TAO3530 SOM";
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | FREEBSD-upgrade | 12 Please find instructions for importing new releases and merging to HEAD here:
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | inflate.h | 21 HEAD = 16180, /* i: waiting for magic header */ enumerator
|
| H A D | inflate.c | 114 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 D | git-log-fixes.sh | 42 local refbranch=$(git rev-parse --abbrev-ref HEAD)
|
| H A D | check-git-log.sh | 19 If no range provided, default is origin/main..HEAD.
|
| H A D | checkpatches.sh | 322 commits=$(git rev-list --reverse --max-count=$number HEAD)
|
| /f-stack/freebsd/amd64/conf/ |
| H A D | GENERIC-KCSAN | 9 # This kernel configuration should never appear outside of the HEAD
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 2295 *) Исправление: при проксировании HEAD-запросов мог возвращаться 4382 *) Исправление: корректная обработка метода HEAD при кэшировании. 4876 для запросов HEAD. 4959 *) Исправление: при перенаправлении запроса с методом HEAD с помощью 5592 *) Исправление: nginx не закрывал файл каталога для запроса HEAD, если 6163 кроме GET, HEAD и POST. 6727 X-Accel-Redirect, и у которых метод не равен HEAD; ошибка появилась в 8174 *) Исправление: если ответ передавался chunk'ами, то при запросе HEAD
|
| H A D | CHANGES | 2243 *) 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 D | faq.rst | 27 delay in tracking HEAD. JUNOS is structured to have system components
|
| /f-stack/freebsd/kern/ |
| H A D | vnode_if.src | 805 # added in stable branches without breaking the KBI. New VOPs in HEAD should
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 92 ABI version increment and the HEAD label of the git tree, with the condition
|
| H A D | patches.rst | 459 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 D | release_17_11.rst | 159 * Added coalesce writes to HEAD CSR on response processing.
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2428 DO(HEAD); in dump_dsl_dir()
|