Searched refs:PE_boot_args (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_bootargs.c38 * PE_boot_args
42 char *PE_boot_args(void) function
H A Dpe_init.c207 kprintf("Kernel boot args: '%s'\n", PE_boot_args());
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dpexpert.h237 extern char * PE_boot_args(
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c873 err, PE_boot_args());
893 panic("bsd_init: cannot find root vnode: %s", PE_boot_args());
910 err, PE_boot_args());
H A Dkern_sysctl.c2268 strlcpy(buf, PE_boot_args(), 256);
/darwin-on-arm/xnu/pexpert/gen/
H A Dbootargs.c80 args = PE_boot_args();
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_init.c123 kprintf("Kernel boot args: '%s'\n", PE_boot_args());
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c478 return (PE_boot_args());
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c536 if (strlcpy(buf, PE_boot_args(), sizeof(buf)))
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c445 ba = PE_boot_args(); /* Get the boot arguments */
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c896 "error %d, check configuration: %s\n", error, PE_boot_args());
942 panic("NFS mount failed: NFS server mountd not responding, check server configuration: %s", PE_boot_args());
945 panic("NFS mount failed: NFS server refused mount, check server configuration: %s", PE_boot_args());
947 panic("NFS mount failed with error %d, check configuration: %s", error, PE_boot_args());
990 panic("NFS root mount failed with error %d, check configuration: %s\n", error, PE_boot_args());
1004 panic("NFS /private mount failed with error %d, check configuration: %s\n", error, PE_boot_args());

Completed in 105 milliseconds