Home
last modified time | relevance | path

Searched refs:CPCIO_SAMPLE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpc_impl.h108 #define CPCIO_SAMPLE (_CPCIO_IOC | 0x2) macro
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c385 if (cmd == CPCIO_BIND || cmd == CPCIO_SAMPLE) { in kcpc_ioctl()
433 case CPCIO_SAMPLE: in kcpc_ioctl()
/illumos-gate/usr/src/lib/libcpc/common/
H A Dobsoleted.c283 return (ioctl(fd, CPCIO_SAMPLE, &args)); in cpc_shared_take_sample()
H A Dlibcpc.c653 return (ioctl(set->cs_fd, CPCIO_SAMPLE, &args)); in cpc_set_sample()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c710 { (uint_t)CPCIO_SAMPLE, "CPCIO_SAMPLE", NULL },