Searched refs:user (Results 1 - 19 of 19) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Duser.h19 #include <asm/user.h>
H A Dkernel_stat.h30 cputime64_t user; member in struct:cpu_usage_stat
H A Datmsap.h85 unsigned char user; member in union:atm_blli::__anon229
96 unsigned char user; member in union:atm_blli::__anon231
/bionic/libc/unistd/
H A Dinitgroups.c35 initgroups (const char *user, gid_t group) argument
42 if (getgrouplist(user, group, groups, &numgroups) < 0) {
46 if (getgrouplist(user,group,groups,&numgroups) < 0) {
/bionic/libc/include/
H A Dgrp.h75 int getgrouplist (const char *user, gid_t group,
78 int initgroups (const char *user, gid_t group);
/bionic/libc/bionic/
H A Dmalloc_debug_check.cpp107 static inline void* user(hdr_t* hdr) { function
111 static inline hdr_t* meta(void* user) { argument
112 return reinterpret_cast<hdr_t*>(user) - 1;
232 memset(user(hdr), FREE_POISON, hdr->size);
237 const char *data = (const char *)user(hdr);
250 user(hdr), hdr->size);
253 "(NOT DUMPING STACKTRACE)\n", user(hdr));
262 user(hdr), hdr->size);
276 user(hdr), hdr->tag);
285 user(hd
[all...]
H A Dstubs.cpp211 // Translate a user/group name to the corresponding user/group id.
252 // Check that user id won't overflow.
374 int getgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) { argument
/bionic/libc/kernel/arch-x86/asm/
H A Di387_32.h27 #include <asm/user.h>
31 #define safe_address (kstat_cpu(0).cpustat.user)
H A Delf.h22 #include <asm/user.h>
H A Duser_32.h65 struct user{ struct
/bionic/libc/kernel/arch-arm/asm/
H A Dprocinfo.h42 struct cpu_user_fns *user; member in struct:proc_info_list
H A Delf.h22 #include <asm/user.h>
H A Duser.h42 struct user{ struct
/bionic/libc/kernel/arch-mips/asm/
H A Duser.h25 struct user { struct
/bionic/libc/kernel/common/linux/netfilter/
H A Dx_tables.h32 } user; member in union:xt_entry_match::__anon381
52 } user; member in union:xt_entry_target::__anon384
/bionic/libc/kernel/common/linux/mtd/
H A Dnftl.h24 #include <mtd/nftl-user.h>
H A Dmtd.h21 #error This is a kernel header. Perhaps include mtd-user.h instead?
/bionic/libc/kernel/tools/
H A Dkernel.py156 """return a dictionary mapping heaaders to their user set"""
186 # for path in <your list of user sources>:
260 for user in fparser.getHeaderUsers(used):
261 needed[path].add(user)
269 for user in users:
270 self.needed[header].add(user)
/bionic/libc/
H A DAndroid.mk797 # the user wants to provide their own malloc implementation,
894 # For all builds, except for the -user build we will enable memory
900 ifneq ($(TARGET_BUILD_VARIANT),user)
959 endif #!user

Completed in 2327 milliseconds