Searched defs:kobj (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | kobject.c | 28 const void *kobject_namespace(struct kobject *kobj) in kobject_namespace() 48 void kobject_get_ownership(struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() 66 static int populate_dir(struct kobject *kobj) in populate_dir() 83 static int create_dir(struct kobject *kobj) in create_dir() 129 static int get_kobj_path_length(struct kobject *kobj) in get_kobj_path_length() 147 static void fill_kobj_path(struct kobject *kobj, char *path, int length) in fill_kobj_path() 171 char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() 189 static void kobj_kset_join(struct kobject *kobj) in kobj_kset_join() 201 static void kobj_kset_leave(struct kobject *kobj) in kobj_kset_leave() 212 static void kobject_init_internal(struct kobject *kobj) in kobject_init_internal() [all …]
|
D | kobject_uevent.c | 192 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent() 236 static int kobj_usermode_filter(struct kobject *kobj) in kobj_usermode_filter() 380 static int kobject_uevent_net_broadcast(struct kobject *kobj, in kobject_uevent_net_broadcast() 456 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, in kobject_uevent_env() 639 int kobject_uevent(struct kobject *kobj, enum kobject_action action) in kobject_uevent()
|