Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c5579 rc_node_t *pg = NULL, *spg = NULL, *svc, *prop; in rc_svc_prop_exists() local
5613 REP_PROTOCOL_ENTITY_PROPERTYGRP, &spg); in rc_svc_prop_exists()
5639 if (spg != NULL && in rc_svc_prop_exists()
5640 pgtype != NULL && strcmp(spg->rn_type, pgtype) != 0) { in rc_svc_prop_exists()
5641 rc_node_rele(spg); in rc_svc_prop_exists()
5642 spg = NULL; in rc_svc_prop_exists()
5646 if (spg == NULL) in rc_svc_prop_exists()
5648 pg = spg; in rc_svc_prop_exists()
5649 spg = NULL; in rc_svc_prop_exists()
5668 if (spg != NULL) in rc_svc_prop_exists()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c177 cidx = eq->spg->cidx; /* stable snapshot */ in reclaimable()
1800 eq->spg = (void *)&eq->desc[eq->cap]; in alloc_eq()
3160 end = (uintptr_t)txq->eq.spg; in write_ulp_cpl_sgl()
3242 if ((uintptr_t)(*to) + len <= (uintptr_t)eq->spg) { in copy_to_txd()
3246 int portion = (uintptr_t)eq->spg - (uintptr_t)(*to); in copy_to_txd()
3341 cidx = eq->spg->cidx; /* stable snapshot */ in reclaim_tx_descs()
H A Dadapter.h248 struct sge_qstat *spg; /* status page, for convenience */ member