Home
last modified time | relevance | path

Searched refs:assigned (Results 1 – 25 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c204 pci_regspec_t assigned[2] = {{0}}; in add_nvidia_isa_bridge_props() local
212 regs[0].pci_size_low = assigned[0].pci_size_low = PCI_CONF_HDR_SIZE; in add_nvidia_isa_bridge_props()
213 assigned[0].pci_phys_hi = regs[0].pci_phys_hi = (PCI_RELOCAT_B | in add_nvidia_isa_bridge_props()
215 assigned[0].pci_phys_low = regs[0].pci_phys_low = in add_nvidia_isa_bridge_props()
221 regs[1].pci_size_low = assigned[1].pci_size_low = PCI_CONF_HDR_SIZE; in add_nvidia_isa_bridge_props()
222 assigned[1].pci_phys_hi = regs[1].pci_phys_hi = (PCI_RELOCAT_B | in add_nvidia_isa_bridge_props()
224 assigned[1].pci_phys_low = regs[1].pci_phys_low = in add_nvidia_isa_bridge_props()
231 (int *)assigned, 2 * sizeof (pci_regspec_t) / sizeof (int)); in add_nvidia_isa_bridge_props()
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlint.sed12 /myrcmd.c",.*assigned value never used: retval .*(22[0-9])/d
24 /memutils.c",.*assigned value never used: allocated at/d
25 /dumpmain.c",.*assigned value never used:/d
31 /assigned value never used: idates_in/d
32 /roll_log.c",.*assigned value never used/d
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1429 pci_regspec_t *assigned; in pcicfg_get_ntbridge_child_range() local
1435 "assigned-addresses", (caddr_t)&assigned, &length) in pcicfg_get_ntbridge_child_range()
1446 if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) == in pcicfg_get_ntbridge_child_range()
1451 } else if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) == in pcicfg_get_ntbridge_child_range()
1456 } else if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) == in pcicfg_get_ntbridge_child_range()
1466 space_type, assigned[i].pci_phys_low, assigned[i].pci_size_low); in pcicfg_get_ntbridge_child_range()
1469 *boundbase = assigned[i].pci_phys_low; in pcicfg_get_ntbridge_child_range()
1470 *boundlen = assigned[i].pci_size_low; in pcicfg_get_ntbridge_child_range()
1473 kmem_free(assigned, length); in pcicfg_get_ntbridge_child_range()
2209 pci_regspec_t *assigned; in pcicfg_device_assign_readonly() local
[all …]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dlint.sed6 /myrcmd.c",.*assigned value never used: retval .*(22[0-9])/d
7 /tape.c",.*assigned value never used: mt .*(22[0-9])/d
12 /byteorder.c",.*assigned value never used: allocated at.*byteorder.c/d
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1497 pci_regspec_t *assigned; in pcicfg_get_ntbridge_child_range() local
1503 DDI_PROP_DONTPASS, "assigned-addresses", (caddr_t)&assigned, in pcicfg_get_ntbridge_child_range()
1514 if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) == in pcicfg_get_ntbridge_child_range()
1520 if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) == in pcicfg_get_ntbridge_child_range()
1530 space_type, assigned[i].pci_phys_low, assigned[i].pci_size_low); in pcicfg_get_ntbridge_child_range()
1533 *boundbase = assigned[i].pci_phys_low; in pcicfg_get_ntbridge_child_range()
1534 *boundlen = assigned[i].pci_size_low; in pcicfg_get_ntbridge_child_range()
1537 kmem_free(assigned, length); in pcicfg_get_ntbridge_child_range()
2243 pci_regspec_t *assigned; in pcicfg_device_assign_readonly() local
2255 DDI_PROP_DONTPASS, "assigned-addresses", (caddr_t)&assigned, in pcicfg_device_assign_readonly()
[all …]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1278 pci_regspec_t *assigned; in pci_alloc_resource() local
1284 DDI_PROP_DONTPASS, "assigned-addresses", (caddr_t)&assigned, in pci_alloc_resource()
1294 if (assigned[i].pci_phys_hi == phys_spec.pci_phys_hi) { in pci_alloc_resource()
1295 if (assigned[i].pci_size_low >= in pci_alloc_resource()
1297 kmem_free(assigned, assigned_len); in pci_alloc_resource()
1304 (void) pci_free_resource(dip, assigned[i]); in pci_alloc_resource()
1314 if (PCI_REG_BDFR_G(assigned[i].pci_phys_hi) == in pci_alloc_resource()
1319 if (PCI_REG_ADDR_G(assigned[i].pci_phys_hi) != in pci_alloc_resource()
1324 assigned[i].pci_phys_hi, in pci_alloc_resource()
1331 l = MAX(assigned[i].pci_size_low, in pci_alloc_resource()
[all …]
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2504 ushort_t offset, pci_regspec_t *regs, pci_regspec_t *assigned, in add_bar_reg_props() argument
2575 assigned->pci_phys_hi = PCI_RELOCAT_B | regs->pci_phys_hi; in add_bar_reg_props()
2576 regs->pci_size_low = assigned->pci_size_low = len; in add_bar_reg_props()
2650 assigned->pci_phys_low = base; in add_bar_reg_props()
2682 regs->pci_size_low = assigned->pci_size_low = len & 0xffffffff; in add_bar_reg_props()
2683 regs->pci_size_hi = assigned->pci_size_hi = len >> 32; in add_bar_reg_props()
2709 regs->pci_phys_hi = assigned->pci_phys_hi = phys_hi; in add_bar_reg_props()
2710 assigned->pci_phys_hi |= PCI_RELOCAT_B; in add_bar_reg_props()
2861 assigned->pci_phys_mid = base_hi; in add_bar_reg_props()
2862 assigned->pci_phys_low = base; in add_bar_reg_props()
[all …]
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c885 xge_hal_channel_t *assigned[XGELL_RX_RING_NUM_MAX + in xge_add_intrs() local
909 assigned[msix_idx] = channel; in xge_add_intrs()
914 assigned[msix_idx] = channel; in xge_add_intrs()
929 } else if (assigned[i] && assigned[i]->type == in xge_add_intrs()
932 intr_arg = (caddr_t)assigned[i]; in xge_add_intrs()
935 assigned[i]->post_qid, i); in xge_add_intrs()
936 } else if (assigned[i] && assigned[i]->type == in xge_add_intrs()
939 intr_arg = (caddr_t)assigned[i]; in xge_add_intrs()
942 assigned[i]->post_qid, i); in xge_add_intrs()
960 (void) xge_hal_channel_msix_set(assigned[i], i); in xge_add_intrs()
/illumos-gate/usr/src/cmd/bnu/
H A DConfig32 # and <value> is the value to be assigned to that parameter.
37 # and describes the values which may be assigned to them.
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpciev.c131 boolean_t assigned = PCIE_IS_ASSIGNED(bus_p); in pcie_cache_domain_info() local
146 if (assigned) { in pcie_cache_domain_info()
170 boolean_t assigned = PCIE_IS_ASSIGNED(bus_p); in pcie_uncache_domain_info() local
196 if (assigned) { in pcie_uncache_domain_info()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c2244 pci_regspec_t *assigned; in cardbus_free_device_resources() local
2252 (caddr_t)&assigned, in cardbus_free_device_resources()
2270 if ((assigned[i].pci_size_low != 0)|| in cardbus_free_device_resources()
2271 (assigned[i].pci_size_hi != 0)) { in cardbus_free_device_resources()
2272 switch (PCI_REG_ADDR_G(assigned[i].pci_phys_hi)) { in cardbus_free_device_resources()
2277 assigned[i].pci_size_low, in cardbus_free_device_resources()
2278 assigned[i].pci_phys_low, in cardbus_free_device_resources()
2279 PCI_REG_REG_G(assigned[i].pci_phys_hi)); in cardbus_free_device_resources()
2287 assigned[i].pci_size_low, in cardbus_free_device_resources()
2288 assigned[i].pci_phys_mid, in cardbus_free_device_resources()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c582 bp->assigned = boot_board; in drmach_board_new()
738 stat->assigned = bp->assigned; in drmach_board_status()
1037 stat->assigned = dp->bp->assigned; in drmach_io_status()
1125 stat->assigned = dp->bp->assigned; in drmach_cpu_status()
1346 stat->assigned = dp->dev.bp->assigned; in drmach_mem_status()
2066 if (!bp->connected || !bp->powered || !bp->assigned) { in drmach_board_check_dependent_cb()
2083 if (!bp->powered || !bp->assigned) { in drmach_board_check_dependent_cb()
2098 } else if (!bp->assigned) { in drmach_board_check_dependent_cb()
2136 if (bp->connected || bp->powered || bp->assigned) { in drmach_board_check_dependent_cb()
2247 bp->assigned = 1; in drmach_board_assign()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_hio.h40 kstat_named_t assigned; /* to which mac */ member
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dnat-setup31 addresses assigned to you, maybe several different blocks, or you use a
33 assigned, these can be used to create either a 1:1 mapping (if you have
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_extra.c199 struct expression *assigned; in get_pointed_at() local
211 assigned = get_assigned_expr_name_sym(sym->ident->name, sym); in get_pointed_at()
212 if (!assigned) in get_pointed_at()
214 assigned = strip_parens(assigned); in get_pointed_at()
215 if (assigned->type != EXPR_PREOP || assigned->op != '&') in get_pointed_at()
218 return expr_to_var_sym(assigned->unop, new_sym); in get_pointed_at()
223 struct expression *assigned; in get_other_name_sym_from_chunk() local
228 assigned = get_assigned_expr_name_sym(chunk, sym); in get_other_name_sym_from_chunk()
229 if (!assigned) in get_other_name_sym_from_chunk()
231 if (assigned->type == EXPR_CALL) in get_other_name_sym_from_chunk()
[all …]
H A Dparse.dtd45 assigned (0|1) #IMPLIED attribute
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-storage-smrt.p5m40 # assigned to smrt:
81 # When the variant is set to false, no aliases are assigned.
H A Ddriver-storage-cpqary3.p5m43 # These are the aliases which are assigned to cpqary3 when the
103 # These are the aliases which are still assigned to cpqary3 when the
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c901 int assigned; in allocate_KS() local
912 assigned = 0; in allocate_KS()
914 assigned = 1; in allocate_KS()
920 if (!assigned) in allocate_KS()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c495 int ix, len, assigned; in rdsv3_ib_xmit_populate_wr() local
510 assigned = 0; in rdsv3_ib_xmit_populate_wr()
515 assigned = min(len, sgl->ds_len - off); in rdsv3_ib_xmit_populate_wr()
516 sge->ds_len = assigned; in rdsv3_ib_xmit_populate_wr()
518 len -= assigned; in rdsv3_ib_xmit_populate_wr()
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv.h95 int assigned; member
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME34 ./devpost/charlib. Characters that are assigned a code (ie. number in the fourth
75 used by dpost. It must be the code assigned to the character in the PostScript
77 that are assigned codes less than 32 (typically 1 or 2) are special and are
/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Dkorea_532 # New function keys assigned old codes
H A Dtraditional_chinese_531 # New function keys assigned old codes
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dkorea33 # New function keys assigned old codes

1234567