Home
last modified time | relevance | path

Searched refs:bsetprop (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c362 bsetprop(char *name, int nlen, void *value, int vlen) in bsetprop() function
420 bsetprop(name, strlen(name), value, strlen(value) + 1); in bsetprops()
426 bsetprop(name, strlen(name), (void *)&value, sizeof (value)); in bsetprop64()
727 bsetprop(name, n_len, value, v_len + 1); in boot_prop_finish()
1001 bsetprop("fstype", 6, "nfs", 4); in xen_nfsroot_props()
1445 bsetprop(name, name_len, "true", 5); in build_boot_properties()
1456 bsetprop(name, name_len, propbuf, in build_boot_properties()
1509 bsetprop("bootp-response", sizeof ("bootp-response"), in build_boot_properties()
1515 bsetprop("stdout", strlen("stdout"), in build_boot_properties()
2155 bsetprop(MCFG_PROPNAME, strlen(MCFG_PROPNAME), in process_mcfg()
[all …]
/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c209 extern int bsetprop(struct bootops *, char *, void *, int); in readfile()
293 (void) bsetprop(bop, "mmu-modlist", in readfile()