Searched refs:enp (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_pragma.c | 292 dt_node_t *enp; local 296 for (enp = dnp; enp != NULL; enp = enp->dn_list) { 297 if (enp->dn_kind == DT_NODE_IDENT || 298 enp->dn_kind == DT_NODE_STRING) 299 n += strlen(enp->dn_string) + 1; 305 for (enp = dnp; enp ! [all...] |
H A D | dt_xlator.c | 52 dt_node_t *enp, *mnp; local 54 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL) 57 enp->dn_link = dxp->dx_nodes; 58 dxp->dx_nodes = enp; 71 enp->dn_op = DT_TOK_XLATE; 72 enp->dn_xlator = dxp; 73 enp->dn_xmember = mnp; 74 dt_node_type_assign(enp, dxp->dx_dst_ctfp, type); 78 * appropriate name, output type, and member expression set to 'enp'. 81 assert(enp [all...] |
/vbox/src/VBox/Devices/Network/ |
H A D | DevPCNet.cpp | 528 uint32_t enp:1; /**< end of packet */ member in struct:TMD::__anon14869 573 uint32_t enp:1; /**< end of packet */ member in struct:RMD::__anon14873 612 (T)->tmd1.stp, (T)->tmd1.enp, (T)->tmd1.bpe, \ 627 (R)->rmd1.stp, (R)->rmd1.enp, (R)->rmd1.bpe, \ 1774 } while (!tmd.tmd1.enp); 1963 rmd.rmd1.enp = 1; 2386 if (tmd.tmd1.stp && tmd.tmd1.enp) 2389 Log(("#%d pcnetAsyncTransmit: stp&enp: cb=%d xmtrc=%#x\n", PCNET_INST_NR, cb, CSR_XMTRC(pThis))); 2530 if (tmd.tmd1.enp) 4072 rmd.rmd1.stp, rmd.rmd1.enp, rm [all...] |
Completed in 1840 milliseconds