Searched refs:chosen (Results 26 - 50 of 80) sorted by relevance

1234

/illumos-gate/usr/src/cmd/mdb/sun4u/modules/serengeti/sgsbbc/
H A Dsgsbbc.c112 offset = (int)(uintptr_t)&softp.chosen - (int)(uintptr_t)&softp;
113 mdb_printf("%p: chosen: %28ll#r\n", addr + offset, softp.chosen);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dimx53-qsb.dts129 chosen {
H A Dvybrid-quartz.dts110 chosen {
H A Dwandboard-dual.dts79 chosen {
H A Dwandboard-quad.dts79 chosen {
H A Dwandboard-solo.dts79 chosen {
H A Dapalis-imx6.dts98 chosen {
H A Ddigi-ccwmx53.dts148 chosen {
H A Dtrimslice.dts139 chosen {
H A Dversatilepb.dts114 chosen {
H A Dannapurna-alpine.dts239 chosen {
H A Dsocfpga-sockit-beri.dts172 chosen {
H A Dts7800.dts157 chosen {
H A Dyyhd18-m3.dts224 chosen {
H A Dzedboard.dts212 chosen {
H A Dzybo.dts211 chosen {
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberi-netfpga.dts153 chosen {
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.h103 devconfig_t **chosen);
H A Dlayout_slice.c52 dm_descriptor_t *chosen);
153 * devconfig_t **chosen)
163 * unused_disk - if true, the chosen slice must be from an
165 * nbytes_is_min - if true, the chosen slice may be larger than
168 * **chosen - pointer to hold the chosen slice
192 * chosen. If there are several possibilities in the chosen list,
213 devconfig_t **chosen)
466 * Slice chosen, i
203 choose_slice( uint64_t nbytes, uint16_t npaths, dlist_t *slices, dlist_t *used, dlist_t *used_hbas, dlist_t *used_disks, boolean_t unused_disk, boolean_t nbytes_is_min, boolean_t add_extra_cyl, devconfig_t **chosen) argument
1220 pick_from_best_hba_and_disk( dlist_t *slices, dlist_t *used, dm_descriptor_t *chosen) argument
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c122 int slot, chosen = -1; local
143 chosen = slot;
148 if (chosen == -1)
151 msinfo->swms_timers[chosen].swt_state = SW_TMR_INUSE;
152 msinfo->swms_timers[chosen].swt_ownerid = who;
153 msinfo->swms_timers[chosen].swt_timerid = timerid =
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dramdisk.c182 "\" /chosen\" get-package push-package "
395 pnode_t chosen = prom_chosennode(); local
411 if (prom_getprop(chosen, "elfheader-address", (caddr_t)&eadr) == -1)
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_node.c46 promif_set_nodes(pnode_t chosen, pnode_t options) argument
48 chosennode = chosen;
62 if (strcmp("/chosen", path) == 0) {
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_priv.h185 uchar_t chosen; /* TRUE if instance 'chosen' */ member in struct:sbbc_softstate
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c69 phandle_t chosen; variable
84 if ((chosen = OF_finddevice("/chosen")) == -1)
86 if (OF_getprop(chosen, "memory", &memory, sizeof(memory)) == -1) {
93 if (OF_getprop(chosen, "mmu", &mmu, sizeof(mmu)) == -1)
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c1067 * Examines /chosen node for "bootp-response" property. If it exists, this
1090 pnode_t chosen; local
1093 chosen = prom_finddevice("/chosen");
1094 if (chosen == OBP_NONODE || chosen == OBP_BADNODE)
1095 chosen = prom_nextnode((pnode_t)0); /* root node */
1097 if ((len = prom_getproplen(chosen, prop)) <= 0)
1111 (void) prom_getprop(chosen, prop, (caddr_t)pl->pkt);

Completed in 145 milliseconds

1234