| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox_prop.h | 90 } body; member 106 } body; member 124 } body; member 147 } body; member 170 } body; member 186 } body; member 211 } body; member 227 } body; member 242 } body; member 257 } body; member [all …]
|
| H A D | bcm2835_mbox.c | 460 msg.body.req.device_id = device_id; in bcm2835_mbox_set_power_state() 502 msg.body.req.clock_id = clock_id; in bcm2835_mbox_get_clock_rate() 506 *hz = msg.body.resp.rate_hz; in bcm2835_mbox_get_clock_rate() 548 fb->bpp = msg.bpp.body.resp.bpp; in bcm2835_mbox_fb_get_bpp() 569 msg.offset.body.req.x = fb->xoffset; in bcm2835_mbox_fb_init() 570 msg.offset.body.req.y = fb->yoffset; in bcm2835_mbox_fb_init() 572 msg.depth.body.req.bpp = fb->bpp; in bcm2835_mbox_fb_init() 586 fb->xoffset = msg.offset.body.resp.x; in bcm2835_mbox_fb_init() 587 fb->yoffset = msg.offset.body.resp.y; in bcm2835_mbox_fb_init() 588 fb->pitch = msg.pitch.body.resp.pitch; in bcm2835_mbox_fb_init() [all …]
|
| H A D | bcm2835_ft5406.c | 214 msg.tag_hdr.val_buf_size = sizeof(msg.body); in ft5406ts_init() 215 msg.tag_hdr.val_len = sizeof(msg.body); in ft5406ts_init() 225 if (msg.body.resp.address == 0) { in ft5406ts_init() 230 touchbuf = VCBUS_TO_ARMC(msg.body.resp.address); in ft5406ts_init()
|
| /f-stack/dpdk/devtools/ |
| H A D | check-git-log.sh | 154 body=$(git log --format='%b' -1 $commit) 155 echo "$body" | grep -qi coverity || continue 156 echo "$body" | grep -q '^Coverity issue:' && continue 164 body=$(git log --format='%b' -1 $commit) 165 echo "$body" | grep -qi bugzilla || continue 166 echo "$body" | grep -q '^Bugzilla ID:' && continue
|
| /f-stack/tools/libxo/doc/_static/ |
| H A D | basic.css_t | 200 /* -- general body styles --------------------------------------------------- */ 202 div.body p, div.body dd, div.body li, div.body blockquote { 226 div.body p.caption { 230 div.body td { 332 div.body p.centered { 426 /* -- other body styles ----------------------------------------------------- */ 623 div.body div.math p {
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | commitcheck.sh | 10 …body=$(git log -n 1 --pretty=%b "$REF" | grep -Ev "http(s)*://" | grep -E -m 1 ".{$((length + 1))}… 11 if [ -n "$body" ]; then
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 6 body { 27 <body> 97 </body>
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.js | 1360 body, 1508 if ( body ) { 1614 if ( !body ) { 1622 body.insertBefore( container, body.firstChild ); 3365 body = eventDoc.body; 3367 …al.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft |… 8910 var body = document.body, 8986 var body = doc.body, variable 9021 body = doc.body, 9269 body = elem.document.body; [all …]
|
| H A D | jquery.qtip.js | 736 …if(doc.body.offsetWidth !== (window.innerWidth || doc.documentElement.clientWidth)) { offset = $(d… 1308 scrollX: window.pageXOffset || document.body.scrollLeft || document.documentElement.scrollLeft, 1309 scrollY: window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop 1328 $(document.body).delegate(selector, 1393 bodyTarget = $(document.body), 1549 docBody = $(document.body), 2560 …if(!viewport.jquery || target[0] === window || target[0] === document.body || adjust.method === 'n…
|
| /f-stack/app/redis-5.0.5/utils/ |
| H A D | generate-command-help.rb | 61 @commands = JSON.parse(response.body)
|
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 647 } body; member 685 #define _NGI_M(i) ((i)->body.da_m) 686 #define _NGI_MSG(i) ((i)->body.msg.msg_msg) 687 #define _NGI_RETADDR(i) ((i)->body.msg.msg_retaddr) 688 #define _NGI_FN(i) ((i)->body.fn.fn_fn.fn_fn) 689 #define _NGI_FN2(i) ((i)->body.fn.fn_fn.fn_fn2) 690 #define _NGI_ARG1(i) ((i)->body.fn.fn_arg1) 691 #define _NGI_ARG2(i) ((i)->body.fn.fn_arg2)
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 649 } body; member 687 #define _NGI_M(i) ((i)->body.da_m) 688 #define _NGI_MSG(i) ((i)->body.msg.msg_msg) 689 #define _NGI_RETADDR(i) ((i)->body.msg.msg_retaddr) 690 #define _NGI_FN(i) ((i)->body.fn.fn_fn.fn_fn) 691 #define _NGI_FN2(i) ((i)->body.fn.fn_fn.fn_fn2) 692 #define _NGI_ARG1(i) ((i)->body.fn.fn_arg1) 693 #define _NGI_ARG2(i) ((i)->body.fn.fn_arg2)
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 636 ngx_chain_t *cl, *body; in ngx_http_scgi_create_request() local 647 body = r->upstream->request_bufs; in ngx_http_scgi_create_request() 649 while (body) { in ngx_http_scgi_create_request() 650 content_length_n += ngx_buf_size(body->buf); in ngx_http_scgi_create_request() 651 body = body->next; in ngx_http_scgi_create_request() 908 body = r->upstream->request_bufs; in ngx_http_scgi_create_request() 911 while (body) { in ngx_http_scgi_create_request() 917 ngx_memcpy(b, body->buf, sizeof(ngx_buf_t)); in ngx_http_scgi_create_request() 927 body = body->next; in ngx_http_scgi_create_request()
|
| H A D | ngx_http_fastcgi_module.c | 840 ngx_chain_t *cl, *body; in ngx_http_fastcgi_create_request() local 1190 body = u->request_bufs; in ngx_http_fastcgi_create_request() 1198 while (body) { in ngx_http_fastcgi_create_request() 1200 if (ngx_buf_special(body->buf)) { in ngx_http_fastcgi_create_request() 1201 body = body->next; in ngx_http_fastcgi_create_request() 1205 if (body->buf->in_file) { in ngx_http_fastcgi_create_request() 1206 file_pos = body->buf->file_pos; in ngx_http_fastcgi_create_request() 1209 pos = body->buf->pos; in ngx_http_fastcgi_create_request() 1222 if (body->buf->in_file) { in ngx_http_fastcgi_create_request() 1240 pos = body->buf->last; in ngx_http_fastcgi_create_request() [all …]
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | meson.build | 42 '-Wno-empty-body',
|
| /f-stack/app/redis-5.0.5/deps/lua/doc/ |
| H A D | lua.css | 1 body { selector
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | meson.build | 70 '-Wno-empty-body',
|
| /f-stack/mk/ |
| H A D | kern.mk | 32 CWARNEXTRA?= -Wno-error-tautological-compare -Wno-error-empty-body \
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | summary | 63 nginx http client request body temporary files: "$NGX_HTTP_CLIENT_TEMP_PATH"
|
| H A D | options | 224 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;; 513 --http-client-body-temp-path=PATH set path to store 514 http client request body temporary files
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 1180 sds luaCreateFunction(client *c, lua_State *lua, robj *body) { in luaCreateFunction() argument 1186 sha1hex(funcname+2,body->ptr,sdslen(body->ptr)); in luaCreateFunction() 1198 funcdef = sdscatlen(funcdef,body->ptr,sdslen(body->ptr)); in luaCreateFunction() 1227 int retval = dictAdd(server.lua_scripts,sha,body); in luaCreateFunction() 1229 server.lua_scripts_mem += sdsZmallocSize(sha) + getStringObjectSdsUsedMemory(body); in luaCreateFunction() 1230 incrRefCount(body); in luaCreateFunction()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 910 *) Change: HTTP/2 clients can now start sending request body 1325 *) Feature: request body filters experimental API. 2250 request body. 2867 *) Bugfix: cached responses with an empty body were returned 3645 body. 4169 had no body and the $request_body variable was used; 4610 line as response body instead of default 404 page body; the bug had 5304 request body was already received. 6910 then the requests with the body was not transferred. 7717 response body; the bug had appeared in 0.1.30. [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | zed.rc | 22 # the mail program must be capable of reading a message body from stdin.
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 213 * A body which provides a description of the change. If necessary, 216 Each line of the body must be 72 characters or less. 240 * Provides a body which lists each Coverity defect and how it was corrected.
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 228 Here are some guidelines for the body of a commit message: 230 * The body of the message should describe the issue being fixed or the feature being added. 233 * When the change is obvious the body can be blank, apart from the signoff. 288 in the body of the commit message. For example:: 307 a Bugzilla issue ID in the body of the commit message. 326 In the commit message body the Cc: [email protected] should be inserted as follows::
|