Home
last modified time | relevance | path

Searched refs:OBP_MAXDRVNAME (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_devtype.c36 char buf[OBP_MAXDRVNAME]; in prom_devicetype()
39 if (len <= 0 || len >= OBP_MAXDRVNAME) in prom_devicetype()
54 char buf[OBP_MAXDRVNAME]; in prom_getnode_byname()
57 if (len <= 0 || len >= OBP_MAXDRVNAME) in prom_getnode_byname()
H A Dprom_kbd.c43 char dev_name[OBP_MAXDRVNAME]; in prom_stdin_is_keyboard()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4dep.c48 static char cpubuf[5 * OBP_MAXDRVNAME]; in setup_aux()
49 char dname[OBP_MAXDRVNAME]; in setup_aux()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_dr.c109 char name[OBP_MAXDRVNAME]; in sbdp_attach_branch()
110 #if OBP_MAXDRVNAME == OBP_MAXPROPNAME in sbdp_attach_branch()
192 char devtype[OBP_MAXDRVNAME]; in sbdp_select_top_nodes()
193 char devname[OBP_MAXDRVNAME]; in sbdp_select_top_nodes()
H A Dsbdp_mem.c1361 char name[OBP_MAXDRVNAME]; in sbdp_is_mem()
/illumos-gate/usr/src/uts/intel/sys/
H A Dobpdefs.h89 #define OBP_MAXDRVNAME 32 /* defined in P1275 */ macro
/illumos-gate/usr/src/uts/sun/sys/
H A Dobpdefs.h89 #define OBP_MAXDRVNAME 32 /* defined in P1275 */ macro
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c331 static char cpubuf[5 * OBP_MAXDRVNAME];
334 char dname[OBP_MAXDRVNAME];
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c472 char name[OBP_MAXDRVNAME]; in drmach_cpu_cb()
473 int len = OBP_MAXDRVNAME; in drmach_cpu_cb()
573 char name[OBP_MAXDRVNAME]; in drmach_setup_core_cb()
574 int len = OBP_MAXDRVNAME; in drmach_setup_core_cb()
990 char name[OBP_MAXDRVNAME]; in drmach_device_new()
992 rv = node->n_getprop(node, "name", name, OBP_MAXDRVNAME); in drmach_device_new()
1598 char name[OBP_MAXDRVNAME]; in drmach_board_find_devices_cb()
1607 rv = node->n_getprop(node, "name", name, OBP_MAXDRVNAME); in drmach_board_find_devices_cb()
2055 char name[OBP_MAXDRVNAME]; in drmach_io_cb_check()
2056 int len = OBP_MAXDRVNAME; in drmach_io_cb_check()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c1109 char devicetype[OBP_MAXDRVNAME]; in netboot_over_ib()
1116 if (len <= 1 || len >= OBP_MAXDRVNAME) in netboot_over_ib()
H A Dsunddi.c9460 nbuf = kmem_alloc(OBP_MAXDRVNAME, KM_SLEEP); in sid_node_create()
9468 len = OBP_MAXDRVNAME; in sid_node_create()
9484 kmem_free(nbuf, OBP_MAXDRVNAME); in sid_node_create()
9556 kmem_free(nbuf, OBP_MAXDRVNAME); in sid_node_create()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev.h45 #define ACPIDEV_MAX_NAMELEN OBP_MAXDRVNAME
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dutil.c52 char fs_name[OBP_MAXDRVNAME]; in cpr_statefile_open()
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c453 static char prefix[OBP_MAXDRVNAME]; in cpr_get_prefix()
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c490 char name[OBP_MAXDRVNAME]; in drmach_device_new()
492 rv = node->getprop(node, ACPIDEV_DR_PROP_DEVNAME, name, OBP_MAXDRVNAME); in drmach_device_new()
1871 char name[OBP_MAXDRVNAME]; in drmach_board_find_devices_cb()
1875 name, OBP_MAXDRVNAME); in drmach_board_find_devices_cb()
/illumos-gate/usr/src/uts/sun4u/os/
H A Dfillsysinfo.c1086 char compatible[OBP_MAXDRVNAME]; in have_pci()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c1497 char name[OBP_MAXDRVNAME]; in sysc_prom_select()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c799 char device[OBP_MAXDRVNAME]; in sbd_get_devtype()
2110 char otype[OBP_MAXDRVNAME]; in get_node_type()