Searched refs:disconnected (Results 1 – 7 of 7) sorted by relevance
/security/apparmor/ |
D | path.c | 49 int flags, const char *disconnected) in disconnect() argument 66 if (!error && disconnected) in disconnect() 67 error = prepend(name, *name - buf, disconnected, in disconnect() 68 strlen(disconnected)); in disconnect() 89 int flags, const char *disconnected) in d_namespace_path() argument 114 disconnected); in d_namespace_path() 152 error = disconnect(path, buf, name, flags, disconnected); in d_namespace_path() 198 const char **name, const char **info, const char *disconnected) in aa_path_name() argument 201 int error = d_namespace_path(path, buffer, &str, flags, disconnected); in aa_path_name()
|
D | mount.c | 334 &mntpnt, &info, profile->disconnected); in match_mnt_path_str() 390 profile->disconnected); in match_mnt() 598 &info, profile->disconnected); in profile_umount() 661 profile->disconnected); in build_pivotroot() 666 profile->disconnected); in build_pivotroot()
|
D | domain.c | 639 &name, &info, profile->disconnected); in profile_transition() 746 &xname, &info, profile->disconnected); in profile_onexec()
|
D | file.c | 164 labels_profile(label)->disconnected); in path_name()
|
D | policy_unpack.c | 739 (void) unpack_str(e, &profile->disconnected, "disconnected"); in unpack_profile()
|
/security/apparmor/include/ |
D | path.h | 26 const char *disconnected);
|
D | policy.h | 142 const char *disconnected; member
|