HomeSort by relevance Sort by last modified time
    Searched refs:cons_fb_path (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
consconfig_dacf.h 58 char *cons_fb_path; /* Frame Buffer path */ member in struct:cons_state
  /onnv/onnv-gate/usr/src/uts/common/io/
consconfig_dacf.c 501 if (sp->cons_fb_path == NULL)
504 if ((dev = ddi_pathname_to_dev_t(sp->cons_fb_path)) == NODEV)
517 sp->cons_fb_path);
700 sp->cons_fb_path = sp->cons_stdout_path;
719 sp->cons_fb_path = plat_fbpath();
724 sp->cons_fb_path);
729 sp->cons_fb_path = plat_fbpath();
890 if (sp->cons_fb_path == NULL) {
899 dev = ddi_pathname_to_dev_t(sp->cons_fb_path);
903 sp->cons_fb_path);
    [all...]

Completed in 2759 milliseconds