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

  /src/sys/arch/hp300/dev/
dcm.c 281 static int dcmmctl(dev_t, int, int);
542 (void) dcmmctl(dev, mbits, DMSET); /* enable port */
546 (dcmmctl(dev, MO_OFF, DMGET) & MI_CD))
594 (void) dcmmctl(dev, MO_OFF, DMSET);
1012 (void) dcmmctl(dev, MO_ON, DMBIS);
1016 (void) dcmmctl(dev, MO_ON, DMBIC);
1020 (void) dcmmctl(dev, *(int *)data, DMSET);
1024 (void) dcmmctl(dev, *(int *)data, DMBIS);
1028 (void) dcmmctl(dev, *(int *)data, DMBIC);
1032 *(int *)data = dcmmctl(dev, 0, DMGET)
1296 dcmmctl(dev_t dev, int bits, int how) function in typeref:typename:int
    [all...]

Completed in 12 milliseconds