Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 7 of 7) sorted by relevance

/security/apparmor/
Dpath.c49 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()
Dmount.c334 &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()
Ddomain.c639 &name, &info, profile->disconnected); in profile_transition()
746 &xname, &info, profile->disconnected); in profile_onexec()
Dfile.c164 labels_profile(label)->disconnected); in path_name()
Dpolicy_unpack.c739 (void) unpack_str(e, &profile->disconnected, "disconnected"); in unpack_profile()
/security/apparmor/include/
Dpath.h26 const char *disconnected);
Dpolicy.h142 const char *disconnected; member