HomeSort by: relevance | last modified time | path
    Searched refs:scmd (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/modules/scmd/
Makefile 5 KMOD= scmd
6 IOCONF= scmd.ioconf
7 SRCS= scmd.c
  /src/usr.sbin/sysinst/
run.c 364 show_cmd(const char *scmd, struct winsize *win)
380 printw("%s", scmd);
410 const char *scmd, const char **errstr)
476 fprintf(logfp, "executing: %s\n", scmd);
481 fprintf(script, "%s\n", scmd);
536 *actionwin = show_cmd(scmd, win);
577 *actionwin = show_cmd(scmd, win);
634 char *scmd; local in function:run_program
639 vasprintf(&scmd, cmd, ap);
641 if (scmd == NULL
    [all...]
  /src/bin/ksh/
c_ulimit.c 58 int scmd; /* set command (or -1, if no set command) */ member in struct:c_ulimit::limits
246 if (setrlimit(l->scmd, &limit) < 0) {
265 if (l->scmd == -1) {
268 } else if (ulimit(l->scmd, val) < 0) {
  /src/sys/dev/pckbport/
pms.c 283 u_char scmd[2];
285 scmd[0] = PMS_SET_RES;
286 scmd[1] = 3; /* 8 counts/mm */
287 res = pckbport_enqueue_cmd(sc->sc_kbctag, sc->sc_kbcslot, scmd,
292 scmd[0] = PMS_SET_SCALE21;
293 res = pckbport_enqueue_cmd(sc->sc_kbctag, sc->sc_kbcslot, scmd,
298 scmd[0] = PMS_SET_SAMPLE;
299 scmd[1] = 100; /* 100 samples/sec */
300 res = pckbport_enqueue_cmd(sc->sc_kbctag, sc->sc_kbcslot, scmd,
692 pms_sliced_command(pckbport_tag_t tag, pckbport_slot_t slot, u_char scmd)
    [all...]
  /src/sys/dev/ic/
scmd.c 2 /* $NetBSD: scmd.c,v 1.3 2022/10/06 19:38:54 andvar Exp $ */
21 __KERNEL_RCSID(0, "$NetBSD: scmd.c,v 1.3 2022/10/06 19:38:54 andvar Exp $");
115 SYSCTL_DESCR("scmd controls"), NULL, 0, NULL, 0, CTL_HW,
302 * to get access to SCMD devices that are chained off of the main
577 MODULE(MODULE_CLASS_DRIVER, scmd, NULL);
580 CFDRIVER_DECL(scmd, DV_DULL, NULL);
595 error = devsw_attach("scmd", NULL, &bmaj,
  /src/sys/arch/x68k/x68k/
iodevice.h 238 char pad04; unsigned char scmd; member in struct:spc
  /src/sys/arch/acorn32/podulebus/
if_ie.c 166 void *pcmd, int ocmd, int scmd, int mask );
967 command_and_wait(struct ie_softc *sc, u_short cmd, struct ie_sys_ctl_block *pscb, void *pcmd, int ocmd, int scmd, int mask)
974 host2ie(sc, pcmd, ocmd, scmd); /* transfer the command to the card */
1017 ie2host(sc, ocmd, pcmd, scmd);
  /src/sys/modules/
Makefile 165 SUBDIR+= scmd
  /src/share/man/man4/
Makefile 62 scmd.4 scmdi2c.4 scmdspi.4 scsi.4 sctp.4 sd.4 se.4 seeprom.4 sem.4 \
  /src/etc/
MAKEDEV.tmpl 273 # scmd* Sparkfun Serial Controlled Motor Driver
936 scmd)
2302 scmd[0-9]*)
2303 unit=${i#scmd}
2304 mkdev scmd$unit c %scmd_chr% $unit 666

Completed in 19 milliseconds