HomeSort by: relevance | last modified time | path
    Searched defs:scrioctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/shark/shark/
scr.c 642 dev_type_ioctl(scrioctl);
649 .d_ioctl = scrioctl,
1024 scrioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l)
1041 ("scrioctl: called for device 0x%x, command 0x%lx, "
1340 KERN_DEBUG (scrdebug, SCRIOCTL_DEBUG_INFO,("\t scrioctl: unknown command, ENOTTY \n"));
1348 ("scrioctl: exiting with sc->status %d\n", error));
1350 } /* End scrioctl */
1377 ** from the scrioctl. It then calls mid level state machine to action
1380 ** This machine is the only machine to keep state between scrioctl calls.
1386 ** This routine gets called during FIQ interrupts and from scrioctl. It is
1023 scrioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) function in typeref:typename:int
    [all...]
scr.c 642 dev_type_ioctl(scrioctl);
649 .d_ioctl = scrioctl,
1024 scrioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l)
1041 ("scrioctl: called for device 0x%x, command 0x%lx, "
1340 KERN_DEBUG (scrdebug, SCRIOCTL_DEBUG_INFO,("\t scrioctl: unknown command, ENOTTY \n"));
1348 ("scrioctl: exiting with sc->status %d\n", error));
1350 } /* End scrioctl */
1377 ** from the scrioctl. It then calls mid level state machine to action
1380 ** This machine is the only machine to keep state between scrioctl calls.
1386 ** This routine gets called during FIQ interrupts and from scrioctl. It is
1023 scrioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) function in typeref:typename:int
    [all...]

Completed in 22 milliseconds