Searched refs:txp (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c523 xnf_txbuf_t *txp; local
527 txp = tidp->txbuf;
528 if (txp == NULL) {
534 ASSERT(txp->tx_txreq.gref != INVALID_GRANT_REF);
535 ASSERT(txp->tx_mp != NULL);
537 switch (txp->tx_type) {
539 VERIFY(gnttab_query_foreign_access(txp->tx_txreq.gref)
542 if (txp->tx_bdesc == NULL) {
544 txp->tx_txreq.gref, 1);
545 gref_put(xnfp, txp
1118 xnf_txbuf_t *txp; local
1261 xnf_txbuf_t *txp; local
1441 tx_push_packets(xnf_t *xnfp, xnf_txbuf_t *txp) argument
1522 xnf_txbuf_t *txp; local
2303 xnf_txbuf_t *txp = tidp->txbuf; local
2461 xnf_txbuf_t *txp = buf; local
2480 xnf_txbuf_t *txp = buf; local
[all...]
H A Dxnb.c1258 xnb_txbuf_recycle(xnb_txbuf_t *txp) argument
1260 xnb_t *xnbp = txp->xt_xnbp;
1262 kmem_cache_free(xnbp->xnb_tx_buf_cache, txp);
1271 xnb_txbuf_t *txp = buf; local
1277 txp->xt_free_rtn.free_func = xnb_txbuf_recycle;
1278 txp->xt_free_rtn.free_arg = (caddr_t)txp;
1279 txp->xt_xnbp = xnbp;
1280 txp->xt_next = NULL;
1283 0, 0, &txp
1322 xnb_txbuf_t *txp = buf; local
1463 xnb_txbuf_t *txp; local
1530 xnb_txbuf_t *txp = *txpp; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Depic100.c305 unsigned char *txp; local
319 txp = tx_packet + (entry * PKT_BUF_SZ);
321 memcpy(txp, destaddr, ETH_ALEN);
322 memcpy(txp + ETH_ALEN, nic->node_addr, ETH_ALEN);
324 memcpy(txp + 12, (char*)&nstype, 2);
325 memcpy(txp + ETH_HLEN, data, len);
330 txp[len++] = '\0';
H A De1000.c3474 struct e1000_tx_desc *txp; /* payload */ local
3483 txp = tx_base + tx_tail;
3490 txp->buffer_addr = virt_to_bus(p);
3491 txp->lower.data = E1000_TXD_CMD_RPS | E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS | size;
3492 txp->upper.data = 0;
3495 while (!(txp->upper.data & E1000_TXD_STAT_DD)) {
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c2108 backend_tx_begin_common(backend_type_t t, backend_tx_t **txp, int writable) argument
2114 *txp = NULL;
2130 *txp = ret;
2135 backend_tx_begin_ro(backend_type_t t, backend_tx_t **txp) argument
2137 return (backend_tx_begin_common(t, txp, 0));
2180 backend_tx_begin(backend_type_t t, backend_tx_t **txp) argument
2186 r = backend_tx_begin_common(t, txp, 1);
2192 r = sqlite_exec((*txp)->bt_be->be_db, "BEGIN TRANSACTION", NULL, NULL,
2194 UPDATE_TOTALS((*txp)->bt_be, bt_exec, ts, vts);
2196 (*txp)
[all...]
H A Drc_node.c6648 rc_node_setup_tx(rc_node_ptr_t *npp, rc_node_ptr_t *txp) argument
6804 rc_node_assign(txp, np);
6805 txp->rnp_authorized = authorized;
6808 if (txp->rnp_auth_string != NULL)
6809 free((void *)txp->rnp_auth_string);
6810 txp->rnp_auth_string = auth_string;
6811 auth_string = NULL; /* Don't free until done with txp. */
6973 rc_tx_commit(rc_node_ptr_t *txp, const void *cmds, size_t cmds_sz) argument
6975 rc_node_t *np = txp->rnp_node;
6993 if ((txp
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h348 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp);

Completed in 115 milliseconds