Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/contract/
H A Ddevice_impl.h78 int contract_device_open(dev_t dev, int spec_type, contract_t **ctpp);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c703 if (contract_device_open(newdev, spec_type, NULL) != 0) { in spec_open()
812 if (contract_device_open(newdev, S_IFCHR, &ct) != 0) { in spec_open()
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c1326 contract_device_open(dev_t dev, int spec_type, contract_t **ctpp) in contract_device_open() function