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

/drivers/staging/unisys/include/
H A Dprocobjecttree.h43 const char **propertyNames,
/drivers/staging/unisys/visorutil/
H A Dprocobjecttree.c55 const char **propertyNames; member in struct:MYPROCTYPE_Tag
57 int nProperties; /**< num of names in <propertyNames> */
80 * properties are identified in MYPROCTYPE.propertyNames, so each of
132 const char **propertyNames,
154 type->propertyNames = propertyNames;
159 if (type->propertyNames != NULL)
160 while (type->propertyNames[type->nProperties] != NULL)
275 if (type->propertyNames[i][0] != '\0') {
278 createProcFile(type->propertyNames[
130 visor_proc_CreateType(struct proc_dir_entry *procDirRoot, const char **name, const char **propertyNames, void (*show_property)(struct seq_file *, void *, int)) argument
[all...]

Completed in 76 milliseconds