brand             165 compat/freebsd/freebsd_exec.c 	char *bp, *brand;
brand             173 compat/freebsd/freebsd_exec.c 		brand = elf32_check_brand(eh);
brand             174 compat/freebsd/freebsd_exec.c 		if (brand == NULL || strcmp(brand, "FreeBSD") != 0)
brand             481 compat/linux/linux_exec.c 	char *bp, *brand;
brand             485 compat/linux/linux_exec.c 	brand = elf32_check_brand(eh);
brand             486 compat/linux/linux_exec.c 	if (brand && strcmp(brand, "Linux"))