Searched defs:assigned (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Ddrmach.h66 boolean_t assigned; member in struct:__anon10063
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c223 pci_regspec_t assigned[2] = {{0}}; local
233 regs[0].pci_size_low = assigned[0].pci_size_low = PCI_CONF_HDR_SIZE;
234 assigned[0].pci_phys_hi = regs[0].pci_phys_hi = (PCI_RELOCAT_B |
236 assigned[0].pci_phys_low = regs[0].pci_phys_low =
242 regs[1].pci_size_low = assigned[1].pci_size_low = PCI_CONF_HDR_SIZE;
243 assigned[1].pci_phys_hi = regs[1].pci_phys_hi = (PCI_RELOCAT_B |
245 assigned[1].pci_phys_low = regs[1].pci_phys_low =
251 "assigned-addresses",
252 (int *)assigned, 2 * sizeof (pci_regspec_t) / sizeof (int));
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddrmach.h75 boolean_t assigned; member in struct:__anon10017
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_hio.h40 kstat_named_t assigned; /* to which mac */ member in struct:vsw_hio_kstats::__anon10401
54 uint64_t vs_ldcid; /* LDC to which the share is assigned */
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddrmach.h77 boolean_t assigned; member in struct:__anon9420
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h130 int assigned; member in struct:__anon9358
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c495 int ix, len, assigned; local
510 assigned = 0;
515 assigned = min(len, sgl->ds_len - off);
516 sge->ds_len = assigned;
518 len -= assigned;
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpciev.c127 boolean_t assigned = PCIE_IS_ASSIGNED(bus_p); local
142 if (assigned) {
166 boolean_t assigned = PCIE_IS_ASSIGNED(bus_p); local
192 if (assigned) {
227 * have been assigned to an IO Domain.
229 * LDOMS: the property "ddi-assigned" will be set for devices that is
231 * property exist assume it has been assigned to a non-fma domain until
234 * Xen: the "ddi-assigned" property won't be set until Xen store calls
236 * like the device is assigned to the root domain. Domain ID caching
240 "ddi-assigned",
[all...]
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c885 xge_hal_channel_t *assigned[XGELL_RX_RING_NUM_MAX + local
909 assigned[msix_idx] = channel;
914 assigned[msix_idx] = channel;
929 } else if (assigned[i] && assigned[i]->type ==
932 intr_arg = (caddr_t)assigned[i];
935 assigned[i]->post_qid, i);
936 } else if (assigned[i] && assigned[i]->type ==
939 intr_arg = (caddr_t)assigned[
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc1171 int stat, assigned = 0; local
H A Dnis_db.cc1158 int assigned = 0; local
1175 assigned++;
1178 return (assigned > 0);
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv.h95 int assigned; member in struct:sg_board_info
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c904 int assigned; local
915 assigned = 0;
917 assigned = 1;
923 if (!assigned)
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1278 pci_regspec_t *assigned; local
1284 DDI_PROP_DONTPASS, "assigned-addresses", (caddr_t)&assigned,
1290 * Walk through the assigned-addresses entries. If there is
1294 if (assigned[i].pci_phys_hi == phys_spec.pci_phys_hi) {
1295 if (assigned[i].pci_size_low >=
1297 kmem_free(assigned, assigned_len);
1304 (void) pci_free_resource(dip, assigned[i]);
1314 if (PCI_REG_BDFR_G(assigned[i].pci_phys_hi) ==
1319 if (PCI_REG_ADDR_G(assigned[
1759 pci_regspec_t *assigned; local
1804 pci_regspec_t *assigned; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Ddrmach.h266 boolean_t assigned; member in struct:__anon9902
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c972 * Now that memory locations are assigned,
973 * update the assigned address property.
2252 pci_regspec_t *assigned; local
2259 DDI_PROP_DONTPASS, "assigned-addresses",
2260 (caddr_t)&assigned,
2263 "Failed to read assigned-addresses property\n");
2268 * For each "assigned-addresses" property entry with a length,
2278 if ((assigned[i].pci_size_low != 0)||
2279 (assigned[i].pci_size_hi != 0)) {
2280 switch (PCI_REG_ADDR_G(assigned[
3291 pci_regspec_t *assigned; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c896 acpidev_dr_device_get_regspec(ACPI_HANDLE hdl, boolean_t assigned, argument
928 propname = assigned ? "assigned-addresses" : "reg";
2436 "!acpidev: dip %p already has CPU id(%d) assigned.",
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c172 static int warn_mismatch(char *desc, char *src, int expect, int assigned);
451 warn_mismatch(char *desc, char *src, int expect, int assigned) argument
453 if (expect == assigned)
454 return (assigned);
467 desc, assigned, src, expect);
468 return (assigned);
473 desc, assigned, src, expect);
479 return (assigned);
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1398 pci_regspec_t *assigned; local
1404 "assigned-addresses", (caddr_t)&assigned, &length)
1406 DEBUG1("Failed to get assigned-addresses property %llx\n", dip);
1415 if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) ==
1420 } else if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) ==
1425 } else if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) ==
1435 space_type, assigned[i].pci_phys_low, assigned[i].pci_size_low);
1438 *boundbase = assigned[
2169 pci_regspec_t *assigned; local
2678 pci_regspec_t *assigned; local
2904 pci_regspec_t *assigned; local
[all...]
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c293 * the assigned unit-address.
2347 * Add the "reg" and "assigned-addresses" property
2366 pci_regspec_t assigned[15] = {{0}}; local
2461 assigned[nasgn].pci_phys_hi =
2464 assigned[nasgn].pci_size_low = len;
2519 assigned[nasgn].pci_phys_low = base;
2542 assigned[nasgn].pci_size_low = len;
2575 assigned[nasgn].pci_phys_hi = phys_hi;
2576 assigned[nasgn].pci_phys_hi |= PCI_RELOCAT_B;
2577 assigned[nasg
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c974 * and should be from assigned space.
1356 * results in an instance being assigned which becomes the
4634 struct regspec *assigned; local
4647 "assigned-addresses",
4648 (caddr_t)&assigned,
4651 * if there are assigned resources at this point,
4652 * then the OBP or devconf have assigned them and
4655 kmem_free(assigned, len);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h104 assigned : 1, member in struct:pmcs_xscsi
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c132 int assigned; member in struct:__anon10047
805 bp->assigned = !drmach_initialized;
839 stat->assigned = bp->assigned;
2008 bp->assigned = 1;
2064 obj->assigned = 1;
2702 stat->assigned = dp->bp->assigned;
2913 stat->assigned = dp->bp->assigned;
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1497 pci_regspec_t *assigned; local
1503 DDI_PROP_DONTPASS, "assigned-addresses", (caddr_t)&assigned,
1505 DEBUG1("Failed to get assigned-addresses property %llx\n", dip);
1514 if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) ==
1520 if ((PCI_REG_REG_G(assigned[i].pci_phys_hi) ==
1530 space_type, assigned[i].pci_phys_low, assigned[i].pci_size_low);
1533 *boundbase = assigned[i].pci_phys_low;
1534 *boundlen = assigned[
2245 pci_regspec_t *assigned; local
2915 pci_regspec_t *assigned; local
3072 pci_regspec_t *assigned; local
6163 pci_regspec_t *assigned; local
6198 pci_regspec_t *assigned, *reg; local
6359 pci_regspec_t *assigned; local
6664 pci_regspec_t *assigned, *assigned_copy; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c138 int assigned; member in struct:__anon9887
1047 bp->assigned = boot_board;
1089 stat->assigned = bp->assigned;
1381 bp->assigned = 1;
1925 stat->assigned = dp->bp->assigned;
2200 stat->assigned = dp->bp->assigned;
2483 stat->assigned
[all...]

Completed in 201 milliseconds

12