| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.c | 1057 post = cmd->post; in ngx_conf_set_flag_slot() 1058 return post->post_handler(cf, post, fp); in ngx_conf_set_flag_slot() 1084 post = cmd->post; in ngx_conf_set_str_slot() 1120 post = cmd->post; in ngx_conf_set_str_array_slot() 1121 return post->post_handler(cf, post, s); in ngx_conf_set_str_array_slot() 1158 post = cmd->post; in ngx_conf_set_keyval_slot() 1189 post = cmd->post; in ngx_conf_set_num_slot() 1220 post = cmd->post; in ngx_conf_set_size_slot() 1251 post = cmd->post; in ngx_conf_set_off_slot() 1282 post = cmd->post; in ngx_conf_set_msec_slot() [all …]
|
| H A D | ngx_conf_file.h | 83 void *post; member 172 char * ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data); 173 char *ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data);
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | codecov.yml | 3 require_ci_to_pass: false # always post 22 behavior: once # update if exists; post new; skip if deleted 23 require_changes: yes # only post when coverage changes
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade_004_pos.ksh | 75 check_pool $pool_name post > /dev/null 77 $TEST_BASE_DIR/pool-checksums.$pool_name.post 79 $TEST_BASE_DIR/pool-checksums.$pool_name.post
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_module.c | 32 static char *ngx_http_v2_recv_buffer_size(ngx_conf_t *cf, void *post, 34 static char *ngx_http_v2_pool_size(ngx_conf_t *cf, void *post, void *data); 35 static char *ngx_http_v2_preread_size(ngx_conf_t *cf, void *post, void *data); 36 static char *ngx_http_v2_streams_index_mask(ngx_conf_t *cf, void *post, 38 static char *ngx_http_v2_chunk_size(ngx_conf_t *cf, void *post, void *data); 509 ngx_http_v2_recv_buffer_size(ngx_conf_t *cf, void *post, void *data) in ngx_http_v2_recv_buffer_size() argument 522 ngx_http_v2_pool_size(ngx_conf_t *cf, void *post, void *data) in ngx_http_v2_pool_size() argument 547 ngx_http_v2_preread_size(ngx_conf_t *cf, void *post, void *data) in ngx_http_v2_preread_size() argument 564 ngx_http_v2_streams_index_mask(ngx_conf_t *cf, void *post, void *data) in ngx_http_v2_streams_index_mask() argument 583 ngx_http_v2_chunk_size(ngx_conf_t *cf, void *post, void *data) in ngx_http_v2_chunk_size() argument
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_spi.c | 171 u_int post, pre; in spi_calc_clockdiv() local 181 for (post = 0; post < 16; ++post) { in spi_calc_clockdiv() 182 pre = ((sc->basefreq >> post) / busfreq) - 1; in spi_calc_clockdiv() 186 if (post == 16) { in spi_calc_clockdiv() 189 post = 15; in spi_calc_clockdiv() 195 sc->basefreq, busfreq, pre, post, in spi_calc_clockdiv() 196 (sc->basefreq / (pre + 1)) / (1 << post)); in spi_calc_clockdiv() 199 return (pre << CTLREG_PREDIV_SHIFT) | (post << CTLREG_POSTDIV_SHIFT); in spi_calc_clockdiv()
|
| /f-stack/freebsd/kern/ |
| H A D | vnode_if.src | 92 %! create post vop_create_post 116 %! mknod post vop_mknod_post 127 %! open post vop_open_post 139 %! close post vop_close_post 228 %! read post vop_read_post 251 %! write post VOP_WRITE_POST 311 %! remove post vop_remove_post 323 %! link post vop_link_post 333 %! rename post vop_rename_post 348 %! mkdir post vop_mkdir_post [all …]
|
| H A D | kern_loginclass.c | 248 void *arg2, void *arg3), void (*pre)(void), void (*post)(void), in loginclass_racct_foreach() 258 if (post != NULL) in loginclass_racct_foreach() 259 (post)(); in loginclass_racct_foreach()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | keystone-pll.txt | 4 a divider and a post divider. The additional PLL IPs like ARMPLL, DDRPLL 18 - reg-names : control, multiplier and post-divider. The multiplier and 19 post-divider registers are applicable only for main pll clock 20 - fixed-postdiv : fixed post divider value. If absent, use clkod register bits 29 reg-names = "control", "multiplier", "post-divider";
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 372 pre=None, pre_user=None, post=None, post_user=None, argument 377 self.post = post or '' 402 self.pre, pre_user, self.post, post_user, self.failsafe, 410 files = [self.pre, self.pathname, self.post, self.failsafe] 443 odir = os.path.join(self.outputdir, os.path.basename(self.post)) 508 if len(self.post) and not os.path.isabs(self.post): 509 self.post = os.path.join(self.pathname, self.post) 511 self.post = os.path.join(self.pathname, self.post) 513 auxfiles = [self.pre, self.post, self.failsafe] 558 odir = os.path.join(self.outputdir, os.path.basename(self.post)) [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/runfiles/ |
| H A D | perf-regression.run | 23 post = cleanup 32 post =
|
| H A D | sunos.run | 19 post = cleanup 27 post =
|
| H A D | common.run | 25 post = cleanup 58 post = 124 post = 355 post = 411 post = 597 post = 623 post = 633 post = 698 post = 708 post = [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | hid-over-i2c.txt | 30 - post-power-on-delay-ms 33 - post-power-on-delay-ms: time required by the device after enabling its regulators
|
| /f-stack/freebsd/contrib/ngatm/ |
| H A D | FREEBSD-Xlist | 6 */Makefile.post
|
| /f-stack/freebsd/sys/ |
| H A D | loginclass.h | 52 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ghashv8-armx.S | 38 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 77 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 112 mov r12,#16 @ r12 is used as post- 163 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 207 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | t1042si-post.dtsi | 2 * T1042 Silicon/SoC Device Tree Source (post include) 35 #include "t1040si-post.dtsi"
|
| H A D | p1010rdb-pa.dts | 19 /include/ "p1010si-post.dtsi"
|
| H A D | p1010rdb-pb.dts | 31 /include/ "p1010si-post.dtsi"
|
| H A D | bsc9131rdb.dts | 30 /include/ "bsc9131si-post.dtsi"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | pwm-backlight.txt | 13 - post-pwm-on-delay-ms: Delay in ms between setting an initial (non-zero) PWM 45 post-pwm-on-delay-ms = <10>;
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_userid_filter_module.c | 60 static char *ngx_http_userid_domain(ngx_conf_t *cf, void *post, void *data); 61 static char *ngx_http_userid_path(ngx_conf_t *cf, void *post, void *data); 64 static char *ngx_http_userid_p3p(ngx_conf_t *cf, void *post, void *data); 716 ngx_http_userid_domain(ngx_conf_t *cf, void *post, void *data) in ngx_http_userid_domain() argument 743 ngx_http_userid_path(ngx_conf_t *cf, void *post, void *data) in ngx_http_userid_path() argument 797 ngx_http_userid_p3p(ngx_conf_t *cf, void *post, void *data) in ngx_http_userid_p3p() argument
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_traverse.c | 230 goto post; in traverse_visitbp() 283 goto post; in traverse_visitbp() 293 goto post; in traverse_visitbp() 307 goto post; in traverse_visitbp() 349 goto post; in traverse_visitbp() 376 goto post; in traverse_visitbp() 422 post: in traverse_visitbp()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ata/ |
| H A D | sata_highbank.yaml | 35 calxeda,post-clocks: 89 calxeda,post-clocks = <0>;
|