Searched refs:F_OWNER_PGRP (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | f_owner_types.h | 20 #if defined(F_OWNER_PGRP) || (defined(HAVE_DECL_F_OWNER_PGRP) && HAVE_DECL_F_OWNER_PGRP) 22 static_assert((F_OWNER_PGRP) == (2), "F_OWNER_PGRP != 2"); 25 # define F_OWNER_PGRP 2 40 XLAT(F_OWNER_PGRP),
|
D | f_owner_types.in | 3 F_OWNER_PGRP 2
|
/external/ltp/include/lapi/ |
D | fcntl.h | 78 #ifndef F_OWNER_PGRP 79 # define F_OWNER_PGRP 2 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 154 #define F_OWNER_PGRP 2 macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 255 tst_own_ex.type = F_OWNER_PGRP; in setownex_pgrp_test()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 229 { ARG_STR(F_OWNER_PGRP), { 1294567890, 40 } } in test_f_owner_ex()
|
/external/strace/tests/ |
D | fcntl-common.c | 229 { ARG_STR(F_OWNER_PGRP), { 1294567890, 40 } } in test_f_owner_ex()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 229 { ARG_STR(F_OWNER_PGRP), { 1294567890, 40 } } in test_f_owner_ex()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 154 F_OWNER_PGRP = 2
|
D | sys_amd64.const | 154 F_OWNER_PGRP = 2
|
D | sys_ppc64le.const | 154 F_OWNER_PGRP = 2
|
D | sys_arm.const | 154 F_OWNER_PGRP = 2
|
D | sys_arm64.const | 154 F_OWNER_PGRP = 2
|
D | sys.txt | 1026 f_owner_type = F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP
|