Home
last modified time | relevance | path

Searched refs:ucred (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll44 … 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, …
59ucred*, 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…
112ucred*, %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/
Dmsg.h45 struct ucred;
96 extern void nlmsg_set_creds(struct nl_msg *, struct ucred *);
97 extern struct ucred * nlmsg_get_creds(struct nl_msg *);
Dnetlink.h39 struct ucred;
65 struct ucred **);
Dhandlers.h28 struct ucred;
135 struct ucred **));
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc39 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/
Ddbus-sysdeps-unix.c1686 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/
Dnetlink-types.h54 struct ucred **);
134 struct ucred nm_creds;
/external/kernel-headers/original/linux/
Dsocket.h153 struct ucred { struct
Dnetlink.h166 struct ucred creds; /* Skb credentials */
/external/strace/
Dnet.c1120 && CMSG_LEN(sizeof(struct ucred)) <= cmsg_len) {
1121 struct ucred *uc = (struct ucred *) CMSG_DATA (cmsg);
/external/dbus/cmake/
DConfigureChecks.cmake26 check_symbol_exists(getpeerucred "ucred.h" HAVE_GETPEERUCRED) # dbus-sysdeps.c, dbu…
/external/iproute2/misc/
Drtacct.c415 struct ucred cred; in verify_forging()
Dnstat.c424 struct ucred cred; in verify_forging()
Difstat.c539 struct ucred cred; in verify_forging()