Home
last modified time | relevance | path

Searched refs:pid (Results 76 – 100 of 2976) sorted by last modified time

12345678910>>...120

/netbsd/external/bsd/dhcpcd/dist/src/
H A Dprivsep-control.c222 pid_t pid; in ps_ctl_start() local
235 pid = ps_startprocess(psp, ps_ctl_recvmsg, ps_ctl_dodispatch, in ps_ctl_start()
238 if (pid == -1) in ps_ctl_start()
240 else if (pid != 0) { in ps_ctl_start()
248 return pid; in ps_ctl_start()
/netbsd/sys/ddb/
H A Ddb_command.c1382 pid_t pid = -1; in db_show_all_tstiles() local
1386 db_read_bytes((db_addr_t)&p->p_pid, sizeof(pid), (char *)&pid); in db_show_all_tstiles()
1422 (long)pid, in db_show_all_tstiles()
1436 (long)pid, in db_show_all_tstiles()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c9295 tree pid; in conv_intrinsic_kill() local
9305 pid = convert (int4_type_node, args[0]); in conv_intrinsic_kill()
9310 tmp = build_call_expr_loc (input_location, gfor_fndecl_kill, 2, pid, sig); in conv_intrinsic_kill()
9322 tree pid; in conv_intrinsic_kill_sub() local
9334 pid = fold_convert (int4_type_node, gfc_evaluate_now (se.expr, &block)); in conv_intrinsic_kill_sub()
9353 tmp = build_call_expr_loc (input_location, gfor_fndecl_kill_sub, 3, pid, sig, in conv_intrinsic_kill_sub()
H A Dgfortran.info14629 'pid'. Returns 0 on success; otherwise a
H A Dcheck.c3299 gfc_check_kill (gfc_expr *pid, gfc_expr *sig) in gfc_check_kill() argument
3301 if (!type_check (pid, 0, BT_INTEGER)) in gfc_check_kill()
3304 if (!scalar_check (pid, 0)) in gfc_check_kill()
3318 gfc_check_kill_sub (gfc_expr *pid, gfc_expr *sig, gfc_expr *status) in gfc_check_kill_sub() argument
3320 if (!type_check (pid, 0, BT_INTEGER)) in gfc_check_kill_sub()
3323 if (!scalar_check (pid, 0)) in gfc_check_kill_sub()
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinvoke.texi26841 @itemx -mno-pid
26843 @opindex mno-pid
26867 via the @option{-mno-pid} command-line option.
H A Dgcc.info24568 '-mno-pid'
24591 restored via the '-mno-pid' command-line option.
62804 * mno-pid: RX Options. (line 117)
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4254 for (const predefined_identifier *pid = predefined_identifiers; in initialize_predefined_identifiers() local
4255 pid->name; ++pid) in initialize_predefined_identifiers()
4257 *pid->node = get_identifier (pid->name); in initialize_predefined_identifiers()
4259 if (pid->kind != cik_normal) in initialize_predefined_identifiers()
4260 set_identifier_kind (*pid->node, pid->kind); in initialize_predefined_identifiers()
/netbsd/external/gpl3/gcc.old/dist/
H A DMD5SUMS54239 9e62fa3ffb0fad7af08742e6bf493155 gcc/testsuite/gcc.target/bpf/helper-get-current-pid-tgid.c
/netbsd/doc/
H A DCHANGES.prev810 maximum invocation rate, a `/var/run/inetd.pid',
2761 pppd(8): Fixed to not try to delete its pid file if it never created
4688 Add pid of process in question to each line of the `pigs'
5338 xfs(1): automatically background, and support writing a .pid file.
7262 procfs: Add /proc/<pid>/fd/<fd> [christos 20030103]
7355 kernel: New pid allocator - avoids all the searching in pfind() etc.
8837 /proc/stat, /proc/loadavg and /proc/<pid>/statm.
8839 top(1): Allow a single process to be selected by pid.
10134 unbundle libbind, change the default pid file location from
/netbsd/sys/sys/
H A Dproc.h521 int kill1(struct lwp *l, pid_t pid, ksiginfo_t *ksi, register_t *retval);
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.c9295 tree pid; in conv_intrinsic_kill() local
9305 pid = convert (int4_type_node, args[0]); in conv_intrinsic_kill()
9310 tmp = build_call_expr_loc (input_location, gfor_fndecl_kill, 2, pid, sig); in conv_intrinsic_kill()
9322 tree pid; in conv_intrinsic_kill_sub() local
9334 pid = fold_convert (int4_type_node, gfc_evaluate_now (se.expr, &block)); in conv_intrinsic_kill_sub()
9353 tmp = build_call_expr_loc (input_location, gfor_fndecl_kill_sub, 3, pid, sig, in conv_intrinsic_kill_sub()
H A Dcheck.c3299 gfc_check_kill (gfc_expr *pid, gfc_expr *sig) in gfc_check_kill() argument
3301 if (!type_check (pid, 0, BT_INTEGER)) in gfc_check_kill()
3304 if (!scalar_check (pid, 0)) in gfc_check_kill()
3318 gfc_check_kill_sub (gfc_expr *pid, gfc_expr *sig, gfc_expr *status) in gfc_check_kill_sub() argument
3320 if (!type_check (pid, 0, BT_INTEGER)) in gfc_check_kill_sub()
3323 if (!scalar_check (pid, 0)) in gfc_check_kill_sub()
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi26841 @itemx -mno-pid
26843 @opindex mno-pid
26867 via the @option{-mno-pid} command-line option.
H A Dgcc.info24568 '-mno-pid'
24591 restored via the '-mno-pid' command-line option.
62804 * mno-pid: RX Options. (line 117)
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.c4254 for (const predefined_identifier *pid = predefined_identifiers; in initialize_predefined_identifiers() local
4255 pid->name; ++pid) in initialize_predefined_identifiers()
4257 *pid->node = get_identifier (pid->name); in initialize_predefined_identifiers()
4259 if (pid->kind != cik_normal) in initialize_predefined_identifiers()
4260 set_identifier_kind (*pid->node, pid->kind); in initialize_predefined_identifiers()
/netbsd/external/gpl3/gcc/dist/
H A DMD5SUMS54239 9e62fa3ffb0fad7af08742e6bf493155 gcc/testsuite/gcc.target/bpf/helper-get-current-pid-tgid.c
/netbsd/sys/kern/
H A Dkern_resource.c849 sysctl_proc_findproc(lwp_t *l, pid_t pid, proc_t **p2) in sysctl_proc_findproc() argument
854 if (pid == PROC_CURPROC) { in sysctl_proc_findproc()
858 p = proc_find(pid); in sysctl_proc_findproc()
865 if (pid != PROC_CURPROC) { in sysctl_proc_findproc()
H A Dsubr_time.c253 pid_t pid = clock_id & CPUCLOCK_ID_MASK; in clock_gettime1() local
257 p = pid == 0 ? curproc : proc_find(pid); in clock_gettime1()
/netbsd/sbin/newfs/
H A Dnewfs.c260 pid_t pid, res; in main() local
711 switch (pid = fork()) { in main()
721 "mfs:%d", pid); in main()
742 res = waitpid(pid, &status, WNOHANG); in main()
745 if (res != pid) in main()
/netbsd/external/bsd/openpam/dist/bin/su/
H A Dsu.c79 pid_t pid; in main() local
152 switch ((pid = fork())) { in main()
177 waitpid(pid, &status, 0); in main()
/netbsd/external/bsd/tmux/dist/
H A Dtmux.h1034 pid_t pid; member
1706 pid_t pid; member
H A Dpopup.c354 new_wp->fd = job_transfer(pd->job, &new_wp->pid, new_wp->tty, in popup_make_pane()
H A Dproc.c367 pid_t pid; in proc_fork_and_daemon() local
372 switch (pid = fork()) { in proc_fork_and_daemon()
384 return (pid); in proc_fork_and_daemon()
H A Dserver-client.c2960 if (datalen != sizeof c->pid) in server_client_dispatch_identify()
2962 memcpy(&c->pid, data, sizeof c->pid); in server_client_dispatch_identify()
2963 log_debug("client %p IDENTIFY_CLIENTPID %ld", c, (long)c->pid); in server_client_dispatch_identify()
2976 xasprintf(&name, "client-%ld", (long)c->pid); in server_client_dispatch_identify()

12345678910>>...120