1KOBJECT_GET_PATH(9) Driver Basics KOBJECT_GET_PATH(9)
23
4
NAME
6kobject_get_path - generate and return the path associated with a given
7kobj and kset pair.
8
SYNOPSIS
10char * kobject_get_path(struct kobject * kobj, gfp_t gfp_mask);
11
ARGUMENTS
13kobj
14kobject in question, with which to build the path
1516
gfp_mask
17the allocation type used to allocate the path
18
DESCRIPTION
20The result must be freed by the caller with kfree.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 KOBJECT_GET_PATH(9)