Symbol: setup
bin/dd/dd.c
137
setup();
bin/dd/dd.c
74
static void setup(void);
games/boggle/boggle/bog.c
212
setup(sflag, seed);
games/boggle/boggle/extern.h
57
int setup(int, time_t);
games/hangman/hangman.h
94
void setup(void);
games/hangman/main.c
80
setup();
games/snake/snake/snake.c
128
static void setup(void);
games/snake/snake/snake.c
244
setup();
games/snake/snake/snake.c
298
setup();
games/snake/snake/snake.c
690
setup();
games/trek/main.c
207
setup();
games/trek/trek.h
490
void setup(void);
games/worm/worm.c
300
case '\f': setup(); return;
games/worm/worm.c
93
static void setup(void);
lib/libc/net/gethnamaddr.c
1132
setup(aliases, maxaliases);
lib/libc/net/gethnamaddr.c
252
setup(aliases, maxaliases);
lib/libc/net/gethnamaddr.c
757
setup(aliases, maxaliases);
lib/libc/stdlib/merge.c
143
setup(list1, list2, nmemb, size, cmp, cookie);
lib/libc/stdlib/merge.c
71
static void setup(u_char *, u_char *, size_t, size_t,
sbin/fsck_ext2fs/extern.h
72
int setup(const char *);
sbin/fsck_ext2fs/main.c
245
switch (setup(filesys)) {
sbin/fsck_ffs/extern.h
82
int setup(const char *, const char *);
sbin/fsck_ffs/main.c
397
switch (setup(filesys, origfs)) {
sbin/fsck_lfs/extern.h
82
int setup(const char *);
sbin/fsck_lfs/main.c
219
switch (setup(filesys)) {
sbin/fsdb/fsdb.c
215
if (setup(fsys, fsys) <= 0)
sbin/restore/extern.h
103
void setup(void);
sbin/restore/main.c
208
setup();
sbin/restore/main.c
217
setup();
sbin/restore/main.c
267
setup();
sbin/restore/main.c
282
setup();
sys/arch/arc/dti/btl.c
1068
struct bt_setup setup;
sys/arch/arc/dti/btl.c
1089
setup.cmd.opcode = BT_INQUIRE_SETUP;
sys/arch/arc/dti/btl.c
1090
setup.cmd.len = sizeof(setup.reply);
sys/arch/arc/dti/btl.c
1091
bt_cmd(iobase, sc, sizeof(setup.cmd), (u_char *)&setup.cmd,
sys/arch/arc/dti/btl.c
1092
sizeof(setup.reply), (u_char *)&setup.reply);
sys/arch/arc/dti/btl.c
1096
setup.reply.sync_neg ? "sync" : "async",
sys/arch/arc/dti/btl.c
1097
setup.reply.parity ? "parity" : "no parity");
sys/arch/arc/dti/btl.c
1100
period.reply.period[i] = setup.reply.sync[i].period * 5 + 20;
sys/arch/arc/dti/btl.c
1110
if (!setup.reply.sync[i].valid ||
sys/arch/arc/dti/btl.c
1111
(!setup.reply.sync[i].offset && !setup.reply.sync[i].period))
sys/arch/arc/dti/btl.c
1115
setup.reply.sync[i].offset, period.reply.period[i] * 10);
sys/arch/arm/broadcom/bcm2835_vcaudio.c
297
SERVICE_CREATION_T setup = {
sys/arch/arm/broadcom/bcm2835_vcaudio.c
310
error = vchi_service_open(sc->sc_instance, &setup, &sc->sc_service);
sys/arch/evbmips/loongson/autoconf.h
70
void (*setup)(void);
sys/arch/evbmips/loongson/gdium_machdep.c
82
.setup = NULL,
sys/arch/evbmips/loongson/generic2e_machdep.c
158
.setup = generic2e_setup,
sys/arch/evbmips/loongson/machdep.c
514
DPRINTF(("sys_platform->setup %p\n", sys_platform->setup));
sys/arch/evbmips/loongson/machdep.c
515
if (sys_platform->setup != NULL)
sys/arch/evbmips/loongson/machdep.c
516
(*(sys_platform->setup))();
sys/arch/evbmips/loongson/yeeloong_machdep.c
186
.setup = fuloong_setup,
sys/arch/evbmips/loongson/yeeloong_machdep.c
207
.setup = fuloong_setup,
sys/arch/evbmips/loongson/yeeloong_machdep.c
228
.setup = NULL,
sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp
79
return super::setup();
sys/arch/hpc/stand/hpcboot/arm/arm_boot.h
44
virtual BOOL setup(void);
sys/arch/hpc/stand/hpcboot/boot.h
66
virtual BOOL setup(void);
sys/arch/hpc/stand/hpcboot/hpcboot.cpp
108
if (!f.setup()) {
sys/arch/hpc/stand/hpcboot/mips/mips_boot.cpp
78
return super::setup();
sys/arch/hpc/stand/hpcboot/mips/mips_boot.h
44
virtual BOOL setup(void);
sys/arch/hpc/stand/hpcboot/sh3/sh_boot.cpp
78
return super::setup();
sys/arch/hpc/stand/hpcboot/sh3/sh_boot.h
44
virtual BOOL setup(void);
sys/arch/m68k/fpsp/l_fpsp.h
48
* kernel mode code so they expect the same setup. That is, you
sys/arch/m68k/fpsp/l_fpsp.h
54
* The worst case setup is:
sys/arch/m68k/fpsp/l_fpsp.h
91
* a simplified setup/exit is possible:
sys/arch/macppc/stand/ofwboot/Locore.c
237
setup();
sys/arch/macppc/stand/ofwboot/Locore.c
46
static void setup(void);
sys/arch/mips/include/elf_machdep.h
222
#define ELF_MD_COREDUMP_SETUP ELFNAME2(coredump,setup)
sys/arch/mips/ingenic/jziic.c
239
int ticks, hcnt, lcnt, hold, setup;
sys/arch/mips/ingenic/jziic.c
248
setup = sc->sc_pclk * 3 / 10000 + 1; /* ... * 300 / 1000000 ... */
sys/arch/mips/ingenic/jziic.c
253
bus_space_write_4(sc->sc_memt, sc->sc_memh, JZ_SMBSDASU, setup);
sys/arch/ofppc/stand/ofwboot/Locore.c
45
static void setup(void);
sys/arch/ofppc/stand/ofwboot/Locore.c
70
setup();
sys/arch/sandpoint/stand/altboot/brdsetup.c
299
setup();
sys/arch/sandpoint/stand/altboot/brdsetup.c
357
if (brdprop->setup == NULL)
sys/arch/sandpoint/stand/altboot/brdsetup.c
359
(*brdprop->setup)(brdprop);
sys/arch/sandpoint/stand/altboot/brdsetup.c
46
void xxx ## setup(struct brdprop *); \
sys/arch/sandpoint/stand/altboot/brdsetup.c
63
static void setup(void);
sys/arch/sandpoint/stand/altboot/globals.h
36
void (*setup)(struct brdprop *);
sys/arch/shark/stand/ofwboot/Locore.c
48
static void setup(void);
sys/arch/shark/stand/ofwboot/Locore.c
92
setup();
sys/arch/sun3/dev/dma.c
96
sc->setup = dma_setup;
sys/arch/sun3/dev/dmavar.h
46
int (*setup)(struct dma_softc *, uint8_t **, size_t *, int, size_t *);
sys/arch/sun3/dev/dmavar.h
61
#define DMA_SETUP(sc, a, l, d, s) (((sc)->setup)(sc, a, l, d, s))
sys/arch/vax/boot/boot/consio.c
42
void setup(void);
sys/arch/vax/vax/sig_machdep.c
205
sig_setupstack_t setup;
sys/arch/vax/vax/sig_machdep.c
213
(setup = sig_setupstacks[sd->sd_vers]) == NULL)
sys/arch/vax/vax/sig_machdep.c
216
sp = (*setup)(ksi, mask, sd->sd_vers, l, tf, sp, onstack,
sys/arch/xen/xen/xengnt.c
305
gnttab_setup_table_t setup;
sys/arch/xen/xen/xengnt.c
341
setup.dom = DOMID_SELF;
sys/arch/xen/xen/xengnt.c
342
setup.nr_frames = nframes_new;
sys/arch/xen/xen/xengnt.c
343
set_xen_guest_handle(setup.frame_list, pages);
sys/arch/xen/xen/xengnt.c
350
if (HYPERVISOR_grant_table_op(GNTTABOP_setup_table, &setup, 1) != 0)
sys/arch/xen/xen/xengnt.c
352
if (setup.status != GNTST_okay) {
sys/arch/xen/xen/xengnt.c
354
__func__, setup.status);
sys/dev/acpi/wmi/wmi_acpi.c
540
uint32_t width, ACPI_INTEGER *val, void *setup, void *aux)
sys/dev/ic/aha.c
855
struct aha_setup setup;
sys/dev/ic/aha.c
920
setup.cmd.opcode = AHA_INQUIRE_SETUP;
sys/dev/ic/aha.c
921
setup.cmd.len = sizeof(setup.reply);
sys/dev/ic/aha.c
923
sizeof(setup.cmd), (u_char *)&setup.cmd,
sys/dev/ic/aha.c
924
sizeof(setup.reply), (u_char *)&setup.reply);
sys/dev/ic/aha.c
928
setup.reply.sync_neg ? "sync" : "async",
sys/dev/ic/aha.c
929
setup.reply.parity ? "parity" : "no parity");
sys/dev/ic/aha.c
932
if (!setup.reply.sync[i].valid ||
sys/dev/ic/aha.c
933
(!setup.reply.sync[i].offset
sys/dev/ic/aha.c
934
&& !setup.reply.sync[i].period))
sys/dev/ic/aha.c
937
device_xname(sc->sc_dev), i, setup.reply.sync[i].offset,
sys/dev/ic/aha.c
938
setup.reply.sync[i].period * 50 + 200);
sys/dev/ic/aic79xxvar.h
1329
ahd_device_setup_t *setup;
sys/dev/ic/aic79xxvar.h
1337
ahd_device_setup_t *setup;
sys/dev/ic/aic7xxxvar.h
1239
ahc_device_setup_t *setup;
sys/dev/ic/aic7xxxvar.h
1247
ahc_device_setup_t *setup;
sys/dev/ic/arn5008.c
265
ops->setup(sc);
sys/dev/ic/arn5416.c
102
sc->sc_ops.setup = ar5416_setup;
sys/dev/ic/arn9003.c
246
ops->setup(sc);
sys/dev/ic/arn9280.c
89
sc->sc_ops.setup = ar9280_setup;
sys/dev/ic/arn9285.c
105
sc->sc_ops.setup = ar9285_setup;
sys/dev/ic/arn9287.c
102
sc->sc_ops.setup = ar9287_setup;
sys/dev/ic/arn9380.c
105
sc->sc_ops.setup = ar9380_setup;
sys/dev/ic/athnvar.h
390
void (*setup)(struct athn_softc *);
sys/dev/ic/bha.c
1081
struct bha_setup setup;
sys/dev/ic/bha.c
1269
rlen = sizeof(setup.reply) +
sys/dev/ic/bha.c
1270
((sc->sc_flags & BHAF_WIDE) ? sizeof(setup.reply_w) : 0);
sys/dev/ic/bha.c
1271
setup.cmd.opcode = BHA_INQUIRE_SETUP;
sys/dev/ic/bha.c
1272
setup.cmd.len = rlen;
sys/dev/ic/bha.c
1274
sizeof(setup.cmd), (u_char *)&setup.cmd,
sys/dev/ic/bha.c
1275
rlen, (u_char *)&setup.reply);
sys/dev/ic/bha.c
1281
if (setup.reply.sync_neg)
sys/dev/ic/bha.c
1283
if (setup.reply.parity)
sys/dev/ic/lsi64854.c
93
sc->setup = lsi64854_setup;
sys/dev/ic/lsi64854.c
99
sc->setup = lsi64854_setup_pp;
sys/dev/ic/lsi64854var.h
55
int (*setup)(struct lsi64854_softc *, uint8_t **, size_t *,
sys/dev/ic/lsi64854var.h
77
#define DMA_SETUP(sc, a, l, d, s) (((sc)->setup)(sc, a, l, d, s))
sys/dev/pci/agp.c
918
agp_setup_user(struct agp_softc *sc, agp_setup *setup)
sys/dev/pci/agp.c
920
return AGP_ENABLE(sc, setup->agp_mode);
sys/dev/pci/ahc_pci.c
752
return (entry != NULL && entry->setup != NULL) ? 1 : 0;
sys/dev/pci/ahc_pci.c
809
error = entry->setup(ahc);
sys/dev/pci/ahd_pci.c
377
error = entry->setup(ahd, pa);
sys/dev/pci/ixgbe/ixgbe_x550.c
623
u32 setup[FW_PHY_ACT_DATA_COUNT] = { 0 };
sys/dev/pci/ixgbe/ixgbe_x550.c
625
setup[0] = FW_PHY_ACT_FORCE_LINK_DOWN_OFF;
sys/dev/pci/ixgbe/ixgbe_x550.c
626
return ixgbe_fw_phy_activity(hw, FW_PHY_ACT_FORCE_LINK_DOWN, &setup);
sys/dev/pci/ixgbe/ixgbe_x550.c
810
u32 setup[FW_PHY_ACT_DATA_COUNT] = { 0 };
sys/dev/pci/ixgbe/ixgbe_x550.c
829
setup[0] |= FW_PHY_ACT_SETUP_LINK_PAUSE_RXTX <<
sys/dev/pci/ixgbe/ixgbe_x550.c
833
setup[0] |= FW_PHY_ACT_SETUP_LINK_PAUSE_RX <<
sys/dev/pci/ixgbe/ixgbe_x550.c
837
setup[0] |= FW_PHY_ACT_SETUP_LINK_PAUSE_TX <<
sys/dev/pci/ixgbe/ixgbe_x550.c
846
setup[0] |= (u32)(ixgbe_fw_map[i].fw_speed);
sys/dev/pci/ixgbe/ixgbe_x550.c
848
setup[0] |= FW_PHY_ACT_SETUP_LINK_HP | FW_PHY_ACT_SETUP_LINK_AN;
sys/dev/pci/ixgbe/ixgbe_x550.c
851
setup[0] |= FW_PHY_ACT_SETUP_LINK_EEE;
sys/dev/pci/ixgbe/ixgbe_x550.c
858
setup[0] &= ~FW_PHY_ACT_SETUP_LINK_AN;
sys/dev/pci/ixgbe/ixgbe_x550.c
859
setup[0] &= ~FW_PHY_ACT_SETUP_LINK_EEE;
sys/dev/pci/ixgbe/ixgbe_x550.c
860
setup[0] &= ~(FW_PHY_ACT_SETUP_LINK_PAUSE_RXTX
sys/dev/pci/ixgbe/ixgbe_x550.c
865
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_SETUP_LINK, &setup);
sys/dev/pci/ixgbe/ixgbe_x550.c
918
if (setup[0] == FW_PHY_ACT_SETUP_LINK_RSP_DOWN)
sys/dev/qbus/if_dmc.c
603
goto setup;
sys/dev/qbus/if_dmc.c
613
goto setup;
sys/dev/qbus/if_dmc.c
624
goto setup;
sys/dev/qbus/if_dmc.c
634
goto setup;
sys/dev/qbus/if_dmc.c
643
setup:
sys/dev/qbus/if_il.c
525
goto setup;
sys/dev/qbus/if_il.c
529
goto setup;
sys/dev/qbus/if_il.c
536
goto setup;
sys/dev/qbus/if_il.c
541
setup:
sys/dev/usb/ehci.c
3615
ehci_soft_qtd_t *setup, *status, *next;
sys/dev/usb/ehci.c
3633
setup = exfer->ex_setup;
sys/dev/usb/ehci.c
3647
setup->qtd->qtd_status = htole32(
sys/dev/usb/ehci.c
3654
setup->qtd->qtd_buffer[0] = htole32(BUS_ADDR_LO32(ba));
sys/dev/usb/ehci.c
3655
setup->qtd->qtd_buffer_hi[0] = htole32(BUS_ADDR_HI32(ba));
sys/dev/usb/ehci.c
3656
setup->qtd->qtd_next = setup->qtd->qtd_altnext = htole32(next->physaddr);
sys/dev/usb/ehci.c
3657
setup->nextqtd = next;
sys/dev/usb/ehci.c
3658
setup->xfer = xfer;
sys/dev/usb/ehci.c
3659
setup->len = sizeof(*req);
sys/dev/usb/ehci.c
3713
ehci_soft_qtd_t *setup, *status, *next;
sys/dev/usb/ehci.c
3746
setup = exfer->ex_setup;
sys/dev/usb/ehci.c
3750
(uintptr_t)setup, (uintptr_t)status, (uintptr_t)exfer->ex_data, 0);
sys/dev/usb/ehci.c
3751
KASSERTMSG(setup != NULL && status != NULL,
sys/dev/usb/ehci.c
3753
setup, status);
sys/dev/usb/ehci.c
3759
setup->qtd->qtd_status &= ~htole32(
sys/dev/usb/ehci.c
3765
setup->qtd->qtd_status |= htole32(
sys/dev/usb/ehci.c
3773
setup->qtd->qtd_buffer[0] = htole32(BUS_ADDR_LO32(ba));
sys/dev/usb/ehci.c
3774
setup->qtd->qtd_buffer_hi[0] = htole32(BUS_ADDR_HI32(ba));
sys/dev/usb/ehci.c
3819
setup->nextqtd = next;
sys/dev/usb/ehci.c
3820
setup->qtd->qtd_next = setup->qtd->qtd_altnext = htole32(next->physaddr);
sys/dev/usb/ehci.c
3822
usb_syncmem(&setup->dma, setup->offs, sizeof(*setup->qtd),
sys/dev/usb/ehci.c
3833
ehci_dump_sqtds(setup);
sys/dev/usb/ehci.c
3838
ehci_set_qh_qtd(sqh, setup);
sys/dev/usb/ehci.c
3864
ehci_dump_sqtds(setup);
sys/dev/usb/ohci.c
2706
ohci_soft_td_t *stat, *setup;
sys/dev/usb/ohci.c
2713
setup = ohci_alloc_std(sc);
sys/dev/usb/ohci.c
2714
if (setup == NULL) {
sys/dev/usb/ohci.c
2722
ox->ox_setup = setup;
sys/dev/usb/ohci.c
2725
setup->held = &ox->ox_setup;
sys/dev/usb/ohci.c
2729
(uintptr_t)setup, (uintptr_t)setup->held, 0);
sys/dev/usb/ohci.c
2745
ohci_free_std(sc, setup);
sys/dev/usb/ohci.c
2795
ohci_soft_td_t *setup, *stat, *next, *tail;
sys/dev/usb/ohci.c
2822
setup = opipe->tail.td;
sys/dev/usb/ohci.c
2824
ox->ox_setup = setup;
sys/dev/usb/ohci.c
2825
setup->held = &ox->ox_setup;
sys/dev/usb/ohci.c
2828
(uintptr_t)setup, (uintptr_t)setup->held, 0);
sys/dev/usb/ohci.c
2879
(uintptr_t)setup,
sys/dev/usb/ohci.c
2887
setup->td->td_flags = HTOO32(
sys/dev/usb/ohci.c
2893
setup->td->td_cbp = HTOO32(DMAADDR(&opipe->ctrl.reqdma, 0));
sys/dev/usb/ohci.c
2894
setup->td->td_nexttd = HTOO32(next->physaddr);
sys/dev/usb/ohci.c
2895
setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1);
sys/dev/usb/ohci.c
2896
setup->nexttd = next;
sys/dev/usb/ohci.c
2897
setup->len = 0;
sys/dev/usb/ohci.c
2898
setup->xfer = xfer;
sys/dev/usb/ohci.c
2899
setup->flags = 0;
sys/dev/usb/ohci.c
2900
ohci_hash_add_td(sc, setup);
sys/dev/usb/ohci.c
2902
xfer->ux_hcpriv = setup;
sys/dev/usb/ohci.c
2903
usb_syncmem(&setup->dma, setup->offs, sizeof(*setup->td),
sys/dev/usb/ohci.c
2935
ohci_dump_tds(sc, setup);
sys/dev/usb/uhci.c
144
uhci_soft_td_t *setup;
sys/dev/usb/uhci.c
2441
uxfer->ux_setup = upipe->ctrl.setup;
sys/dev/usb/uhci.c
2480
uhci_soft_td_t *setup, *stat, *next, *dataend;
sys/dev/usb/uhci.c
2504
setup = upipe->ctrl.setup;
sys/dev/usb/uhci.c
2532
setup->link.std = next;
sys/dev/usb/uhci.c
2533
setup->td.td_link = htole32(next->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2534
setup->td.td_status = htole32(status);
sys/dev/usb/uhci.c
2535
setup->td.td_token = htole32(UHCI_TD_SETUP(sizeof(*req), endpt, addr));
sys/dev/usb/uhci.c
2536
setup->td.td_buffer = htole32(DMAADDR(&upipe->ctrl.reqdma, 0));
sys/dev/usb/uhci.c
2538
usb_syncmem(&setup->dma, setup->offs, sizeof(setup->td),
sys/dev/usb/uhci.c
2555
uhci_dump_tds(setup);
sys/dev/usb/uhci.c
2561
uxfer->ux_setup = setup;
sys/dev/usb/uhci.c
2568
sqh->elink = setup;
sys/dev/usb/uhci.c
2569
sqh->qh.qh_elink = htole32(setup->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2759
uhci_free_std_locked(sc, upipe->ctrl.setup);
sys/dev/usb/uhci.c
3420
upipe->ctrl.setup = uhci_alloc_std(sc);
sys/dev/usb/uhci.c
3421
if (upipe->ctrl.setup == NULL) {
sys/dev/usb/uhci.c
3428
uhci_free_std(sc, upipe->ctrl.setup);
sys/dev/usb/uhci.c
3436
uhci_free_std(sc, upipe->ctrl.setup);
tests/fs/lfs/t_fcntl.c
209
fd = setup(width, &args, A_FEW_BLOCKS);
tests/fs/lfs/t_fcntl.c
276
fd = setup(width, &args, MORE_THAN_A_SEGMENT);
tests/fs/lfs/t_fcntl.c
331
fd = setup(width, &args, CHUNKSIZE);
tests/fs/lfs/t_fcntl.c
38
int setup(int, struct ufs_args *, off_t);
tests/lib/libpthread/t_sigalarm.c
93
PTHREAD_REQUIRE(pthread_create(&self, NULL, setup, NULL));
tests/net/if_loop/t_pr.c
167
setup();
tests/net/if_loop/t_pr.c
200
setup();
tests/sys/uvm/t_uvm_physseg.c
1000
setup();
tests/sys/uvm/t_uvm_physseg.c
1028
setup();
tests/sys/uvm/t_uvm_physseg.c
1061
setup();
tests/sys/uvm/t_uvm_physseg.c
1089
setup();
tests/sys/uvm/t_uvm_physseg.c
1122
setup();
tests/sys/uvm/t_uvm_physseg.c
1150
setup();
tests/sys/uvm/t_uvm_physseg.c
1183
setup();
tests/sys/uvm/t_uvm_physseg.c
1216
setup();
tests/sys/uvm/t_uvm_physseg.c
1288
setup();
tests/sys/uvm/t_uvm_physseg.c
1361
setup();
tests/sys/uvm/t_uvm_physseg.c
1431
setup();
tests/sys/uvm/t_uvm_physseg.c
1504
setup();
tests/sys/uvm/t_uvm_physseg.c
1529
setup();
tests/sys/uvm/t_uvm_physseg.c
1556
setup();
tests/sys/uvm/t_uvm_physseg.c
1594
setup();
tests/sys/uvm/t_uvm_physseg.c
1630
setup();
tests/sys/uvm/t_uvm_physseg.c
1653
setup();
tests/sys/uvm/t_uvm_physseg.c
1676
setup();
tests/sys/uvm/t_uvm_physseg.c
1712
setup();
tests/sys/uvm/t_uvm_physseg.c
1758
setup();
tests/sys/uvm/t_uvm_physseg.c
1816
setup();
tests/sys/uvm/t_uvm_physseg.c
1896
setup();
tests/sys/uvm/t_uvm_physseg.c
1936
setup();
tests/sys/uvm/t_uvm_physseg.c
1980
setup();
tests/sys/uvm/t_uvm_physseg.c
2041
setup();
tests/sys/uvm/t_uvm_physseg.c
2092
setup();
tests/sys/uvm/t_uvm_physseg.c
2151
setup();
tests/sys/uvm/t_uvm_physseg.c
2215
setup();
tests/sys/uvm/t_uvm_physseg.c
2243
setup();
tests/sys/uvm/t_uvm_physseg.c
2310
setup();
tests/sys/uvm/t_uvm_physseg.c
487
setup();
tests/sys/uvm/t_uvm_physseg.c
551
setup();
tests/sys/uvm/t_uvm_physseg.c
644
setup();
tests/sys/uvm/t_uvm_physseg.c
688
setup();
tests/sys/uvm/t_uvm_physseg.c
732
setup();
tests/sys/uvm/t_uvm_physseg.c
783
setup();
tests/sys/uvm/t_uvm_physseg.c
838
setup();
tests/sys/uvm/t_uvm_physseg.c
876
setup();
tests/sys/uvm/t_uvm_physseg.c
913
setup();
tests/sys/uvm/t_uvm_physseg.c
966
setup();
tests/sys/uvm/t_uvm_physseg_load.c
332
setup();
tests/sys/uvm/t_uvm_physseg_load.c
361
setup();
tests/sys/uvm/t_uvm_physseg_load.c
390
setup();
tests/sys/uvm/t_uvm_physseg_load.c
419
setup();
tests/sys/uvm/t_uvm_physseg_load.c
448
setup();
tests/sys/uvm/t_uvm_physseg_load.c
477
setup();
tests/sys/uvm/t_uvm_physseg_load.c
506
setup();
tests/sys/uvm/t_uvm_physseg_load.c
546
setup();
tests/sys/uvm/t_uvm_physseg_load.c
595
setup();
tests/sys/uvm/t_uvm_physseg_load.c
644
setup();
tests/sys/uvm/t_uvm_physseg_load.c
692
setup();
usr.bin/pr/pr.c
130
static int setup(int, char **);
usr.bin/pr/pr.c
142
ret_val = setup(argc, argv);
usr.bin/tr/tr.c
108
setup(string1, argv[0], 1, cflag);
usr.bin/tr/tr.c
109
setup(string2, argv[1], 2, 0);
usr.bin/tr/tr.c
127
setup(string1, argv[0], 1, cflag);
usr.bin/tr/tr.c
140
setup(string1, argv[0], 1, cflag);
usr.bin/tr/tr.c
172
setup(string1, argv[0], 1, cflag);
usr.bin/tr/tr.c
57
static void setup(int *, const char *, int, int);
usr.bin/who/utmpentry.c
185
int what = setup(fname);
usr.bin/who/utmpentry.c
68
static int setup(const char *);
usr.sbin/inetd/inetd.c
737
setup(sep);
usr.sbin/inetd/inetd.h
237
void setup(struct servtab *);
usr.sbin/inetd/parse.c
231
setup(sep);
usr.sbin/inetd/parse.c
321
setup(sep);
usr.sbin/inetd/parse.c
330
setup(sep);