Searched refs:get_address (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A DMakefile15 load_store.o get_address.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_core.c73 static int get_address (struct hotplug_slot *slot, u32 *value);
86 .get_address = get_address,
280 * get_address - get pci address of a slot
284 static int get_address(struct hotplug_slot *hotplug_slot, u32 *value) function
H A Dshpchp_core.c68 static int get_address (struct hotplug_slot *slot, u32 *value);
81 .get_address = get_address,
280 static int get_address (struct hotplug_slot *hotplug_slot, u32 *value) function
H A Dpciehp_core.c72 static int get_address (struct hotplug_slot *slot, u32 *value);
85 .get_address = get_address,
390 static int get_address(struct hotplug_slot *hotplug_slot, u32 *value) function
H A Dpci_hotplug_core.c303 retval = get_address (slot, &address);
447 if (slot->ops->get_address)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diplink.c103 static int get_address(char *dev, int *htype) function
237 halen = get_address(dev, &htype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h98 * @get_address: Called to get pci address of a slot.
123 int (*get_address) (struct hotplug_slot *slot, u32 *value); member in struct:hotplug_slot_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diplink.c177 static int get_address(const char *dev, int *htype) function
372 halen = get_address(dev, &htype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c22 the command line). It calls get_address() and parse_cmd_args(). The
272 static int get_address(const char *my_str, int *linenum, regex_t ** regex) function
529 cmdstr += get_address(cmdstr, &sed_cmd->beg_line, &sed_cmd->beg_match);
536 idx = get_address(cmdstr, &sed_cmd->end_line, &sed_cmd->end_match);
H A Dvi.c276 static char *get_address(char *, int *, int *); // get two colon addrs, if present
633 static char *get_address(char *p, int *b, int *e) // get two colon addrs, if present function
716 buf = get_address(buf, &b, &e);

Completed in 102 milliseconds