Home
last modified time | relevance | path

Searched refs:assigned (Results 1 – 25 of 167) 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.c1426 pci_regspec_t *assigned; in pcicfg_get_ntbridge_child_range() local
1463 space_type, assigned[i].pci_phys_low, assigned[i].pci_size_low); in pcicfg_get_ntbridge_child_range()
1470 kmem_free(assigned, length); in pcicfg_get_ntbridge_child_range()
2206 pci_regspec_t *assigned; in pcicfg_device_assign_readonly() local
2232 kmem_free(assigned, length); in pcicfg_device_assign_readonly()
2326 kmem_free(assigned, length); in pcicfg_device_assign_readonly()
2716 pci_regspec_t *assigned; in pcicfg_free_device_resources() local
2826 kmem_free(assigned, length); in pcicfg_free_device_resources()
2941 pci_regspec_t *assigned; in pcicfg_update_assigned_prop() local
2968 bcopy(assigned, newreg, alen); in pcicfg_update_assigned_prop()
[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
1530 space_type, assigned[i].pci_phys_low, 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
2353 kmem_free(assigned, length); in pcicfg_device_assign_readonly()
2910 pci_regspec_t *assigned; in pcicfg_free_device_resources() local
3066 pci_regspec_t *assigned; in pcicfg_update_assigned_prop() local
6166 pci_regspec_t *assigned; in pcicfg_free_all_resources() local
6262 assigned[j], 0); in pcicfg_alloc_new_resources()
6307 assigned[j], 0); in pcicfg_alloc_new_resources()
[all …]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1278 pci_regspec_t *assigned; in pci_alloc_resource() local
1295 if (assigned[i].pci_size_low >= 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()
1343 kmem_free(assigned, assigned_len); in pci_alloc_resource()
1759 pci_regspec_t *assigned; in pfc_update_assigned_prop() local
1785 bcopy(assigned, newreg, alen); in pfc_update_assigned_prop()
1796 kmem_free(assigned, alen); in pfc_update_assigned_prop()
1804 pci_regspec_t *assigned; in pfc_remove_assigned_prop() local
1838 (void *)(assigned + i), in pfc_remove_assigned_prop()
[all …]
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2647 assigned->pci_phys_low = base; in add_bar_reg_props()
2707 assigned->pci_phys_hi |= PCI_RELOCAT_B; in add_bar_reg_props()
2853 assigned->pci_phys_mid = base_hi; in add_bar_reg_props()
2854 assigned->pci_phys_low = base; in add_bar_reg_props()
2859 assigned->pci_phys_hi, in add_bar_reg_props()
2860 assigned->pci_phys_mid, in add_bar_reg_props()
2861 assigned->pci_phys_low, in add_bar_reg_props()
2862 assigned->pci_size_hi, in add_bar_reg_props()
2863 assigned->pci_size_low); in add_bar_reg_props()
2885 pci_regspec_t assigned[15] = {{0}}; in add_reg_props() local
[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()
2277 assigned[i].pci_size_low, in cardbus_free_device_resources()
2278 assigned[i].pci_phys_low, 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()
2305 kmem_free(assigned, length); in cardbus_free_device_resources()
2310 kmem_free(assigned, length); in cardbus_free_device_resources()
3280 pci_regspec_t *assigned; local
3298 bcopy(assigned, newreg, alen);
[all …]
/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/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/tools/smatch/src/
H A Dsmatch_extra.c199 struct expression *assigned; in get_pointed_at() local
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
229 if (!assigned) in get_other_name_sym_from_chunk()
231 if (assigned->type == EXPR_CALL) in get_other_name_sym_from_chunk()
233 if (assigned->type == EXPR_PREOP && assigned->op == '&') { in get_other_name_sym_from_chunk()
235 orig_name = expr_to_var_sym(assigned, new_sym); in get_other_name_sym_from_chunk()
[all …]
H A Dparse.dtd45 assigned (0|1) #IMPLIED attribute
/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
H A Dkorea_hobo48 # New function keys assigned old codes
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dkorea33 # New function keys assigned old codes
H A Dtraditional_chinese32 # New function keys assigned old codes

1234567