Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/contract/
H A Ddevice_impl.h80 int contract_device_open(dev_t dev, int spec_type, contract_t **ctpp);
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c700 if (contract_device_open(newdev, spec_type, NULL) != 0) { in spec_open()
809 if (contract_device_open(newdev, S_IFCHR, &ct) != 0) { in spec_open()
/titanic_41/usr/src/uts/common/contract/
H A Ddevice.c1325 contract_device_open(dev_t dev, int spec_type, contract_t **ctpp) in contract_device_open() function