Searched refs:contract_device_open (Results 1 – 3 of 3) sorted by relevance
80 int contract_device_open(dev_t dev, int spec_type, contract_t **ctpp);
700 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()
1325 contract_device_open(dev_t dev, int spec_type, contract_t **ctpp) in contract_device_open() function