/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.mutex_owned.d | 41 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 D | ppm_subr.c | 639 * 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 D | ppm.c | 764 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 D | nxge_txdma.c | 187 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 D | nxge_hio_guest.c | 481 hardware->tdc.owned = count; 497 nxge->tx_set.owned.map |= slots; 511 nxge->rx_set.owned.map |= slots;
|
H A D | nxge_virtual.c | 1948 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 D | nxge_hio.c | 225 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 D | nxge_rxdma.c | 252 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 D | nxge_ndd.c | 1021 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 D | nxge_intr.c | 810 hardware->tdc.owned++;
|
H A D | nxge_main.c | 3066 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 D | nxge_kstats.c | 2119 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 D | admin_cmds.c | 101 BYTE owned; local 104 TSS_TPMCAP_PROP_OWNER, &owned, sizeof (owned))) 107 return (owned);
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 48 * | | | | lock is owned. | 77 adcl $0, %edx / If owned, set pending bit
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sig.c | 2251 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 D | priv_defs | 49 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 D | ppmvar.h | 246 ppm_owned_t *owned; /* list of ever owned devices */ member in struct:ppm_domain
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_common.h | 365 * <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 D | nxge.h | 563 dc_data_t owned; /* These DCs belong to me. */ member in struct:__anon8196
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 834 boolean_t owned = B_FALSE; local 852 owned = B_TRUE; 868 if (owned) {
|
H A D | dmu_send.c | 1015 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 D | lock_prim.s | 443 stn %g0, [%o0] ! delay: clear lock if we owned it
|