/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.retlist.ksh | 32 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 D | link_count_001.ksh | 68 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 D | sendmail_include.sh | 46 PID=`head -1 $1` 47 kill -0 $PID > /dev/null 2>&1 48 [ $? -eq 0 ] && kill $PID
|
/illumos-gate/usr/src/cmd/dtrace/demo/udp/ |
H A D | udptop.d | 8 * This analyses UDP network packets and prints the responsible PID plus 104 "ZONE", "PID", "LADDR", "LPORT", "RADDR", "RPORT", "SIZE");
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 452 for (count = sizeof (devListWalk->PID), i = 0; i < count; i++) { 453 if (isprint(devListWalk->PID[i])) 454 fprintf(stdout, "%c", devListWalk->PID[i]);
|
H A D | fcinfo.h | 123 char PID[16]; member in struct:_discoveredDevice
|
H A D | fcinfo-list.c | 1109 memcpy(discoveredDevList->PID, inq.inq_pid, 1110 sizeof (discoveredDevList->PID)); 1222 /* initialize VID/PID/dType as "Unknown" */ 1224 strcpy(newDevice->PID, "Unknown"); 1231 memcpy(newDevice->PID, inq.inq_pid, 1232 sizeof (newDevice->PID));
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | sasinfo.h | 91 char PID[16]; member in struct:_discoveredDevice
|
H A D | printAttrs.c | 569 for (count = sizeof (devListWalk->PID), i = 0; 571 if (isprint(devListWalk->PID[i])) 573 devListWalk->PID[i]);
|
H A D | sasinfo-list.c | 2383 /* init VID/PID/dType as '\0' */ 2385 newDevice->PID[0] = '\0'; 2393 (void *) memcpy(newDevice->PID, inq.inq_pid, 2394 sizeof (newDevice->PID));
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhciutil.h | 115 uchar_t PID, usb_req_attrs_t attrs);
|
/illumos-gate/usr/src/uts/common/io/udmf/ |
H A D | dm9601reg.h | 33 #define PID 0x2aU /* product ID (2byte) */ macro
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | tdef.h | 444 #define PID 14 macro
|
H A D | n1.c | 391 numtab[PID].val = getpid();
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 64 uhci_pipe_private_t *pp, uchar_t PID, 1872 uchar_t PID, 1895 hcgtd_length, pp, PID, attrs, tw); 1900 if ((tw->tw_handle_td != uhci_handle_intr_td) || (PID != PID_OUT)) { 1947 uchar_t PID, 1992 SetTD_PID(uhcip, current_dummy, PID); 1866 uhci_insert_hc_td( uhci_state_t *uhcip, uint32_t buffer_offset, size_t hcgtd_length, uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw, uchar_t PID, usb_req_attrs_t attrs) argument 1940 uhci_fill_in_td( uhci_state_t *uhcip, uhci_td_t *td, uhci_td_t *current_dummy, uint32_t buffer_offset, size_t length, uhci_pipe_private_t *pp, uchar_t PID, usb_req_attrs_t attrs, uhci_trans_wrapper_t *tw) argument
|
/illumos-gate/usr/src/cmd/stmfadm/ |
H A D | stmfadm.c | 125 #define PID "PID" macro 1290 } else if (strcasecmp(prop, PID) == 0) {
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 968 PID=$$ # Program ID 1060 TMPDIR="/tmp/idsconfig.${PID}"
|