Searched refs:chosen (Results 51 - 75 of 80) sorted by relevance

1234

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_iosram.c85 * Looks up "chosen" node property to
86 * determine if it is the chosen IOSRAM.
94 int chosen; local
119 chosen = (strcmp(chosen_iosram, pn) == 0) ? 1 : 0;
121 chosen? "MASTER" : "SLAVE");
123 (chosen ? "MASTER" : "SLAVE"));
125 return (chosen);
212 softsp->chosen = TRUE;
884 * lock the chosen IOSRAM
976 from_softsp->chosen
[all...]
H A Dsgsbbc.c77 * At attach time, check if the device is the 'chosen' node
170 * Initialise the global 'chosen' IOSRAM mutex
261 * Add this instance to the sbbc chosen iosram list
269 * If this is the chosen IOSRAM and there is no master IOSRAM
272 * then keep as is even though this is the chosen.
279 /* Do 'chosen' init only */
306 if ((softsp->suspended == TRUE) && (softsp->chosen == TRUE)) {
360 /* only tunnel switch the instance with iosram chosen */
361 if (softsp->chosen == TRUE) {
384 if ((softsp->suspended == FALSE) && (softsp->chosen
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h182 extern char *nextAvailableCHKName(int *chosen);
H A Ddir.c710 nextAvailableCHKName(int *chosen) argument
732 *chosen = i;
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_net.c187 pathlen = OF_getprop(chosen, "bootpath", path, 64);
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c172 phandle_t pin, phandle_t pout, pnode_t chosen, pnode_t options)
177 promif_set_nodes(chosen, options);
171 cif_init(char *pgmname, caddr_t root, ihandle_t in, ihandle_t out, phandle_t pin, phandle_t pout, pnode_t chosen, pnode_t options) argument
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Ddockstar.dts236 chosen {
H A Ddreamplug-1001.dts314 chosen {
H A Dsheevaplug.dts248 chosen {
H A Dvsatv102-m6.dts296 chosen {
H A Ddb78100.dts327 chosen {
H A Ddb78460.dts318 chosen {
H A Ddb88f6281.dts294 chosen {
H A Ddreamplug-1001N.dts335 chosen {
H A Dea3250.dts266 chosen {
H A Dodroidc1.dts363 chosen {
H A Drpi.dts386 chosen {
H A Drpi2.dts397 chosen {
H A Darmada-388-gp.dts52 chosen {
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c630 no = fdt_path_offset(fdtp, "/chosen");
636 /* If /chosen/stdout does not extist, create it */
667 int chosen, len; local
676 /* Create /chosen node (if not exists) */
677 if ((chosen = fdt_subnode_offset(fdtp, 0, "chosen")) ==
679 chosen = fdt_add_subnode(fdtp, 0, "chosen");
682 if (fdt_getprop(fdtp, chosen, "fixup-applied", NULL))
687 fdt_setprop(fdtp, chosen, "fixu
[all...]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py648 common ancestor of the chosen local tip and the parent
1029 chosen = {}
1032 chosen[ctx.rev()] = not pick or pick(ctx)
1039 if chosen[ctx.rev()]:
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp2041rdb.dts486 chosen {
H A Dp3041ds.dts583 chosen {
H A Dp5020ds.dts579 chosen {
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c946 /* the chosen policy has ignored everything */
1492 struct handle_info *hp, **chosen; local
1514 if ((chosen = malloc(sizeof (hp) * *nhdls)) != NULL) {
1520 for (i = 0, hp = *hip, ip = chosen; i < *nhdls;
1576 for (i = 0, hp = *hip, ip = chosen; i < scnt;
1582 free(chosen);

Completed in 125 milliseconds

1234