Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh32 PID=$!
41 match=`$dtrace -l -n pid$PID:a.out:simple: -n pid$PID:a.out:complex: | wc -l`
43 kill $PID
/illumos-gate/usr/src/test/zfs-tests/tests/functional/link_count/
H A Dlink_count_001.ksh68 PID=$!
69 log_note "rm_lnkcnt_zero_file ${TESTDIR}/tmp/test$$ pid: $PID"
82 log_must kill -TERM $PID
86 log_must kill -TERM $PID
/illumos-gate/usr/src/cmd/svc/shell/
H A Dsendmail_include.sh46 PID=`head -1 $1`
47 kill -0 $PID > /dev/null 2>&1
48 [ $? -eq 0 ] && kill $PID
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c457 for (count = sizeof (devListWalk->PID), i = 0; i < count; i++) { in printOSDeviceNameInfo()
458 if (isprint(devListWalk->PID[i])) in printOSDeviceNameInfo()
459 fprintf(stdout, "%c", devListWalk->PID[i]); in printOSDeviceNameInfo()
H A Dfcinfo.h123 char PID[16]; member
H A Dfcinfo-list.c1109 memcpy(discoveredDevList->PID, inq.inq_pid, in searchDevice()
1110 sizeof (discoveredDevList->PID)); in searchDevice()
1224 strcpy(newDevice->PID, "Unknown"); in searchDevice()
1231 memcpy(newDevice->PID, inq.inq_pid, in searchDevice()
1232 sizeof (newDevice->PID)); in searchDevice()
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c571 for (count = sizeof (devListWalk->PID), i = 0; in printOSDeviceNameInfo()
573 if (isprint(devListWalk->PID[i])) in printOSDeviceNameInfo()
575 devListWalk->PID[i]); in printOSDeviceNameInfo()
H A Dsasinfo.h91 char PID[16]; member
H A Dsasinfo-list.c2382 newDevice->PID[0] = '\0'; in searchDevice()
2390 (void) memcpy(newDevice->PID, inq.inq_pid, in searchDevice()
2391 sizeof (newDevice->PID)); in searchDevice()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DREADME37 where ... is one of: fksmbcl, core.nnn, -p $PID
41 Run these like: dtrace -s Watch-all.d -p $PID -o output
H A D.dbxrc22 echo 'Do one of: attach ${PID}'
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DREADME56 where ... is one of: fksmbd, core.nnn, -p $PID
60 Run these like: dtrace -s Watch-all.d -p $PID -o output
H A D.dbxrc25 echo 'Do one of: attach ${PID}'
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A D.dbxrc22 echo 'Do one of: attach ${PID}'
/illumos-gate/usr/src/cmd/dtrace/demo/udp/
H A Dudptop.d104 "ZONE", "PID", "LADDR", "LPORT", "RADDR", "RPORT", "SIZE");
/illumos-gate/usr/src/uts/common/io/udmf/
H A Ddm9601reg.h33 #define PID 0x2aU /* product ID (2byte) */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h115 uchar_t PID, usb_req_attrs_t attrs);
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h442 #define PID 14 macro
H A Dn1.c390 numtab[PID].val = getpid(); in init2()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c64 uhci_pipe_private_t *pp, uchar_t PID,
1872 uchar_t PID, in uhci_insert_hc_td() argument
1895 hcgtd_length, pp, PID, attrs, tw); in uhci_insert_hc_td()
1900 if ((tw->tw_handle_td != uhci_handle_intr_td) || (PID != PID_OUT)) { in uhci_insert_hc_td()
1947 uchar_t PID, in uhci_fill_in_td() argument
1992 SetTD_PID(uhcip, current_dummy, PID); in uhci_fill_in_td()
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME142 PID COMM
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME82 priority. All messages include the PID and are logged at LOG_USER.
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c125 #define PID "PID" macro
1290 } else if (strcasecmp(prop, PID) == 0) { in convertCharToPropId()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt886 comment=0, pid, "child PID"
893 comment=0, pid, "child PID"
2073 comment=0, pid, "child PID"
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids109 2040 LUFA Test PID
5185 04ce SL11DEMO, VID: 0x4ce, PID: 0x4ce
5186 07d1 SL11R, VID: 0x4ce, PID: 0x07D1
15193 2002 Q018 default PID
16858 0001 pid.codes Test PID
16859 0002 pid.codes Test PID
16860 0003 pid.codes Test PID
16861 0004 pid.codes Test PID
16862 0005 pid.codes Test PID
16863 0006 pid.codes Test PID
[all …]

12