Home
last modified time | relevance | path

Searched refs:SS_CSINITDEV_CREATE_DEVICE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsservice.h476 #define SS_CSINITDEV_CREATE_DEVICE 0x01 /* create device node */ macro
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3916 if (init->flags & SS_CSINITDEV_CREATE_DEVICE) { in pcmcia_create_device()
3955 device.op = SS_CSINITDEV_CREATE_DEVICE; in pcmcia_create_device()
4037 md->op = SS_CSINITDEV_CREATE_DEVICE; in pcmcia_get_minors()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c7708 ss_make_device_node.flags = SS_CSINITDEV_CREATE_DEVICE;