Searched refs:owned (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d41 this->owned = mutex_owned((kmutex_t *)arg0);
46 /!this->owned/
55 printf("current thread is not current owner of owned lock\n");
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c639 * add a device to the list of domain's owned devices (if it is not already
646 ppm_owned_t *owned, *new_owned; local
650 for (owned = domp->owned; owned; owned = owned->next)
651 if (strcmp(path, owned->path) == 0)
652 return (owned);
657 new_owned->next = domp->owned;
672 ppm_owned_t *owned; local
944 ppm_owned_t *owned; local
[all...]
H A Dppm.c764 ppm_owned_t *owned; local
880 owned = ppm_add_owned(rdip, domp);
881 ASSERT(owned->initializing == 0);
882 owned->initializing = 1;
921 for (owned = domp->owned; owned; owned = owned->next)
922 if (strcmp(owned
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c187 if (set->owned.map == 0) {
194 if ((1 << tdc) & set->owned.map) {
1336 /* Enable or disable all of the TDCs owned by us. */
1339 if ((1 << tdc) & set->owned.map) {
1491 if ((1 << tdc) & set->owned.map) {
1579 if ((1 << tdc) & set->owned.map) {
1732 if (((1 << tdc) & set->owned.map) && !shared) {
1872 if ((1 << tdc) & set->owned.map) {
2025 if ((1 << tdc) & set->owned.map) {
2066 if ((1 << tdc) & set->owned
[all...]
H A Dnxge_hio_guest.c481 hardware->tdc.owned = count;
497 nxge->tx_set.owned.map |= slots;
511 nxge->rx_set.owned.map |= slots;
H A Dnxge_virtual.c1948 p_cfgp->tdc.owned = p_cfgp->tdc.count;
1993 p_cfgp->max_grpids = p_cfgp->max_rdcs + p_cfgp->tdc.owned;
2249 p_cfgp->tdc.owned = p_cfgp->tdc.count;
2611 end = p_cfgp->tdc.start + p_cfgp->tdc.owned;
2616 nxgep->tx_set.owned.map |= bitmap; /* Owned, & not shared. */
2617 nxgep->tx_set.owned.count = p_cfgp->tdc.owned;
2697 nxgep->rx_set.owned.map |= map; /* Owned, & not shared. */
2698 nxgep->rx_set.owned.count = nrdcs;
3077 ldgvp->ndma_ldvs = p_cfgp->tdc.owned
[all...]
H A Dnxge_hio.c225 if ((1 << dc) & set->owned.map) {
514 NXGE_DC_SET(set->owned.map, channel);
515 set->owned.count++;
524 NXGE_DC_RESET(set->owned.map, channel);
525 set->owned.count--;
592 NXGE_DC_RESET(set->owned.map, channel);
593 set->owned.count--;
H A Dnxge_rxdma.c252 if (set->owned.map == 0) {
259 if ((1 << rdc) & set->owned.map) {
324 if (set->owned.map == 0) {
331 if ((1 << rdc) & set->owned.map) {
1230 if (set->owned.map == 0) {
1237 if ((1 << rdc) & set->owned.map) {
1322 if (set->owned.map == 0) {
1329 if ((1 << rdc) & set->owned.map) {
1435 if (set->owned.map == 0) {
1442 if ((1 << rdc) & set->owned
[all...]
H A Dnxge_ndd.c1021 if ((1 << tdc) & set->owned.map) {
1084 if ((1 << rdc) & set->owned.map) {
2182 if ((1 << rdc) & set->owned.map) {
2201 if ((1 << tdc) & set->owned.map) {
H A Dnxge_intr.c810 hardware->tdc.owned++;
H A Dnxge_main.c3066 dma_poolp->ndmas = p_cfgp->tdc.owned;
3073 dma_cntl_poolp->ndmas = p_cfgp->tdc.owned;
3088 nxgep->tx_rings->ndmas = p_cfgp->tdc.owned;
H A Dnxge_kstats.c2119 if ((1 << i) & rx_set->owned.map) {
2165 if ((1 << i) & tx_set->owned.map) {
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c101 BYTE owned; local
104 TSS_TPMCAP_PROP_OWNER, &owned, sizeof (owned)))
107 return (owned);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl_ml.s48 * | | | | lock is owned. |
77 adcl $0, %edx / If owned, set pending bit
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2251 int owned; local
2271 owned = mutex_owned(&p->p_lock); /* this is filthy */
2272 if (!owned)
2314 if (!owned)
2328 int owned; local
2337 owned = mutex_owned(&p->p_lock); /* this is filthy */
2338 if (!owned)
2343 if (!owned)
2352 int owned; local
2359 owned
[all...]
H A Dpriv_defs49 contracts created and owned by users other than the process's
52 contracts created and owned by users other than the process's
107 In order to write files owned by uid 0 in the absence of an
125 Allows a process to create hardlinks to files owned by a uid
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h246 ppm_owned_t *owned; /* list of ever owned devices */ member in struct:ppm_domain
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h365 * <owned> is the number of TDCs currently being utilized by this port.
367 * <owned> may be less than <count> in hybrid I/O systems.
372 int owned; /* 1 - count */ member in struct:__anon8197
H A Dnxge.h563 dc_data_t owned; /* These DCs belong to me. */ member in struct:__anon8196
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c834 boolean_t owned = B_FALSE; local
852 owned = B_TRUE;
868 if (owned) {
H A Ddmu_send.c1015 boolean_t owned = B_FALSE; local
1030 owned = B_TRUE;
1084 if (owned)
1649 * Check if the receive is still running. If so, it will be owned.
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s443 stn %g0, [%o0] ! delay: clear lock if we owned it

Completed in 208 milliseconds