Home
last modified time | relevance | path

Searched defs:pgid (Results 1 – 17 of 17) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid01.c80 pid_t pgid, pid; in setpgid_test1() local
109 pid_t pgid, pid; in setpgid_test2() local
Dsetpgid02.c63 static pid_t pgid, pid; variable
71 pid_t *pgid; member
/external/ltp/testcases/kernel/containers/pidns/
Dpidns05.c86 pid_t parentpid, pgid, pgid2; in find_cinit_pids() local
199 pid_t pid, pgid; in main() local
Dpidns02.c67 pid_t pgid, sid; in child_fn1() local
/external/ltp/lib/
Dtst_safe_macros.c19 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid()
35 pid_t pgid; in safe_getpgid() local
/external/u-boot/drivers/net/mscc_eswitch/
Dmscc_mac_table.c49 const unsigned char mac[ETH_LEN], int pgid) in mscc_mac_table_add()
Dservalt_switch.c288 const unsigned char mac[ETH_ALEN], int pgid) in servalt_mac_table_add()
Djr2_switch.c690 const unsigned char mac[ETH_ALEN], int pgid) in jr2_mac_table_add()
/external/openssh/openbsd-compat/
Dport-aix.c432 getgrouplist(const char *user, gid_t pgid, gid_t *groups, int *grpcnt) in getgrouplist()
/external/u-boot/drivers/net/
Dvsc9953.c1576 u32 pgid; in vsc9953_update_dest_members_masks() local
1610 u32 pgid; in vsc9953_update_source_members_masks() local
1659 u32 pgid; in vsc9953_update_aggr_members_masks() local
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c883 int pgid, i; in segment_location() local
/external/ltp/include/
Dtst_safe_macros.h138 #define SAFE_SETPGID(pid, pgid) \ argument
/external/python/cpython3/Modules/
Dposixmodule.c5284 pid_t pgid = PyLong_AsPid(setpgroup); in parse_posix_spawn_flags() local
7011 pid_t pgid = getpgid(pid); in os_getpgid_impl() local
7263 os_killpg_impl(PyObject *module, pid_t pgid, int signal) in os_killpg_impl()
8283 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl() local
8303 os_tcsetpgrp_impl(PyObject *module, int fd, pid_t pgid) in os_tcsetpgrp_impl()
/external/python/cpython2/Modules/
Dposixmodule.c4241 pid_t pid, pgid; in posix_getpgid() local
4387 pid_t pgid; in posix_killpg() local
6568 pid_t pgid; in posix_tcgetpgrp() local
6588 pid_t pgid; in posix_tcsetpgrp() local
/external/kernel-headers/original/uapi/linux/
Dcoda.h299 __kernel_pid_t pgid; member
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3470 pid_t pgid; in os_killpg() local
4271 pid_t pgid; in os_tcsetpgrp() local
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h141 #define __sanitizer_syscall_pre_setpgid(pid, pgid) \ argument
143 #define __sanitizer_syscall_post_setpgid(res, pid, pgid) \ argument