Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/uts/common/io/ppm/
H A Dppm_subr.c646 ppm_owned_t *owned, *new_owned; in ppm_add_owned() local
650 for (owned = domp->owned; owned; owned = owned->next) in ppm_add_owned()
651 if (strcmp(path, owned->path) == 0) in ppm_add_owned()
652 return (owned); in ppm_add_owned()
657 new_owned->next = domp->owned; in ppm_add_owned()
658 domp->owned = new_owned; in ppm_add_owned()
660 return (domp->owned); in ppm_add_owned()
672 ppm_owned_t *owned; in ppm_add_dev() local
710 owned = ppm_add_owned(dip, domp); in ppm_add_dev()
718 if (owned->initializing) { in ppm_add_dev()
[all …]
H A Dppm.c764 ppm_owned_t *owned; in ppm_ctlops() local
880 owned = ppm_add_owned(rdip, domp); in ppm_ctlops()
881 ASSERT(owned->initializing == 0); in ppm_ctlops()
882 owned->initializing = 1; in ppm_ctlops()
921 for (owned = domp->owned; owned; owned = owned->next) in ppm_ctlops()
922 if (strcmp(owned->path, path) == 0) in ppm_ctlops()
929 if ((owned != NULL) && (owned->initializing)) in ppm_ctlops()
930 owned->initializing = 0; in ppm_ctlops()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d41 this->owned = mutex_owned((kmutex_t *)arg0);
46 /!this->owned/
/titanic_41/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()
1339 if ((1 << tdc) & set->owned.map) { in nxge_txdma_hw_mode()
1491 if ((1 << tdc) & set->owned.map) { in nxge_fixup_txdma_rings()
1579 if ((1 << tdc) & set->owned.map) { in nxge_txdma_hw_kick()
1732 if (((1 << tdc) & set->owned.map) && !shared) { in nxge_txdma_hung()
1872 if ((1 << tdc) & set->owned.map) { in nxge_fixup_hung_txdma_rings()
2025 if ((1 << tdc) & set->owned.map) { in nxge_reclaim_rings()
2066 if ((1 << tdc) & set->owned.map) { in nxge_txdma_regs_dump_channels()
3045 if ((1 << tdc) & set->owned.map) { in nxge_txdma_get_ring()
[all …]
H A Dnxge_virtual.c1948 p_cfgp->tdc.owned = p_cfgp->tdc.count; in nxge_use_default_dma_config_n2()
1993 p_cfgp->max_grpids = p_cfgp->max_rdcs + p_cfgp->tdc.owned; in nxge_use_default_dma_config_n2()
2249 p_cfgp->tdc.owned = p_cfgp->tdc.count; in nxge_use_cfg_dma_config()
2611 end = p_cfgp->tdc.start + p_cfgp->tdc.owned; in nxge_set_hw_dma_config()
2616 nxgep->tx_set.owned.map |= bitmap; /* Owned, & not shared. */ in nxge_set_hw_dma_config()
2617 nxgep->tx_set.owned.count = p_cfgp->tdc.owned; in nxge_set_hw_dma_config()
2697 nxgep->rx_set.owned.map |= map; /* Owned, & not shared. */ in nxge_set_hw_dma_config()
2698 nxgep->rx_set.owned.count = nrdcs; in nxge_set_hw_dma_config()
3077 ldgvp->ndma_ldvs = p_cfgp->tdc.owned + p_cfgp->max_rdcs; in nxge_ldgv_init_n2()
3200 if ((1 << channel) & set->owned.map) { in nxge_ldgv_init_n2()
[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.c225 if ((1 << dc) & set->owned.map) { in nxge_dci_map()
514 NXGE_DC_SET(set->owned.map, channel); in nxge_grp_dc_add()
515 set->owned.count++; in nxge_grp_dc_add()
524 NXGE_DC_RESET(set->owned.map, channel); in nxge_grp_dc_add()
525 set->owned.count--; in nxge_grp_dc_add()
592 NXGE_DC_RESET(set->owned.map, channel); in nxge_grp_dc_remove()
593 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()
1230 if (set->owned.map == 0) { in nxge_rxdma_hw_mode()
1237 if ((1 << rdc) & set->owned.map) { in nxge_rxdma_hw_mode()
1322 if (set->owned.map == 0) { in nxge_fixup_rxdma_rings()
1329 if ((1 << rdc) & set->owned.map) { in nxge_fixup_rxdma_rings()
1435 if (set->owned.map == 0) { in nxge_rxdma_get_rbr_ring()
1442 if ((1 << rdc) & set->owned.map) { in nxge_rxdma_get_rbr_ring()
[all …]
H A Dnxge_ndd.c1021 if ((1 << tdc) & set->owned.map) { in nxge_param_get_txdma_info()
1084 if ((1 << rdc) & set->owned.map) { in nxge_param_get_rxdma_info()
2182 if ((1 << rdc) & set->owned.map) { in nxge_param_dump_rdc()
2201 if ((1 << tdc) & set->owned.map) { in nxge_param_dump_tdc()
H A Dnxge_intr.c810 hardware->tdc.owned++; in nxge_hio_tdsv_add()
/titanic_41/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()
/titanic_41/usr/src/uts/common/os/
H A Dsig.c2235 int owned; in sigintr() local
2255 owned = mutex_owned(&p->p_lock); /* this is filthy */ in sigintr()
2256 if (!owned) in sigintr()
2298 if (!owned) in sigintr()
2312 int owned; in sigunintr() local
2321 owned = mutex_owned(&p->p_lock); /* this is filthy */ in sigunintr()
2322 if (!owned) in sigunintr()
2327 if (!owned) in sigunintr()
2336 int owned; in sigreplace() local
2343 owned = mutex_owned(&p->p_lock); /* this is filthy */ 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
/titanic_41/usr/src/tools/pmodes/
H A DREADME.pmodes54 -w Do not strip owner write permissions from non-root owned
57 (they are only affected when owned by bin)
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dosl_ml.s77 adcl $0, %edx / If owned, set pending bit
/titanic_41/usr/src/uts/common/sys/
H A Dppmvar.h246 ppm_owned_t *owned; /* list of ever owned devices */ member
/titanic_41/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
/titanic_41/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…
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzvol.c828 boolean_t owned = B_FALSE; in zvol_set_volsize() local
846 owned = B_TRUE; in zvol_set_volsize()
862 if (owned) { in zvol_set_volsize()
H A Ddmu_send.c934 boolean_t owned = B_FALSE; in dmu_send() local
949 owned = B_TRUE; in dmu_send()
1003 if (owned) in dmu_send()
/titanic_41/usr/src/cmd/mdb/demo/
H A DREADME41 As the files in this directory are owned by the administrator, you should make
/titanic_41/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s443 stn %g0, [%o0] ! delay: clear lock if we owned it
/titanic_41/usr/src/lib/libshell/common/
H A DREADME119 suid_exec must be installed in the /etc directory, must be owned by root,
/titanic_41/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