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

/drivers/staging/unisys/visorutil/
H A Dprocobjecttree.c81 * the <procDirProperties> describes a single file like
85 struct proc_dir_entry **procDirProperties; member in struct:MYPROCOBJECT_Tag
263 obj->procDirProperties =
266 if (obj->procDirProperties == NULL) {
277 obj->procDirProperties[i] =
281 if (obj->procDirProperties[i] == NULL) {
310 if (obj->procDirProperties != NULL) {
314 if (obj->procDirProperties[i] != NULL) {
317 obj->procDirProperties[i] = NULL;
320 kfree(obj->procDirProperties);
[all...]

Completed in 71 milliseconds