Searched refs:pid (Results 501 - 525 of 1170) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/share/examples/libusb20/
H A Dbulk.c161 unsigned int vid = UINT_MAX, pid = UINT_MAX; /* impossible VID:PID */ local
176 pid = strtol(optarg, NULL, 0);
190 if (vid != UINT_MAX || pid != UINT_MAX)
240 if (ddp->idVendor == vid && ddp->idProduct == pid)
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c105 case 'p': /* pid file */
185 * Write pid file
191 FILE *pid; local
195 if ((pid = fopen(file, "w")) == NULL) {
201 fprintf(pid, "%d", getpid());
202 fclose(pid);
208 * Remote pid file
/freebsd-13-stable/usr.sbin/ppp/
H A Dchap.h44 pid_t pid; member in struct:chap::__anon16631
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dkern.c69 pid_t pid; /* Process ID. */ member in struct:__owner
162 owner.pid = getpid();
214 (u_long)msg.lm_msg_ident.pid);
280 arg4.alock.svid = msg->lm_msg_ident.pid;
304 arg.alock.svid = msg->lm_msg_ident.pid;
350 arg4.alock.svid = msg->lm_msg_ident.pid;
375 arg.alock.svid = msg->lm_msg_ident.pid;
420 arg4.alock.svid = msg->lm_msg_ident.pid;
441 arg.alock.svid = msg->lm_msg_ident.pid;
460 lock_answer(int pid, netob argument
[all...]
/freebsd-13-stable/usr.bin/calendar/
H A Dcalendar.c217 pid_t pid; local
221 pid = fork();
222 if (pid < 0)
224 if (pid == 0) {
/freebsd-13-stable/usr.bin/sdiff/
H A Dedit.c45 pid_t pid; local
59 if ((pid = fork()) == -1)
61 if (pid == 0) {
65 while (waitpid(pid, &st, 0) == -1)
/freebsd-13-stable/usr.bin/top/
H A Dmachine.h77 int pid; /* only this pid (unless pid == -1) */ member in struct:process_select
/freebsd-13-stable/usr.sbin/daemon/
H A Ddaemon.c81 static volatile sig_atomic_t terminate = 0, child_gone = 0, pid = 0, variable
211 pid = -1;
280 pid = fork();
281 if (pid == -1) {
284 } else if (pid > 0) {
297 if (pid <= 0) {
298 /* Now that we are the child, write out the pid. */
307 if (pid == 0) {
330 setproctitle("%s[%d]", title, (int)pid);
425 errx(3, "process already running, pid
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp46 // /proc/$pid/status has 41 lines, but why not use 42?
50 if (!line.getAsInteger(10, result.pid))
58 lldb::pid_t LinuxProcStatus::GetPid() const { return pid; }
/freebsd-13-stable/lib/libopenbsd/
H A Dimsg.h62 pid_t pid; member in struct:imsgbuf
72 u_int32_t pid; member in struct:imsg_hdr
/freebsd-13-stable/lib/libutil/
H A Dkinfo_getfile.c13 kinfo_getfile(pid_t pid, int *cntp) argument
27 mib[3] = pid;
H A Dkinfo_getvmmap.c13 kinfo_getvmmap(pid_t pid, int *cntp) argument
27 mib[3] = pid;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h36 explicit CallGraphSCCPass(char &pid) : Pass(PT_CallGraphSCC, pid) {} argument
H A DLoopPass.h29 explicit LoopPass(char &pid) : Pass(PT_Loop, pid) {} argument
H A DRegionPass.h33 explicit RegionPass(char &pid) : Pass(PT_Region, pid) {} argument
/freebsd-13-stable/contrib/kyua/utils/process/
H A Ddeadline_killer_test.cpp73 process::deadline_killer killer(datetime::delta(1, 0), child->pid());
92 process::deadline_killer killer(datetime::delta(60, 0), child->pid());
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d26 pid$1:a.out:waiting:entry
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dutils.cpp103 atf::utils::wait(const pid_t pid, const int exitstatus, argument
106 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str());
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_main.c47 static int mlx5_fpga_tools_add(struct mlx5_fpga_device *fdev, u32 vid, u16 pid);
106 static int mlx5_fpga_tools_add(struct mlx5_fpga_device *fdev, u32 vid, u16 pid) argument
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_024_pos.ksh124 typeset pid=$!
126 child_pids="$child_pids $pid"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_active_import.ksh48 for pid in $ZTESTPID; do
49 log_must kill -9 $pid
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog.kshlib68 typeset pid=$!
73 kill -9 $pid
/freebsd-13-stable/contrib/ntp/scripts/rc/
H A Dntpd4 PIDFILE=/var/run/ntpd.pid
11 echo "ntpd seems to be already running under pid `cat $PIDFILE`."
41 echo "ntpd doesn't seem to be running, cannot read the pid file."
/freebsd-13-stable/usr.sbin/bsdconfig/mouse/
H A Dflags49 MOUSED_PIDFILE=/var/run/moused.pid
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv454 err=$( pkill -F /var/run/dhclient/dhclient.${INTERFACE}.pid; dhclient $INTERFACE 2>&1 )

Completed in 413 milliseconds

<<21222324252627282930>>