Home
last modified time | relevance | path

Searched refs:w_name (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/xtalk/
Dxtalk_private.h82 char *w_name; /* canonical hwgraph name */ member
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dpic.c99 peer_widget_info->w_name = kmalloc(strlen(peer_path) + 1, GFP_KERNEL); in pic_bus1_widget_info_dup()
100 strcpy(peer_widget_info->w_name, peer_path); in pic_bus1_widget_info_dup()
Dxtalk.c798 return(xwidget_info->w_name); in xwidget_info_name_get()
886 widget_info->w_name = kmalloc(strlen(s) + 1, GFP_KERNEL); in xwidget_register()
887 strcpy(widget_info->w_name,s); in xwidget_register()
923 (void)kfree(widget_info->w_name); in xwidget_unregister()