Searched defs:name (Results 1 - 2 of 2) sorted by relevance

/k10sensor/src/
H A Dk10sensor.h55 /* the commonly use category name */
56 const char *name; member in struct:cat_range
H A Dk10sensor_info.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
221 char *name = NULL; local
228 name = di_minor_name(minor); /* di_driver_name() would work as well */
229 if (name == NULL || strcmp(KMODNAME, name) != 0) {
232 name = di_devfs_minor_path(minor);
233 *count += dumpIoctl(++name); /* need to remove leading / of /pci... */

Completed in 9 milliseconds