ar_hdr             40 bsp/boot/common/load.c static int	load_module(struct ar_hdr *, struct module *);
ar_hdr             41 bsp/boot/common/load.c static void	setup_bootdisk(struct ar_hdr *);
ar_hdr             84 bsp/boot/common/load.c 	if (load_module((struct ar_hdr *)hdr, &bi->kernel))
ar_hdr             90 bsp/boot/common/load.c 	len = atol((char *)&((struct ar_hdr *)hdr)->ar_size);
ar_hdr             94 bsp/boot/common/load.c 	hdr = (char *)((paddr_t)hdr + sizeof(struct ar_hdr) + len);
ar_hdr             95 bsp/boot/common/load.c 	if (load_module((struct ar_hdr *)hdr, &bi->driver))
ar_hdr            105 bsp/boot/common/load.c 		len = atol((char *)&((struct ar_hdr *)hdr)->ar_size);
ar_hdr            109 bsp/boot/common/load.c 		hdr = (char *)((paddr_t)hdr + sizeof(struct ar_hdr) + len);
ar_hdr            112 bsp/boot/common/load.c 		if (strncmp((char *)&((struct ar_hdr *)hdr)->ar_fmag,
ar_hdr            117 bsp/boot/common/load.c 		if (!strncmp((char *)&((struct ar_hdr *)hdr)->ar_name,
ar_hdr            119 bsp/boot/common/load.c 			setup_bootdisk((struct ar_hdr *)hdr);
ar_hdr            124 bsp/boot/common/load.c 		if (load_module((struct ar_hdr *)hdr, m))
ar_hdr            151 bsp/boot/common/load.c load_module(struct ar_hdr *hdr, struct module *m)
ar_hdr            168 bsp/boot/common/load.c 	if (load_elf((char *)hdr + sizeof(struct ar_hdr), m))
ar_hdr            178 bsp/boot/common/load.c setup_bootdisk(struct ar_hdr *hdr)
ar_hdr            197 bsp/boot/common/load.c 	base = (paddr_t)hdr + sizeof(struct ar_hdr);
ar_hdr             52 include/sys/ar.h struct ar_hdr {
ar_hdr            146 usr/server/fs/arfs/arfs_vnops.c 	struct ar_hdr *hdr;
ar_hdr            169 usr/server/fs/arfs/arfs_vnops.c 		hdr = (struct ar_hdr *)(iobuf + (off % BSIZE));
ar_hdr            186 usr/server/fs/arfs/arfs_vnops.c 		off += (sizeof(struct ar_hdr) + size);
ar_hdr            197 usr/server/fs/arfs/arfs_vnops.c 	vp->v_data = (void *)(off + sizeof(struct ar_hdr));
ar_hdr            286 usr/server/fs/arfs/arfs_vnops.c 	struct ar_hdr *hdr;
ar_hdr            305 usr/server/fs/arfs/arfs_vnops.c 		hdr = (struct ar_hdr *)(iobuf + (off % BSIZE));
ar_hdr            317 usr/server/fs/arfs/arfs_vnops.c 		off += (sizeof(struct ar_hdr) + size);