Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1529 bm = xbp->bi_modules; in build_boot_properties()
1589 value = xbp->bi_cmdline; in build_boot_properties()
1788 build_fastboot_cmdline(xbp); in build_boot_properties()
1803 save_boot_info(xbp); in build_boot_properties()
2121 xbootp = xbp; in _start()
2135 bcons_init(xbp); in _start()
2152 bm.pcimem = xbp->bi_pcimem; in _start()
2174 kbm_init(xbp); in _start()
2220 build_boot_properties(xbp); in _start()
2940 rsdp = find_rsdp(xbp); in build_firmware_properties()
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c495 char *xbp = NULL; local
499 xbp = quote_internal_chars(line, xbuf, &xbufs);
503 xputs(sm_debug_file(), xbp);
506 rval = dochompheader(xbp, pflag, hdrp, e);
507 if (xbp != xbuf)
508 sm_free(xbp);