/src/sys/arch/hpc/stand/hpcboot/arm/ |
arm_boot.h | 44 virtual BOOL setup(void);
|
arm_boot.cpp | 58 ARMBoot::setup() function in class:ARMBoot 79 return super::setup();
|
/src/sys/arch/hpc/stand/hpcboot/mips/ |
mips_boot.h | 44 virtual BOOL setup(void);
|
/src/sys/arch/hpc/stand/hpcboot/sh3/ |
sh_boot.h | 44 virtual BOOL setup(void);
|
/src/games/adventure/ |
Makefile | 8 CLEANFILES+=mkdata setup.lo data.c 14 setup.lo: hdr.h 15 mkdata: setup.lo
|
/src/games/boggle/boggle/ |
extern.h | 57 int setup(int, time_t);
|
/src/lib/libc/arch/sparc/sys/ |
__clone.S | 51 orcc %i1, %g0, %o1 ! setup stack arg for syscall, test 53 mov %i2, %o0 ! setup flags arg for syscall
|
/src/games/hangman/ |
Makefile | 6 prdata.c prman.c prword.c setup.c
|
main.c | 80 setup();
|
hangman.h | 94 void setup(void);
|
setup.c | 1 /* $NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $ */ 35 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $"); 46 * setup: 50 setup(void) function in typeref:typename:void
|
/src/usr.bin/tr/ |
tr.c | 57 static void setup(int *, const char *, int, int); 108 setup(string1, argv[0], 1, cflag); 109 setup(string2, argv[1], 2, 0); 127 setup(string1, argv[0], 1, cflag); 140 setup(string1, argv[0], 1, cflag); 172 setup(string1, argv[0], 1, cflag); 260 setup(int *string, const char *arg, int whichstring, int cflag) function in typeref:typename:void
|
/src/share/doc/smm/ |
Makefile | 12 SUBDIR= 01.setup config 04.quotas 05.fastfs 06.nfs 17.password 18.net 25 #SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
|
/src/sys/arch/hpc/stand/hpcboot/ |
boot.h | 66 virtual BOOL setup(void);
|
/src/tests/usr.bin/printf/ |
t_builtin.sh | 99 setup() function
|
t_command.sh | 80 setup() function
|
/src/tools/binstall/ |
mkmanifest | 6 *instal*|*patch*|*update*|*setup*)
|
/src/lib/libc/arch/sparc64/sys/ |
__clone.S | 50 orcc %i1, %g0, %o1 ! setup stack arg for syscall, test 52 mov %i2, %o0 ! setup flags arg for syscall
|
/src/sys/dev/ic/ |
lsi64854var.h | 55 int (*setup)(struct lsi64854_softc *, uint8_t **, size_t *, member in struct:lsi64854_softc 56 int, size_t *); /* DMA setup */ 77 #define DMA_SETUP(sc, a, l, d, s) (((sc)->setup)(sc, a, l, d, s))
|
/src/tests/lib/libpthread/ |
t_sigalarm.c | 62 setup(void *dummy) function in typeref:typename:void * 93 PTHREAD_REQUIRE(pthread_create(&self, NULL, setup, NULL));
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_shim.c | 197 * Description: Routine to setup a rcv buffer 536 * SERVICE_CREATION_T *setup, 607 SERVICE_CREATION_T *setup) 615 service->callback = setup->callback; 616 service->callback_param = setup->callback_param; 635 SERVICE_CREATION_T *setup, 639 SHIM_SERVICE_T *service = service_alloc(instance, setup); 648 params.fourcc = setup->service_id; 651 params.version = setup->version.version; 652 params.version_min = setup->version.version_min [all...] |
/src/games/trek/ |
main.c | 207 setup();
|
/src/sbin/fsck_ext2fs/ |
Makefile | 9 pass5.c fsutil.c setup.c utilities.c ext2fs_bswap.c \
|
/src/sbin/fsck_lfs/ |
Makefile | 12 SRCS+= segwrite.c setup.c utilities.c vars.c vnode.c
|
/src/sys/arch/sun3/dev/ |
dmavar.h | 49 int (*setup)(struct dma_softc *, uint8_t **, size_t *, int, size_t *); 64 #define DMA_SETUP(sc, a, l, d, s) (((sc)->setup)(sc, a, l, d, s))
|