Lines Matching refs:propbuf
1225 char *propbuf; in build_boot_properties() local
1240 propbuf = do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, 0); in build_boot_properties()
1241 DBG((uintptr_t)propbuf); in build_boot_properties()
1347 bcopy(value, propbuf, value_len); in build_boot_properties()
1348 propbuf[value_len] = 0; in build_boot_properties()
1349 bsetprops(namebuf, propbuf); in build_boot_properties()
1356 xen_vbdroot_props(propbuf); in build_boot_properties()
1365 xen_nfsroot_props(propbuf); in build_boot_properties()
1368 xen_ip_props(propbuf); in build_boot_properties()
1382 whoami = propbuf; in build_boot_properties()
1467 bcopy(v, propbuf, l); in build_boot_properties()
1468 propbuf[l] = '\0'; in build_boot_properties()
1469 bsetprop(name, name_len, propbuf, in build_boot_properties()