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

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h46 #define NCA_IO_OFFSET (sizeof (nca_io2_t))
119 * nca_io2_t.advisory values:
145 * nca_io2_t.direct_type values:
166 * nca_io2_t.more values are set to zero) indicates splice to the
171 * nca_io2_t.more values are set to zero) indicates tee to the
276 } nca_io2_t; typedef in typeref:struct:nca_io2_s
282 nca_io2_t *dci_iop;
H A Dnca.h51 * nca_conn_t connf_t nca_cpu_t dcb_t hcb_t nca_if_t nca_io2_t
1600 * land nca_io2_t and the the user-land nca_io2_t address and size.
1604 nca_io2_t io; /* copy of user-land nca_io2_t */
1609 #define SHADOW_NONE 0x00 /* nca_io2_t.shadow NONE */
1610 #define SHADOW_DOORSRV 0x01 /* nca_io2_t.shadow door_srv() */
1611 #define SHADOW_NCAFS 0x02 /* nca_io2_t.shadow NCAfs */
1615 * Given a ptr to a nca_io2_t, a field and the field_length, write data
1633 * Given a ptr to an nca_io2_t,
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c212 * Convert an nca_io2_t direct_type into a name.
239 * Convert an nca_io2_t operation into a name.
295 * Print the core fields in an nca_io2_t. With the "-v" argument,
308 nca_io2_t io2;
329 if (mdb_vread(&io2, sizeof (nca_io2_t), addr) == -1) {
330 mdb_warn("cannot read nca_io2_t at %p", addr);
335 mdb_warn("nca_io2_t at %p has incorrect version `%u'\n", addr,
419 mdb_printf("Print the core information for a given NCA nca_io2_t.\n");

Completed in 65 milliseconds