Searched refs:pr_uid (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-linux-core.h42 char pr_uid[4]; member in struct:elf_external_linux_prpsinfo32_ugid32
66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
94 char pr_uid[2]; member in struct:elf_external_linux_prpsinfo32_ugid16
118 bfd_put_16 (obfd, from->pr_uid, to->pr_uid);
147 char pr_uid[4]; member in struct:elf_external_linux_prpsinfo64_ugid32
171 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
200 char pr_uid[ member in struct:elf_external_linux_prpsinfo64_ugid16
[all...]
H A Delf-bfd.h1715 /* True if the 32-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
1719 /* True if the 64-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
2908 unsigned int pr_uid;
2737 unsigned int pr_uid; member in struct:elf_internal_linux_prpsinfo
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-linux-core.h42 char pr_uid[4]; member in struct:elf_external_linux_prpsinfo32_ugid32
66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
94 char pr_uid[2]; member in struct:elf_external_linux_prpsinfo32_ugid16
118 bfd_put_16 (obfd, from->pr_uid, to->pr_uid);
147 char pr_uid[4]; member in struct:elf_external_linux_prpsinfo64_ugid32
171 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
200 char pr_uid[ member in struct:elf_external_linux_prpsinfo64_ugid16
[all...]
H A Delf-bfd.h1715 /* True if the 32-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
1719 /* True if the 64-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
2908 unsigned int pr_uid;
2905 unsigned int pr_uid; member in struct:elf_internal_linux_prpsinfo
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-linux-core.h42 char pr_uid[4]; member in struct:elf_external_linux_prpsinfo32_ugid32
66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
94 char pr_uid[2]; member in struct:elf_external_linux_prpsinfo32_ugid16
118 bfd_put_16 (obfd, from->pr_uid, to->pr_uid);
147 char pr_uid[4]; member in struct:elf_external_linux_prpsinfo64_ugid32
171 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
200 char pr_uid[ member in struct:elf_external_linux_prpsinfo64_ugid16
[all...]
H A Delf-bfd.h1673 /* True if the 32-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
1677 /* True if the 64-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
2823 unsigned int pr_uid;
2820 unsigned int pr_uid; member in struct:elf_internal_linux_prpsinfo
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-linux-core.h42 char pr_uid[4]; member in struct:elf_external_linux_prpsinfo32_ugid32
66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
94 char pr_uid[2]; member in struct:elf_external_linux_prpsinfo32_ugid16
118 bfd_put_16 (obfd, from->pr_uid, to->pr_uid);
147 char pr_uid[4]; member in struct:elf_external_linux_prpsinfo64_ugid32
171 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
200 char pr_uid[ member in struct:elf_external_linux_prpsinfo64_ugid16
[all...]
H A Delf-bfd.h1755 /* True if the 32-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
1759 /* True if the 64-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
2968 unsigned int pr_uid;
2965 unsigned int pr_uid; member in struct:elf_internal_linux_prpsinfo
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Dpsinfo.d39 uid_t pr_uid; /* real user id */
56 pr_uid = T->p_cred->cr_uid;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/hosts/
H A Dx86-64linux.h194 unsigned short int pr_uid;
209 unsigned int pr_uid;
200 unsigned short int pr_uid; member in struct:elf_prpsinfo32
215 unsigned int pr_uid; member in struct:elf_prpsinfo64
/netbsd-current/external/gpl3/binutils/dist/bfd/hosts/
H A Dx86-64linux.h194 unsigned short int pr_uid; member in struct:elf_prpsinfo32
209 unsigned int pr_uid; member in struct:elf_prpsinfo64
/netbsd-current/external/gpl3/gdb.old/dist/bfd/hosts/
H A Dx86-64linux.h200 unsigned short int pr_uid; member in struct:elf_prpsinfo32
215 unsigned int pr_uid; member in struct:elf_prpsinfo64
/netbsd-current/external/gpl3/gdb/dist/bfd/hosts/
H A Dx86-64linux.h194 unsigned short int pr_uid; member in struct:elf_prpsinfo32
209 unsigned int pr_uid; member in struct:elf_prpsinfo64
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_svr5.c426 (!show_uid || pp->pr_uid == (uid_t) sel->uid))
513 (*get_userid) (pp->pr_uid),
620 #define ORDERKEY_UID if ((result = (p2->pr_uid - p1->pr_uid)) == 0)
622 #define ORDERKEY_RUID if ((result = (p1->pr_uid - p2->pr_uid)) == 0)
990 return ((int)(p->pr_uid));
H A Dm_irix5.c411 (!show_uid || pp->pr_uid == (uid_t) sel->uid)) {
462 (*get_userid) (pp->pr_uid),
581 return ((int)p->pr_uid);
H A Dm_svr4.c408 (!show_uid || pp->pr_uid == (uid_t) sel->uid))
454 (*get_userid) (pp->pr_uid),
663 return (p->pr_uid);
H A Dm_irixsgi.c497 (sel->system || !(pp->pr_uid==0 && pp->pr_ppid==1))) {
507 (! show_uid || pp->pr_uid == (uid_t) sel->uid)) {
640 (*get_userid) (pp->pr_uid),
915 return (p->pr_uid);
H A Dm_sunos5.c362 return snprintf(buf, sz, "%-8.8s", username(pp->pr_uid));
369 return snprintf(buf, sz, "%6d", (int)pp->pr_uid);
1583 (!show_uid || pp->pr_uid == (uid_t) sel->uid) &&
2036 op->owner_uid = currproc->pr_uid;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-tdep.c1928 p->pr_uid = strtol (tmpstr, &tmpstr, 10);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-tdep.c2022 p->pr_uid = strtol (tmpstr, &tmpstr, 10);

Completed in 347 milliseconds