HomeSort by relevance Sort by last modified time
    Searched full:ucred (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/openssh/openbsd-compat/
bsd-getpeereid.c 30 struct ucred cred;
43 # include <ucred.h>
49 ucred_t *ucred = NULL; local
51 if (getpeerucred(s, &ucred) == -1)
53 if ((*euid = ucred_geteuid(ucred)) == -1)
55 if ((*gid = ucred_getrgid(ucred)) == -1)
58 ucred_free(ucred);
  /external/libnl-headers/netlink/
netlink.h 39 struct ucred;
65 struct ucred **);
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 *);
handlers.h 30 struct ucred;
137 struct ucred **));
  /system/core/libcutils/
uevent.c 52 char control[CMSG_SPACE(sizeof(struct ucred))];
75 struct ucred *cred = (struct ucred *)CMSG_DATA(cmsg);
sockets.c 28 struct ucred cr;
  /external/llvm/test/Analysis/ScalarEvolution/
avoid-infinite-recursion-1.ll 44 %struct.buf = type <{ %struct.bufobj*, i64, i8*, i8*, i32, i8, i8, i8, i8, i64, i64, void (%struct.buf*)*, i64, i64, %struct.buflists, %struct.buf*, %struct.buf*, i32, i8, i8, i8, i8, %struct.buflists, i16, i8, i8, i32, i8, i8, i8, i8, i8, i8, i8, i8, %struct.lock, i64, i64, i8*, i32, i8, i8, i8, i8, i64, %struct.vnode*, i32, i32, %struct.ucred*, %struct.ucred*, i8*, %union.pager_info, i8, i8, i8, i8, %union.anon, [32 x %struct.vm_page*], i32, i8, i8, i8, i8, %struct.workhead, i8*, i8*, i8*, i32, i8, i8, i8, i8 }>
52 %struct.componentname = type <{ i64, i64, %struct.thread*, %struct.ucred*, i32, i8, i8, i8, i8, i8*, i8*, i64, i64 }>
56 %struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, i32, i64, %struct.cdev_privdata*, i64, i8* }>
59 %struct.fileops = type <{ i32 (%struct.file*, %struct.uio*, %struct.ucred*, i32, %struct.thread*)*, i32 (%struct.file*, %struct.uio*, %struct.ucred*, i32, %struct.thread*)*, i32 (%struct.file*, i64, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, i64, i8*, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, i32, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, %struct.knote*)*, i32 (%struct.file*, %struct.stat*, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, %struct.thread*)*, i32, i8, i8, i8, i8 }
    [all...]
  /libcore/luni/src/main/java/libcore/io/
StructUcred.java 20 * Corresponds to C's {@code struct ucred}.
  /external/chromium_org/tools/android/forwarder2/
socket.cc 454 ucred ucred;
455 socklen_t len = sizeof(ucred);
456 if (getsockopt(socket.socket_, SOL_SOCKET, SO_PEERCRED, &ucred, &len) == -1) {
460 return ucred.pid;
  /external/kernel-headers/original/linux/
socket.h 148 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */
151 struct ucred { struct
319 extern void cred_to_ucred(struct pid *pid, const struct cred *cred, struct ucred *ucred);
  /external/chromium_org/ipc/
unix_domain_socket_util.cc 152 struct ucred cred;
159 NOTREACHED() << "Truncated ucred from SO_PEERCRED?";
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 72 struct ucred cr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 147 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */
150 struct ucred { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 147 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */
150 struct ucred { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 147 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */
150 struct ucred { struct
  /system/core/libnl_2/
netlink.c 58 unsigned char **buf, struct ucred **creds)
108 struct ucred *creds;
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 39 CMSG_SPACE(2*sizeof(int)) + CMSG_SPACE(sizeof(struct ucred));
208 const struct ucred *cred =
209 reinterpret_cast<struct ucred*>(CMSG_DATA(hdr));
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 49 CMSG_SPACE(2*sizeof(int)) + CMSG_SPACE(sizeof(struct ucred));
246 const struct ucred *cred =
247 reinterpret_cast<struct ucred*>(CMSG_DATA(hdr));
  /external/libnl-headers/
netlink-types.h 54 struct ucred **);
134 struct ucred nm_creds;
  /development/ndk/platforms/android-3/include/linux/
socket.h 105 struct ucred { struct
  /external/chromium_org/net/socket/
unix_domain_socket_posix.cc 36 struct ucred user_cred;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
socket.h 105 struct ucred { struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
socket.h 105 struct ucred { struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
socket.h 105 struct ucred { struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
socket.h 105 struct ucred { struct

Completed in 944 milliseconds

1 2 3 4