Searched refs:nsc_path (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_dev.c | 496 if (path && !nsc_strmatch(dev->nsc_path, path)) 677 _nsc_find_io(dev->nsc_path, fd->sf_type, &changed)) && 858 rc = (*iodev->si_io->open)(dev->nsc_path, 874 dev->nsc_path, (int)getmajor((dev_t)fd->sf_cd)); 883 dev->nsc_path, (int)getminor((dev_t)fd->sf_cd)); 1091 return ((fd) ? (fd->sf_dev->nsc_path) : 0); 1114 rc = strcmp(fd->sf_dev->nsc_path, path); in nsc_fdpathcmp() 1134 ASSERT(strcmp(dev->nsc_path, path) == 0); in _nsc_setval() 1138 pp = (dev != NULL) ? dev->nsc_path : path; in _nsc_setval() 1867 if (!(io = _nsc_reserve_io(dev->nsc_path, type))) { [all …]
|
H A D | nsc_dev.h | 155 char *nsc_path; /* Pathname */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 881 if (mdb_readstr(path, sizeof (path), (uintptr_t)dev->nsc_path) == -1) { in nsc_dev() 882 mdb_warn("failed to read nsc_path at %p", dev->nsc_path); in nsc_dev() 907 dev->nsc_path, dev->nsc_phash); in nsc_dev() 1134 (uintptr_t)fd->sf_dev + OFFSETOF(nsc_dev_t, nsc_path)) != in nsc_fd() 1301 (uintptr_t)iodev->si_dev + OFFSETOF(nsc_dev_t, nsc_path)) != in nsc_iodev()
|