1KOBJECT_GET_PATH(9)              Driver Basics             KOBJECT_GET_PATH(9)
2
3
4

NAME

6       kobject_get_path - generate and return the path associated with a given
7       kobj and kset pair.
8

SYNOPSIS

10       char * kobject_get_path(struct kobject * kobj, gfp_t gfp_mask);
11

ARGUMENTS

13       kobj
14           kobject in question, with which to build the path
15
16       gfp_mask
17           the allocation type used to allocate the path
18

DESCRIPTION

20       The result must be freed by the caller with kfree.
21
23Kernel Hackers Manual 3.10         June 2019               KOBJECT_GET_PATH(9)
Impressum