/illumos-gate/usr/src/uts/common/io/ppm/ |
H A D | ppm_subr.c | 650 ppm_owned_t *owned, *new_owned; in ppm_add_owned() local 654 for (owned = domp->owned; owned; owned = owned->next) in ppm_add_owned() 655 if (strcmp(path, owned->path) == 0) 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 714 owned = ppm_add_owned(dip, domp); in ppm_add_dev() 722 if (owned->initializing) { in ppm_add_dev() [all …]
|
H A D | ppm.c | 764 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 D | tst.mutex_owned.d | 39 this->owned = mutex_owned((kmutex_t *)arg0); 44 /!this->owned/
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 187 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() 1733 if (((1 << tdc) & set->owned.map) && !shared) { in nxge_txdma_hung() 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() [all …]
|
H A D | nxge_virtual.c | 1949 p_cfgp->tdc.owned = p_cfgp->tdc.count; in nxge_use_default_dma_config_n2() 1994 p_cfgp->max_grpids = p_cfgp->max_rdcs + p_cfgp->tdc.owned; 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() 2617 nxgep->tx_set.owned.map |= bitmap; /* Owned, & not shared. */ in nxge_set_hw_dma_config() 2618 nxgep->tx_set.owned.count = p_cfgp->tdc.owned; in nxge_set_hw_dma_config() 2698 nxgep->rx_set.owned.map |= map; /* Owned, & not shared. */ 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() [all …]
|
H A D | nxge_hio_guest.c | 481 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 D | nxge_hio.c | 224 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 D | nxge_rxdma.c | 252 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 D | nxge_ndd.c | 996 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 D | nxge_intr.c | 813 hardware->tdc.owned++; in nxge_hio_tdsv_add()
|
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/ |
H A D | admin_cmds.c | 101 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 D | sig.c | 2251 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 2359 owned = mutex_owned(&p->p_lock); /* this is filthy */ in sigreplace() [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/intel/io/acpica/ |
H A D | osl_ml.S | 66 adcl $0, %edx / If owned, set pending bit
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ppmvar.h | 246 ppm_owned_t *owned; /* list of ever owned devices */ member
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 1292 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 D | zvol.c | 835 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 D | LICENSE | 20 …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 D | nxge_common.h | 372 int owned; /* 1 - count */ member
|
H A D | nxge.h | 563 dc_data_t owned; /* These DCs belong to me. */ member
|
/illumos-gate/usr/src/test/smbclient-tests/doc/ |
H A D | README | 68 - Create test directory, owned by whoever will run these tests.
|
/illumos-gate/usr/src/cmd/mdb/demo/ |
H A D | README | 42 As the files in this directory are owned by the administrator, you should make
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | lock_prim.S | 290 stn %g0, [%o0] ! delay: clear lock if we owned it
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | README | 119 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 D | LICENSE | 61 any, are owned by Intel or its suppliers and licensors and may be protected by
|