Searched refs:SPFX (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dagent.c46 #define SPFX "ib_agent: " macro
97 printk(KERN_ERR SPFX "Unable to find port agent\n");
104 printk(KERN_ERR SPFX "ib_create_ah_from_wc error\n");
112 printk(KERN_ERR SPFX "ib_create_send_mad error\n");
127 printk(KERN_ERR SPFX "ib_post_send_mad error\n");
153 printk(KERN_ERR SPFX "No memory for ib_agent_port_private\n");
201 printk(KERN_ERR SPFX "Port %d not found\n", port_num);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c672 /* SPFX is always a string, so it can be concatenated to string constants. */
674 #define SPFX SYMBOL_PREFIX macro
676 #define SPFX "" macro
1262 gp = obj_symbol_final_value(f, obj_find_symbol(f, SPFX "_gp"));
2785 obj_add_symbol(f, SPFX "__this_module", -1,
2844 tm = obj_find_symbol(f, SPFX "__this_module");
2927 obj_symbol_final_value(f, obj_find_symbol(f, SPFX "init_module"));
2929 obj_symbol_final_value(f, obj_find_symbol(f, SPFX "cleanup_module"));
3574 SPFX "cleanup_module",
3575 SPFX "init_modul
[all...]

Completed in 35 milliseconds