Searched refs:getDeviceNodes (Results 1 – 4 of 4) sorted by relevance
73 int getDeviceNodes(dev_t *devs, int max);
98 virtual int getDeviceNodes(dev_t *devs, int max) = 0;
360 n = getDeviceNodes((dev_t *) &deviceNodes, 4); in mountVol()408 n = getDeviceNodes((dev_t *) &deviceNodes, 4); in mountVol()
397 int DirectVolume::getDeviceNodes(dev_t *devs, int max) { in getDeviceNodes() function in DirectVolume