Searched refs:pit (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c85 static void pit(unsigned char what, char *itsname, char *sep);
319 pit(cb.c_cc[VINTR], "intr", "; ");
321 pit(cb.c_cc[VQUIT], "quit", "; ");
323 pit(cb.c_cc[VERASE], "erase", "; ");
325 pit(cb.c_cc[VKILL], "kill", "; ");
327 pit(cb.c_cc[VEOF], "eof", "; ");
329 pit(cb.c_cc[VEOL], "eol", "; ");
331 pit(cb.c_cc[VEOL2], "eol2", "; ");
333 pit(cb.c_cc[VSWTCH], "swtch", "; ");
336 pit(c
693 pit(unsigned char what, char *itsname, char *sep) function
[all...]
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c56 void pit(unsigned char, char *, char *);
268 pit(cb.c_cc[VINTR], "intr", "; ");
270 pit(cb.c_cc[VQUIT], "quit", "; ");
272 pit(cb.c_cc[VERASE], "erase", "; ");
274 pit(cb.c_cc[VKILL], "kill", "; ");
276 pit(cb.c_cc[VEOF], "eof", "; ");
278 pit(cb.c_cc[VEOL], "eol", "; ");
280 pit(cb.c_cc[VEOL2], "eol2", "; ");
282 pit(cb.c_cc[VSWTCH], "swtch", "; ");
285 pit(c
724 pit(unsigned char what, char *itsname, char *sep) function
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.c821 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit) argument
825 if (!dt_gmatch(prp->pr_name, pit->pit_pat))
828 (void) strlcpy(pit->pit_desc.dtpd_name, prp->pr_name, DTRACE_NAMELEN);
829 pit->pit_desc.dtpd_id = idp->di_id;
830 pit->pit_matches++;
832 return (pit->pit_func(pit->pit_hdl, &pit->pit_desc, pit->pit_arg));
843 dt_probe_iter_t pit; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmicrofind.c35 #include <sys/pit.h>
228 panic("microfind: pit counter always wrapped");
H A Dmp_platform_misc.c50 #include <sys/pit.h>
H A Dmp_platform_common.c50 #include <sys/pit.h>
/illumos-gate/usr/src/uts/intel/io/
H A Dpit_beep.c37 #include <sys/pit.h>
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c46 #include <sys/pit.h>
H A Dlocore.s66 #include <sys/pit.h>
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c36 #include <sys/pit.h>
H A Dapic.c57 #include <sys/pit.h>
H A Dapic_common.c49 #include <sys/pit.h>
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dvybrid.dtsi128 pit@40037000 {
129 compatible = "fsl,mvf600-pit";
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c36 #include <sys/pit.h>
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c43 #include <sys/pit.h>
H A Dapix.c56 #include <sys/pit.h>
H A Dapix_utils.c42 #include <sys/pit.h>
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c34 #include <sys/pit.h>
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c50 #include <sys/pit.h>
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile1119 pit.h \

Completed in 113 milliseconds