Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h181 int sf_type; /* Open type */ member
H A Dnsc_dev.c677 _nsc_find_io(dev->nsc_path, fd->sf_type, &changed)) &&
843 if ((rc = _nsc_alloc_iodev(dev, fd->sf_type, &iodev)) != 0)
1741 fd->sf_type = type;
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h1026 #define _Sftype (_Sftable.sf_type)
1060 uchar sf_type[SF_MAXCHAR+1]; /* conversion formats&types */ member
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1194 mdb_printf("open type: %08x <%b>\n", fd->sf_type, in nsc_fd()
1195 fd->sf_type, nsc_type_bits); in nsc_fd()