Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c89 static nsc_io_t *_nsc_find_io(char *, int, int *);
677 _nsc_find_io(dev->nsc_path, fd->sf_type, &changed)) &&
1562 if ((io = _nsc_find_io(path, type, NULL)) != 0)
1606 _nsc_find_io(char *path, int type, int *changed) in _nsc_find_io() function