Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h46 #define NCA_IO_OFFSET (sizeof (nca_io2_t))
276 } nca_io2_t; typedef
282 nca_io2_t *dci_iop;
H A Dnca.h1604 nca_io2_t io; /* copy of user-land nca_io2_t */
1719 extern void find_ctags(node_t *, nca_io2_t *, int *);
1720 extern void nca_ncafs_srv(nca_io2_t *, struct uio *, queue_t *);
2097 extern node_t *nca_httpd_data(node_t *, nca_conn_t *, nca_io2_t *, int);
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c308 nca_io2_t io2; in nca_io2()
329 if (mdb_vread(&io2, sizeof (nca_io2_t), addr) == -1) { in nca_io2()