Searched refs:bsetprop (Results 1 – 2 of 2) sorted by relevance
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | fakebop.c | 348 bsetprop(char *name, int nlen, void *value, int vlen) in bsetprop() function 406 bsetprop(name, strlen(name), value, strlen(value) + 1); in bsetprops() 412 bsetprop(name, strlen(name), (void *)&value, sizeof (value)); in bsetprop64() 663 bsetprop(name, n_len, value, v_len + 1); in boot_prop_finish() 948 bsetprop("fstype", 6, "nfs", 4); in xen_nfsroot_props() 1358 bsetprop(name, name_len, "true", 5); in build_boot_properties() 1369 bsetprop(name, name_len, propbuf, in build_boot_properties() 1422 bsetprop("bootp-response", sizeof ("bootp-response"), in build_boot_properties() 1428 bsetprop("stdout", strlen("stdout"), in build_boot_properties() 2072 bsetprop(MCFG_PROPNAME, strlen(MCFG_PROPNAME), in process_mcfg() [all …]
|
| /onnv-gate/usr/src/psm/stand/boot/common/ |
| H A D | readfile.c | 209 extern int bsetprop(struct bootops *, char *, void *, int); in readfile() 293 (void) bsetprop(bop, "mmu-modlist", in readfile()
|