/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_util.c | 63 int idx, long argl, void *argp) in ui_new_method_data() 72 void **pptr, int idx, long argl, void *argp) in ui_dup_method_data() 83 int idx, long argl, void *argp) in ui_free_method_data() 62 ui_new_method_data(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) ui_new_method_data() argument 71 ui_dup_method_data(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, void **pptr, int idx, long argl, void *argp) ui_dup_method_data() argument 82 ui_free_method_data(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) ui_free_method_data() argument
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_cb.c | 19 long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, in BIO_debug_callback_ex() argument 103 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, in BIO_debug_callback() argument 110 BIO_debug_callback_ex(bio, cmd, argp, (size_t)argi, in BIO_debug_callback()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_cb.c | 19 long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, in BIO_debug_callback_ex() argument 103 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, in BIO_debug_callback() argument 110 BIO_debug_callback_ex(bio, cmd, argp, (size_t)argi, in BIO_debug_callback()
|
/third_party/openssl/crypto/ui/ |
H A D | ui_util.c | 63 int idx, long argl, void *argp) in ui_new_method_data() 72 void **pptr, int idx, long argl, void *argp) in ui_dup_method_data() 83 int idx, long argl, void *argp) in ui_free_method_data() 62 ui_new_method_data(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) ui_new_method_data() argument 71 ui_dup_method_data(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, void **pptr, int idx, long argl, void *argp) ui_dup_method_data() argument 82 ui_free_method_data(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) ui_free_method_data() argument
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | crypto.rs | 41 argp: *mut c_void, 49 argp: *mut c_void, 57 argp: *mut c_void,
|
/third_party/mbedtls/library/ |
H A D | platform.c | 76 va_list argp; in mbedtls_platform_win32_snprintf() local 78 va_start(argp, fmt); in mbedtls_platform_win32_snprintf() 79 ret = mbedtls_vsnprintf(s, n, fmt, argp); in mbedtls_platform_win32_snprintf() 80 va_end(argp); in mbedtls_platform_win32_snprintf()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 345 struct nfs_args *argp) in nfs_decode_args() 351 if ((argp->flags & NFSMNT_TIMEO) != 0 && argp->timeo > 0) in nfs_decode_args() 353 uint32_t tmp = ((uint32_t)argp->timeo * NFS_HZ + 5) / 10; in nfs_decode_args() 368 if ((argp->flags & NFSMNT_RETRANS) != 0 && argp->retrans > 1) in nfs_decode_args() 370 if (argp->retrans < NFS_MAXREXMIT) in nfs_decode_args() 372 nprmt->retry = argp->retrans; in nfs_decode_args() 380 if ((argp->flags & NFSMNT_SOFT) == 0) in nfs_decode_args() 387 if ((argp in nfs_decode_args() 344 nfs_decode_args(struct nfs_mount_parameters *nprmt, struct nfs_args *argp) nfs_decode_args() argument 489 struct nfs_args *argp = (struct nfs_args *)data; nfs_bind() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/ |
H A D | mipi_rx.c | 994 unsigned long *argp = (unsigned long *)(uintptr_t)arg; in mipi_rx_ioctl() local 998 if (argp == NULL) { in mipi_rx_ioctl() 1009 pstcombo_dev_attr = (combo_dev_attr_t *)argp; in mipi_rx_ioctl() 1035 p_phy_cmv = (phy_cmv_t *)argp; in mipi_rx_ioctl() 1048 err = memcpy_s(&sns_reset_source, sizeof(sns_rst_source_t), argp, sizeof(sns_rst_source_t)); in mipi_rx_ioctl() 1064 err = memcpy_s(&sns_reset_source, sizeof(sns_rst_source_t), argp, sizeof(sns_rst_source_t)); in mipi_rx_ioctl() 1080 err = memcpy_s(&combo_dev, sizeof(combo_dev_t), argp, sizeof(combo_dev_t)); in mipi_rx_ioctl() 1096 err = memcpy_s(&combo_dev, sizeof(combo_dev_t), argp, sizeof(combo_dev_t)); in mipi_rx_ioctl() 1124 err = memcpy_s(&lane_divide_mode, sizeof(lane_divide_mode_t), argp, sizeof(lane_divide_mode_t)); in mipi_rx_ioctl() 1140 err = memcpy_s(&combo_dev, sizeof(combo_dev_t), argp, sizeo in mipi_rx_ioctl() [all...] |
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_config.c | 1117 void *argp = (void *)arg; in fconfig_handle_ioctl() local 1120 if (cdev == NULL || argp == NULL) in fconfig_handle_ioctl() 1129 ret = fconfig_make_gadget(cdev, argp); in fconfig_handle_ioctl() 1133 ret = fconfig_drop_gadget(cdev, argp); in fconfig_handle_ioctl() 1137 ret = fconfig_write_dev_desc(cdev, argp); in fconfig_handle_ioctl() 1141 ret = fconfig_add_gadget_cfg(cdev, argp); in fconfig_handle_ioctl() 1145 ret = fconfig_remove_gadget_cfg(cdev, argp); in fconfig_handle_ioctl() 1149 ret = fconfig_write_strings(cdev, argp); in fconfig_handle_ioctl() 1153 ret = fconfig_make_function(cdev, argp); in fconfig_handle_ioctl() 1157 ret = fconfig_drop_function(cdev, argp); in fconfig_handle_ioctl() [all...] |
H A D | usbd_generic_epfile.c | 418 void *argp = (void __user *)(uintptr_t)arg; in generic_epfile_handle_ioctl() local 426 ret = memcpy_s(&mem, sizeof(mem), argp, sizeof(mem)); in generic_epfile_handle_ioctl() 445 ret = memcpy_s(&ioData, sizeof(ioData), argp, sizeof(ioData)); in generic_epfile_handle_ioctl() 455 ret = memcpy_s(&mem, sizeof(mem), argp, sizeof(mem)); in generic_epfile_handle_ioctl() 475 ret = memcpy_s(&ioData, sizeof(ioData), argp, sizeof(ioData)); in generic_epfile_handle_ioctl()
|
/third_party/elfutils/tests/ |
H A D | backtrace.c | 38 #include <argp.h> 523 { .argp = dwfl_standard_argp () }, in main() 524 { .argp = NULL } in main() 526 const struct argp argp = in main() local 530 (void) argp_parse (&argp, argc, argv, 0, NULL, &dwfl); in main()
|
/third_party/elfutils/src/ |
H A D | strings.c | 23 #include <argp.h> 61 /* Definitions of arguments for argp functions. */ 91 /* Data structure to communicate with argp functions. */ 92 static struct argp argp = variable 160 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL); in main() 257 argp_help (&argp, stderr, ARGP_HELP_SEE, "strings"); in parse_opt() 292 argp_help (&argp, stderr, ARGP_HELP_SEE, "strings"); in parse_opt()
|
H A D | ar.c | 23 #include <argp.h> 63 /* Definitions of arguments for argp functions. */ 105 /* Data structure to communicate with argp functions. */ 106 static struct argp argp = variable 168 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER, &remaining, NULL); in main() 186 argp_help (&argp, stderr, ARGP_HELP_USAGE | ARGP_HELP_SEE, in main() 206 argp_help (&argp, stderr, ARGP_HELP_SEE, in main() 231 argp_help (&argp, stderr, ARGP_HELP_SEE, program_invocation_short_name); in main() 244 argp_help (&argp, stder in main() [all...] |
H A D | objdump.c | 23 #include <argp.h> 48 /* Definitions of arguments for argp functions. */ 82 /* Data structure to communicate with argp functions. */ 83 static const struct argp argp = variable 148 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL); in main() 218 argp_help (&argp, stderr, ARGP_HELP_SEE, in parse_opt()
|
H A D | addr2line.c | 24 #include <argp.h> 55 /* Definitions of arguments for argp functions. */ 100 /* Data structure to communicate with argp functions. */ 101 static const struct argp argp = variable 167 argp_children[0].argp = dwfl_standard_argp (); in main() 170 (void) argp_parse (&argp, argc, argv, 0, &remaining, &dwfl); in main()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 1919 const TIntermSequence* argp = &callNode.getAsAggregate()->getSequence(); in memorySemanticsCheck() local 1939 const TIntermTyped* arg0 = (*argp)[0]->getAsTyped(); in memorySemanticsCheck() 1953 storageClassSemantics = (*argp)[3]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 1954 semantics = (*argp)[4]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 1957 storageClassSemantics = (*argp)[2]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 1958 semantics = (*argp)[3]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 1961 storageClassSemantics = (*argp)[4]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 1962 semantics = (*argp)[5]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 1963 storageClassSemantics2 = (*argp)[6]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 1964 semantics2 = (*argp)[ in memorySemanticsCheck() 2097 const TIntermSequence* argp = nullptr; // confusing to use [] syntax on a pointer, so this is to help get a reference builtInOpCheck() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
H A D | hifb_main.c | 152 static hi_s32 hifb_onrefresh(hifb_par *par, hi_void __user *argp); 168 static hi_s32 hifb_onputlayerinfo(struct fb_info *info, hifb_par *par, const hi_void __user *argp); 2021 static hi_s32 hifb_ioctl_check_param(struct fb_info *info, hi_u32 cmd, hi_void *argp) in hifb_ioctl_check_param() argument 2035 if ((argp == HI_NULL) && (cmd != FBIOGET_VBLANK_HIFB) && in hifb_ioctl_check_param() 2065 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; in hifb_get_colorkey() local 2080 return osal_copy_to_user(argp, &colorkey, sizeof(HIFB_COLORKEY_S)); in hifb_get_colorkey() 2088 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; in hifb_set_colorkey() local 2092 if (osal_copy_from_user(&colorkey, argp, sizeof(HIFB_COLORKEY_S))) { in hifb_set_colorkey() 2142 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; in hifb_get_layer_alpha() local 2148 return osal_copy_to_user(argp, in hifb_get_layer_alpha() 2153 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_layer_alpha() local 2185 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_screen_origin_pos() local 2198 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_screen_origin_pos() local 2281 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_show_layer() local 2322 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_layer_show_state() local 2332 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_capability() local 2344 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_sursor_info() local 2383 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_sursor_info() local 2411 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_cursor_state() local 2443 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_cursor_state() local 2468 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_cursor_pos() local 2500 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_cursor_pos() local 2525 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_cursor_colorkey() local 2566 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_cursor_colorkey() local 2595 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_cursor_alpha() local 2631 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_cursor_alpha() local 2656 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_attch_cursor() local 2695 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_detach_cursor() local 2733 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_layer_info() local 2742 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_layer_info() local 2753 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_canvas_buffer() local 2773 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_refresh_layer() local 2802 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_mirror_mode() local 2817 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_mirror_mode() local 2840 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_rotate_mode() local 2856 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_rotate_mode() local 2880 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_screen_size() local 2934 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_screen_size() local 3103 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_flip_surface() local 3217 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_compression_mode() local 3239 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_compression_mode() local 3256 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_mddrdetect() local 3315 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_mddrdetect() local 3347 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_dynamic_range() local 3366 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_dynamic_range() local 3536 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; global() local [all...] |
/third_party/skia/gm/ |
H A D | gm.cpp | 33 va_list argp; in draw_failure_message() local 34 va_start(argp, format); in draw_failure_message() 35 failureMsg.appendVAList(format, argp); in draw_failure_message() 36 va_end(argp); in draw_failure_message()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CuTest.c | 111 va_list argp; in CuStringAppendFormat() local 113 va_start(argp, format); in CuStringAppendFormat() 114 vsprintf(buf, format, argp); in CuStringAppendFormat() 115 va_end(argp); in CuStringAppendFormat()
|
/third_party/elfutils/libdwfl/ |
H A D | argp-std.c | 1 /* Standard argp argument parsers for tools using libdwfl. 34 #include <argp.h> 372 static const struct argp libdwfl_argp = 375 const struct argp *
|
/third_party/elfutils/lib/ |
H A D | color.c | 34 #include <argp.h> 47 /* Definitions of arguments for argp functions. */ 57 const struct argp color_argp =
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | cryptlib.h | 122 void *argp; /* Arbitrary void * */ member 208 long argl, void *argp,
|
/third_party/openssl/include/internal/ |
H A D | cryptlib.h | 122 void *argp; /* Arbitrary void * */ member 208 long argl, void *argp,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sockets.h | 676 * @param[in] argp Indicates void pointer to struct ifreq. 699 * @param[out] argp Indicates void pointer to struct ifreq. 726 * @param[in] argp Indicates void pointer to struct ifreq. 750 * @param[out] argp Indicates void pointer to struct ifreq. 2271 parameter or output parameter, and the size of the argument argp in 2276 * @param[in] argp Specifies additional information, if required. 2332 * - For FIONREAD option, argp should point to an application variable of type signed int. 2354 int lwip_ioctl(int s, long request, void *argp); 2486 #define ioctlsocket(s, cmd, argp) lwip_ioctl(s, cmd, argp) [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 606 int lwip_ioctl(int s, long cmd, void *argp); 675 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) 695 #define ioctl(s,cmd,argp) lwip_ioctl(s,cmd,argp)
|