Searched refs:post (Results 51 - 75 of 75) sorted by relevance

123

/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp157 post = 248, enumerator in enum:dvi_printer::__anon1688
478 out1(post);
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec177 %post
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c5986 sli4_req_fcoe_post_sgl_pages_t *post = NULL; local
6001 post = dma->virt;
6002 ocs_memset(post, 0, dma->size);
6004 post = (sli4_req_fcoe_post_sgl_pages_t *)((uint8_t *)buf + sli_config_off);
6007 post->hdr.opcode = SLI4_OPC_FCOE_POST_SGL_PAGES;
6008 post->hdr.subsystem = SLI4_SUBSYSTEM_FCFCOE;
6015 post->hdr.request_length = 4 + (xri_count * (sizeof(uint64_t) * 2));
6017 post->xri_start = xri;
6018 post->xri_count = xri_count;
6021 post
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_term.c52 void (*post)(DECL_ARGS); member in struct:termact
392 if (termacts[n->tok].post == NULL || n->flags & NODE_ENDED)
394 (void)(*termacts[n->tok].post)(p, &npair, meta, n);
397 * Explicit end tokens not only call the post
399 * that it must not call the post handler again.
H A Dmdoc_html.c49 void (*post)(MDOC_ARGS); member in struct:htmlmdoc
421 mdocs[n->tok].post == NULL ||
424 (*mdocs[n->tok].post)(meta, n, h);
H A Dman_html.c46 int (*post)(MAN_ARGS); member in struct:htmlman
H A Dmdoc_man.c42 void_fp post; /* post-node action */ member in struct:manact
44 const char *suffix; /* post-node string constant */
700 * Lastly, conditionally run the post-node handler.
705 if (cond && act->post)
706 (*act->post)(meta, n);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h3021 uint64_t post : 8; /**< Credits for Write Request Postings used in M2S. */ member in struct:cvmx_sriox_rx_status::cvmx_sriox_rx_status_s
3023 uint64_t post : 8;
3601 uint64_t post : 8; /**< Credits for Write Request Postings used in M2S. member in struct:cvmx_sriox_tlp_credits::cvmx_sriox_tlp_credits_s
3604 uint64_t post : 8;
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl447 veor $Xm,$Xm,$Xl @ Karatsuba post-processing
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp1404 "post vertical spacing must be greater than or equal to 0");
2087 node *pre, *post;
2091 bp->nd->split(bp->index, &pre, &post);
2092 *ndp = post;
2209 * need to emit tag for post-grohtml
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk1 # $FreeBSD: stable/11/sys/conf/kern.post.mk 360494 2020-04-30 13:48:58Z kevans $
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghash-armv4.S494 veor q1,q1,q0 @ Karatsuba post-processing
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec321 %post server
751 - Fix X11 forwarding, from mail post by Chan Shih-Ping Richard.
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c6807 int co, da, st, en, di, se, post,work,disc; local
6824 post = en - st;
6844 np->profile.ms_post += post;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c802 /* Check to post send on QP or process locally */
817 /* Check to post send on QP or process locally */
1227 /* Walk list of send WRs and post each on send list */
1250 * Save pointer to next work request to post in case the
2850 * Allocate receive MADs and post receive WRs for them
2856 int post, ret; local
2902 post = (++recv_queue->count < recv_queue->max_active);
2920 } while (post);
3038 "Couldn't post receive WRs\n");
/freebsd-11-stable/sys/kern/
H A Dkern_jail.c3869 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
3881 if (post != NULL)
3882 (post)();
3868 prison_racct_foreach(void (*callback)(struct racct *racct, void *arg2, void *arg3), void (*pre)(void), void (*post)(void), void *arg2, void *arg3) argument
/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c1836 FIXME - The real fix is to gimplify post-modify
1898 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p;
1915 /* For postfix, make sure the inner expression's post side effects
1918 post_p = &post;
1951 append_to_statement_list (post, orig_post_p);
2012 post queue which is then appended to the end of PRE_P. */
2084 gimplify_expr to use an internal post queue. */
5377 post-effects, and then return the temporary.
6004 handling some post-effects internally; if that's the case, we need to
6005 copy into a temp before adding the post
1897 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p; local
[all...]
H A Dreload1.c3311 (presumably with a pre- or post-increment or decrement).
8243 int post = (GET_CODE (value) == POST_DEC || GET_CODE (value) == POST_INC
8272 /* If this is post-increment, first copy the location to the reload reg. */
8273 if (post && real_in != reloadreg)
8296 if (! post)
8306 The way we do this depends on whether this is pre- or post-increment.
8310 if (! post)
8215 int post = (GET_CODE (value) == POST_DEC || GET_CODE (value) == POST_INC local
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c2844 int post = (vidfreq & 0x3000) >> 12; local
2850 freq = ((div * 133333) / ((1<<post) * pre));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql246 post-processing. The row with the highest op_depth for a particular
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh3809 post-processing and viewing, like groff -Z.
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c1733 /* Yes, we are expecting a post request */
1735 fprintf(stdout, "FAILED (post type)\n");
3954 HTTP(post),
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c2369 FIXME: We should probably return # and add post reload
5962 tree post = NULL_TREE;
5965 &post);
5968 real_part = get_initialized_tmp_var (real_part, pre_p, &post);
5969 append_to_statement_list (post, pre_p);
5946 tree post = NULL_TREE; local
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c4446 #define WC_TX_FIR(post, main, pre) \
4447 ((post << MDIO_WC_REG_TX_FIR_TAP_POST_TAP_OFFSET) | \
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure15921 # Grep'ing the first line is not enough: some people post-process

Completed in 707 milliseconds

123