Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 50) sorted by relevance

12

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_mbox_prop.h90 } 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 Dbcm2835_mbox.c460 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 Dbcm2835_ft5406.c214 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 Dcheck-git-log.sh154 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 Dbasic.css_t200 /* -- 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 Dcommitcheck.sh10body=$(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 Dindex.html.tpl6 body {
27 <body>
97 </body>
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js1360 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 Djquery.qtip.js736 …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 Dgenerate-command-help.rb61 @commands = JSON.parse(response.body)
/f-stack/freebsd/netgraph/
H A Dnetgraph.h647 } 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 Dnetgraph.h649 } 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 Dngx_http_scgi_module.c636 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 Dngx_http_fastcgi_module.c840 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 Dmeson.build42 '-Wno-empty-body',
/f-stack/app/redis-5.0.5/deps/lua/doc/
H A Dlua.css1 body { selector
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dmeson.build70 '-Wno-empty-body',
/f-stack/mk/
H A Dkern.mk32 CWARNEXTRA?= -Wno-error-tautological-compare -Wno-error-empty-body \
/f-stack/app/nginx-1.16.1/auto/
H A Dsummary63 nginx http client request body temporary files: "$NGX_HTTP_CLIENT_TEMP_PATH"
H A Doptions224 --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 Dscripting.c1180 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 DCHANGES910 *) 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 Dzed.rc22 # the mail program must be capable of reading a message body from stdin.
/f-stack/freebsd/contrib/openzfs/.github/
H A DCONTRIBUTING.md213 * 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 Dpatches.rst228 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::

12