Searched refs:arg_type (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf-args.h89 } arg_type; typedef in typeref:enum:__anon6449
94 arg_type type;
H A Dvasnprintf.c1581 arg_type type = a.arg[dp->arg_index].type;
2055 arg_type type = a.arg[dp->arg_index].type;
2559 arg_type type = a.arg[dp->arg_index].type;
3565 arg_type type = a.arg[dp->arg_index].type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dprintf-args.h89 } arg_type; typedef in typeref:enum:__anon6459
94 arg_type type;
H A Dvasnprintf.c1581 arg_type type = a.arg[dp->arg_index].type;
2055 arg_type type = a.arg[dp->arg_index].type;
2559 arg_type type = a.arg[dp->arg_index].type;
3565 arg_type type = a.arg[dp->arg_index].type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dprintf-args.h89 } arg_type; typedef in typeref:enum:__anon2483
94 arg_type type;
H A Dvasnprintf.c1505 arg_type type, int flags, size_t width, int has_precision,
1911 arg_type type = a.arg[dp->arg_index].type;
2909 arg_type type = a.arg[dp->arg_index].type;
3415 arg_type type = a.arg[dp->arg_index].type;
4575 arg_type type = a.arg[dp->arg_index].type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprintf-args.h88 } arg_type; typedef in typeref:enum:__anon6575
93 arg_type type;
H A Dvasnprintf.c1580 arg_type type = a.arg[dp->arg_index].type;
2054 arg_type type = a.arg[dp->arg_index].type;
2558 arg_type type = a.arg[dp->arg_index].type;
3564 arg_type type = a.arg[dp->arg_index].type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dpsargs.c381 * arg_type - The argument type (AML_*_ARG)
392 u32 arg_type, union acpi_parse_object *arg)
398 ACPI_FUNCTION_TRACE_U32(ps_get_next_simple_arg, arg_type);
400 switch (arg_type) {
463 ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type));
579 * arg_type - The argument type (AML_*_ARG)
592 u32 arg_type, union acpi_parse_object **return_arg)
602 switch (arg_type) {
616 acpi_ps_get_next_simple_arg(parser_state, arg_type, arg);
745 ACPI_ERROR((AE_INFO, "Invalid ArgType: 0x%X", arg_type));
391 acpi_ps_get_next_simple_arg(struct acpi_parse_state *parser_state, u32 arg_type, union acpi_parse_object *arg) argument
590 acpi_ps_get_next_arg(struct acpi_walk_state *walk_state, struct acpi_parse_state *parser_state, u32 arg_type, union acpi_parse_object **return_arg) argument
[all...]
H A Dacparser.h87 u32 arg_type, union acpi_parse_object *arg);
97 u32 arg_type, union acpi_parse_object **return_arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-int-device.h257 #define V4L2_INT_WRAPPER_1(name, arg_type, asterisk) \
259 arg_type asterisk arg) \
268 arg_type asterisk)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_log.h107 int arg_type; /* argument type */ member in struct:bfa_log_msgdef_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkstack.pl164 #define lh_${type_thing}_doall_arg(lh,fn,arg_type,arg) \\
165 LHM_lh_doall_arg(${type_thing},lh,fn,arg_type,arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkstack.pl164 #define lh_${type_thing}_doall_arg(lh,fn,arg_type,arg) \\
165 LHM_lh_doall_arg(${type_thing},lh,fn,arg_type,arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlhash.h221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dsafestack.h2453 # define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \
2454 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2470 # define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \
2471 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2487 # define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \
2488 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
2504 # define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \
2505 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
2521 # define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \
2522 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h2453 # define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \
2454 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2470 # define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \
2471 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2487 # define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \
2488 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
2504 # define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \
2505 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
2521 # define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \
2522 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1086 u8 arg_type; member in struct:megasas_evt_detail
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c4573 #define PFM_CMD(name, flags, arg_count, arg_type, getsz) { name, #name, flags, arg_count, sizeof(arg_type), getsz }
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h3966 uint8 arg_type; member in struct:log_idstr

Completed in 479 milliseconds