Searched refs:ucred (Results 1 – 14 of 14) sorted by relevance
/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 | 28 struct ucred; 135 struct ucred **));
|
/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/dbus/dbus/ |
D | dbus-sysdeps-unix.c | 1686 struct ucred cr; in _dbus_read_credentials_socket() 1724 ucred_t * ucred = NULL; in _dbus_read_credentials_socket() 1725 if (getpeerucred (client_fd, &ucred) == 0) in _dbus_read_credentials_socket() 1727 pid_read = ucred_getpid (ucred); in _dbus_read_credentials_socket() 1728 uid_read = ucred_geteuid (ucred); in _dbus_read_credentials_socket() 1740 if (adt_set_from_ucred (adth, ucred, ADT_NEW)) in _dbus_read_credentials_socket() 1765 if (ucred != NULL) in _dbus_read_credentials_socket() 1766 ucred_free (ucred); in _dbus_read_credentials_socket()
|
/external/libnl-headers/ |
D | netlink-types.h | 54 struct ucred **); 134 struct ucred nm_creds;
|
/external/kernel-headers/original/linux/ |
D | socket.h | 153 struct ucred { struct
|
D | netlink.h | 166 struct ucred creds; /* Skb credentials */
|
/external/strace/ |
D | net.c | 1120 && CMSG_LEN(sizeof(struct ucred)) <= cmsg_len) { 1121 struct ucred *uc = (struct ucred *) CMSG_DATA (cmsg);
|
/external/dbus/cmake/ |
D | ConfigureChecks.cmake | 26 check_symbol_exists(getpeerucred "ucred.h" HAVE_GETPEERUCRED) # dbus-sysdeps.c, dbu…
|
/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()
|