/external/openssh/openbsd-compat/ |
D | bsd-getpeereid.c | 30 struct ucred cred; in getpeereid() 49 ucred_t *ucred = NULL; in getpeereid() local 51 if (getpeerucred(s, &ucred) == -1) in getpeereid() 53 if ((*euid = ucred_geteuid(ucred)) == -1) in getpeereid() 55 if ((*gid = ucred_getrgid(ucred)) == -1) in getpeereid() 58 ucred_free(ucred); in getpeereid()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 44 … i8*, i32, i8, i8, i8, i8, i64, %struct.vnode*, i32, i32, %struct.ucred*, %struct.ucred*, i8*, %un… 52 …%struct.componentname = type <{ i64, i64, %struct.thread*, %struct.ucred*, i32, i8, i8, i8, i8, i8… 56 …%struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, … 59 …ucred*, i32, %struct.thread*)*, i32 (%struct.file*, %struct.uio*, %struct.ucred*, i32, %struct.thr… 98 …tlist*, %struct.vfsoptlist*, i32, i8, i8, i8, i8, %struct.statfs, %struct.ucred*, i8*, i64, i32, i… 112 …ucred*, %struct.filedesc*, %struct.filedesc_to_leader*, %struct.pstats*, %struct.plimit*, %struct.… 126 …%struct.sigio = type <{ %union.sigval, %struct.sigiolst, %struct.sigio**, %struct.ucred*, i32, i8,… 138 …%struct.turnstile*, i8*, %20, %struct.lock_list_entry*, i32, i32, %struct.ucred*, i32, i32, %struc… 142 …%struct.ucred = type <{ i32, i32, i32, i32, i32, i32, i32, i8, i8, i8, i8, %struct.uidinfo*, %stru… 149 … %struct.vnode**)*, i32 (%struct.mount*, %struct.sockaddr*, i32*, %struct.ucred**, i32*, i32**)*, … [all …]
|
/external/libnl-headers/netlink/ |
D | msg.h | 45 struct ucred; 96 extern void nlmsg_set_creds(struct nl_msg *, struct ucred *); 97 extern struct ucred * nlmsg_get_creds(struct nl_msg *);
|
D | netlink.h | 39 struct ucred; 65 struct ucred **);
|
D | handlers.h | 30 struct ucred; 137 struct ucred **));
|
/external/chromium_org/tools/android/forwarder2/ |
D | socket.cc | 454 ucred ucred; in GetUnixDomainSocketProcessOwner() local 455 socklen_t len = sizeof(ucred); in GetUnixDomainSocketProcessOwner() 456 if (getsockopt(socket.socket_, SOL_SOCKET, SO_PEERCRED, &ucred, &len) == -1) { in GetUnixDomainSocketProcessOwner() 460 return ucred.pid; in GetUnixDomainSocketProcessOwner()
|
/external/kernel-headers/original/linux/ |
D | socket.h | 151 struct ucred { struct 319 extern void cred_to_ucred(struct pid *pid, const struct cred *cred, struct ucred *ucred);
|
D | netlink.h | 162 struct ucred creds; /* Skb credentials */
|
/external/chromium/chrome/browser/ |
D | crash_handler_host_linux.cc | 39 CMSG_SPACE(2*sizeof(int)) + CMSG_SPACE(sizeof(struct ucred)); 208 const struct ucred *cred = in OnFileCanReadWithoutBlocking() 209 reinterpret_cast<struct ucred*>(CMSG_DATA(hdr)); in OnFileCanReadWithoutBlocking()
|
/external/chromium_org/components/breakpad/browser/ |
D | crash_handler_host_linux.cc | 49 CMSG_SPACE(2*sizeof(int)) + CMSG_SPACE(sizeof(struct ucred)); 246 const struct ucred *cred = in OnFileCanReadWithoutBlocking() 247 reinterpret_cast<struct ucred*>(CMSG_DATA(hdr)); in OnFileCanReadWithoutBlocking()
|
/external/chromium_org/ipc/ |
D | unix_domain_socket_util.cc | 152 struct ucred cred; in GetPeerEuid()
|
/external/strace/ |
D | net.c | 1391 && CMSG_LEN(sizeof(struct ucred)) <= cmsg_len) { in printcmsghdr() 1392 struct ucred *uc = (struct ucred *) CMSG_DATA (cmsg); in printcmsghdr() 1998 if (len == sizeof (struct ucred)) { in sys_getsockopt() 1999 struct ucred uc; in sys_getsockopt()
|
D | NEWS | 16 * Implemented decoding of struct ucred in getsockopt SO_PEERCRED.
|
D | ChangeLog | 508 Decode struct ucred for getsockopt SO_PEERCRED
|
/external/chromium_org/net/socket/ |
D | unix_domain_socket_posix.cc | 36 struct ucred user_cred; in GetPeerIds()
|
/external/libnl-headers/ |
D | netlink-types.h | 54 struct ucred **); 134 struct ucred nm_creds;
|
/external/iproute2/misc/ |
D | rtacct.c | 415 struct ucred cred; in verify_forging()
|
D | nstat.c | 424 struct ucred cred; in verify_forging()
|
D | ifstat.c | 539 struct ucred cred; in verify_forging()
|
/external/openssh/ |
D | config.h.in | 1107 /* Define to 1 if you have the <ucred.h> header file. */
|
D | configure.ac | 333 ucred.h \
|
D | configure | 6053 ucred.h \
|