Home
last modified time | relevance | path

Searched refs:owned (Results 1 – 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c654 for (owned = domp->owned; owned; owned = owned->next) in ppm_add_owned()
656 return (owned); in ppm_add_owned()
661 new_owned->next = domp->owned; in ppm_add_owned()
662 domp->owned = new_owned; in ppm_add_owned()
664 return (domp->owned); in ppm_add_owned()
676 ppm_owned_t *owned; in ppm_add_dev() local
722 if (owned->initializing) { in ppm_add_dev()
723 owned->initializing = 0; in ppm_add_dev()
942 ppm_owned_t *owned; in ppm_none_else_holds_power() local
956 for (owned = domp->owned; owned; owned = owned->next) in ppm_none_else_holds_power()
[all …]
H A Dppm.c764 ppm_owned_t *owned; in ppm_ctlops() local
887 owned = ppm_add_owned(rdip, domp); in ppm_ctlops()
888 ASSERT(owned->initializing == 0); in ppm_ctlops()
889 owned->initializing = 1; in ppm_ctlops()
928 for (owned = domp->owned; owned; owned = owned->next) in ppm_ctlops()
929 if (strcmp(owned->path, path) == 0) in ppm_ctlops()
936 if ((owned != NULL) && (owned->initializing)) in ppm_ctlops()
937 owned->initializing = 0; in ppm_ctlops()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d39 this->owned = mutex_owned((kmutex_t *)arg0);
44 /!this->owned/
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c187 if (set->owned.map == 0) { in nxge_uninit_txdma_channels()
194 if ((1 << tdc) & set->owned.map) { in nxge_uninit_txdma_channels()
1340 if ((1 << tdc) & set->owned.map) { in nxge_txdma_hw_mode()
1492 if ((1 << tdc) & set->owned.map) { in nxge_fixup_txdma_rings()
1580 if ((1 << tdc) & set->owned.map) { in nxge_txdma_hw_kick()
1873 if ((1 << tdc) & set->owned.map) { in nxge_fixup_hung_txdma_rings()
2026 if ((1 << tdc) & set->owned.map) { in nxge_reclaim_rings()
2067 if ((1 << tdc) & set->owned.map) { in nxge_txdma_regs_dump_channels()
3041 if ((1 << tdc) & set->owned.map) { in nxge_txdma_get_ring()
3101 if ((1 << tdc) & set->owned.map) { in nxge_txdma_get_mbox()
[all …]
H A Dnxge_virtual.c1949 p_cfgp->tdc.owned = p_cfgp->tdc.count; in nxge_use_default_dma_config_n2()
2250 p_cfgp->tdc.owned = p_cfgp->tdc.count; in nxge_use_cfg_dma_config()
2612 end = p_cfgp->tdc.start + p_cfgp->tdc.owned; in nxge_set_hw_dma_config()
2618 nxgep->tx_set.owned.count = p_cfgp->tdc.owned; in nxge_set_hw_dma_config()
2699 nxgep->rx_set.owned.count = nrdcs; in nxge_set_hw_dma_config()
3074 ldgvp->ndma_ldvs = p_cfgp->tdc.owned + p_cfgp->max_rdcs; in nxge_ldgv_init_n2()
3197 if ((1 << channel) & set->owned.map) { in nxge_ldgv_init_n2()
3232 if ((1 << channel) & set->owned.map) { in nxge_ldgv_init_n2()
3294 nldvs = p_cfgp->tdc.owned + p_cfgp->max_rdcs; in nxge_ldgv_init()
3382 if ((1 << channel) & set->owned.map) { in nxge_ldgv_init()
[all …]
H A Dnxge_hio_guest.c481 hardware->tdc.owned = count; in res_map_parse()
497 nxge->tx_set.owned.map |= slots; in res_map_parse()
511 nxge->rx_set.owned.map |= slots; in res_map_parse()
H A Dnxge_hio.c224 if ((1 << dc) & set->owned.map) { in nxge_dci_map()
513 NXGE_DC_SET(set->owned.map, channel); in nxge_grp_dc_add()
514 set->owned.count++; in nxge_grp_dc_add()
523 NXGE_DC_RESET(set->owned.map, channel); in nxge_grp_dc_add()
524 set->owned.count--; in nxge_grp_dc_add()
588 NXGE_DC_RESET(set->owned.map, channel); in nxge_grp_dc_remove()
589 set->owned.count--; in nxge_grp_dc_remove()
H A Dnxge_rxdma.c252 if (set->owned.map == 0) { in nxge_uninit_rxdma_channels()
259 if ((1 << rdc) & set->owned.map) { in nxge_uninit_rxdma_channels()
324 if (set->owned.map == 0) { in nxge_rxdma_regs_dump_channels()
331 if ((1 << rdc) & set->owned.map) { in nxge_rxdma_regs_dump_channels()
1211 if (set->owned.map == 0) { in nxge_rxdma_hw_mode()
1219 if ((1 << rdc) & set->owned.map) { in nxge_rxdma_hw_mode()
1304 if (set->owned.map == 0) { in nxge_fixup_rxdma_rings()
1311 if ((1 << rdc) & set->owned.map) { in nxge_fixup_rxdma_rings()
1417 if (set->owned.map == 0) { in nxge_rxdma_get_rbr_ring()
1424 if ((1 << rdc) & set->owned.map) { in nxge_rxdma_get_rbr_ring()
[all …]
H A Dnxge_ndd.c996 if ((1 << tdc) & set->owned.map) { in nxge_param_get_txdma_info()
1059 if ((1 << rdc) & set->owned.map) { in nxge_param_get_rxdma_info()
2132 if ((1 << rdc) & set->owned.map) { in nxge_param_dump_rdc()
2151 if ((1 << tdc) & set->owned.map) { in nxge_param_dump_tdc()
H A Dnxge_intr.c813 hardware->tdc.owned++; in nxge_hio_tdsv_add()
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c101 BYTE owned; in tpm_is_owned() local
104 TSS_TPMCAP_PROP_OWNER, &owned, sizeof (owned))) in tpm_is_owned()
107 return (owned); in tpm_is_owned()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2251 int owned; in sigintr() local
2271 owned = mutex_owned(&p->p_lock); /* this is filthy */ in sigintr()
2272 if (!owned) in sigintr()
2314 if (!owned) in sigintr()
2328 int owned; in sigunintr() local
2337 owned = mutex_owned(&p->p_lock); /* this is filthy */ in sigunintr()
2338 if (!owned) in sigunintr()
2343 if (!owned) in sigunintr()
2352 int owned; in sigreplace() local
2360 if (!owned) in sigreplace()
[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/intel/io/acpica/
H A Dosl_ml.S66 adcl $0, %edx / If owned, set pending bit
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h246 ppm_owned_t *owned; /* list of ever owned devices */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1292 boolean_t owned = B_FALSE; in dmu_send() local
1307 owned = B_TRUE; in dmu_send()
1356 if (owned) in dmu_send()
1372 if (owned) in dmu_send()
H A Dzvol.c835 boolean_t owned = B_FALSE; in zvol_set_volsize() local
853 owned = B_TRUE; in zvol_set_volsize()
869 if (owned) { in zvol_set_volsize()
/illumos-gate/usr/src/cmd/hal/
H A DLICENSE20 …ee, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by t…
30 …to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or…
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h372 int owned; /* 1 - count */ member
H A Dnxge.h563 dc_data_t owned; /* These DCs belong to me. */ member
/illumos-gate/usr/src/test/smbclient-tests/doc/
H A DREADME68 - Create test directory, owned by whoever will run these tests.
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME42 As the files in this directory are owned by the administrator, you should make
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.S290 stn %g0, [%o0] ! delay: clear lock if we owned it
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DREADME119 suid_exec must be installed in the /etc directory, must be owned by root,
/illumos-gate/usr/src/uts/common/io/ipw/fw-ipw2100/
H A DLICENSE61 any, are owned by Intel or its suppliers and licensors and may be protected by

12