Searched refs:ret_type (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsxfobj.c100 * ret_type - Where the type will be placed
107 acpi_status acpi_get_type(acpi_handle handle, acpi_object_type * ret_type)
114 if (!ret_type) {
123 *ret_type = ACPI_TYPE_ANY;
140 *ret_type = node->type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_rpc.awk188 ret_type[rvars] = $2;
191 if (ret_type[rvars] == "LIST" || ret_type[rvars] == "DBT") {
194 if (ret_type[rvars] == "LIST") {
203 ret_type[rvars] = $2;
210 if (ret_type[rvars] == "LIST" || ret_type[rvars] == "DBT") {
214 if (ret_type[nvars] == "LIST") {
278 if (ret_type[i] == "ID") {
281 if (ret_type[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid.h98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
H A Dtag.c195 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val) argument
219 *ret_type = name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_sunos.c73 unsigned long retval, ret_type; local
104 ret_type = flags & _MAP_NEW;
126 if (!ret_type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dmisc.c57 unsigned long retval, ret_type; local
95 ret_type = flags & _MAP_NEW;
104 if(!ret_type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sunos32.c69 unsigned long retval, ret_type; local
99 ret_type = flags & _MAP_NEW;
109 if (!ret_type)

Completed in 74 milliseconds