Searched refs:mfp (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-current/regress/lib/libc/ieeefp/testfloat/arch/alpha/
H A DMakefile.inc3 COPTS+= -mieee-with-inexact -mfp-rounding-mode=d
/netbsd-current/share/man/man4/man4.x68k/
H A DMakefile3 MAN= bmd.4 intio.4 intro.4 mfp.4 neptune.4 powsw.4 vs.4
/netbsd-current/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_file.c98 FILE *mfp = NULL; local
126 if (mfp) {
127 endmntent(mfp);
128 mfp = NULL;
148 mfp = setmntent((char *)mnttabname, mode);
149 if (!mfp) {
180 rc = lock(fileno(mfp));
184 endmntent(mfp);
215 return mfp;
242 FILE *mfp; local
354 FILE *mfp; local
414 FILE *mfp = open_locked_mtab(mnttabname, "r+", fs); local
[all...]
H A Dmtab_mach3.c96 FILE *mfp = NULL; local
124 if (mfp) {
125 endmntent(mfp);
126 mfp = NULL;
145 mfp = setmntent(mnttabname, mode);
146 if (!mfp) {
177 rc = lock(fileno(mfp));
181 endmntent(mfp);
211 return mfp;
308 FILE *mfp; local
418 FILE *mfp; local
465 FILE *mfp = open_locked_mtab(mnttabname, "r+", fs); local
[all...]
H A Dmtab_linux.c291 FILE *mfp = NULL; local
305 mfp = setmntent((char *)mnttabname, mode);
306 if (!mfp) {
311 return mfp;
342 FILE *mfp; local
391 mfp = setmntent(tmpname, "w");
392 if (!mfp) {
403 if (addmntent(mfp, mp->mnt)) {
417 if (fflush(mfp)) {
422 (void) endmntent(mfp);
457 FILE *mfp; local
525 FILE *mfp = open_locked_mtab(mnttabname, "r+", fs); local
[all...]
/netbsd-current/usr.bin/make/
H A Dmeta.h38 FILE *mfp; member in struct:BuildMon
H A Dmeta.c129 if (!useFilemon || pbm->mfp == NULL)
165 filemon_read(FILE *mfp, int fd) argument
171 if (mfp == NULL) {
180 fprintf(mfp, "\n");
185 fprintf(mfp, "\n-- filemon acquired metadata --\n");
188 if ((ssize_t)fwrite(buf, 1, (size_t)n, mfp) < n)
192 if (fflush(mfp) != 0)
651 pbm->mfp = meta_create(pbm, gn);
658 if (pbm->mfp != NULL && useFilemon) {
678 if (pbm->mfp !
[all...]
/netbsd-current/sys/arch/vax/boot/boot/
H A Dautoconf.c138 int off, *mfp = (int *)(void *)&arg; local
140 off = (mfp[7]/4 + 8);
141 printf("Machine check, pc=%x, psl=%x\n", mfp[off], mfp[off+1]);
/netbsd-current/usr.bin/sort/
H A Dmsort.c101 FILE *mfp, *mfp1, *mfp2; local
105 mfp = ftmp();
106 merge_sort_fstack(mfp, putrec, ftbl);
125 fstack_1[fstack_1_count].fp = mfp;
156 FILE *mfp; local
185 mfp = ftmp();
187 merge_sort_fstack(mfp, putrec, ftbl);
188 fstack[0].fp = mfp;
/netbsd-current/sys/arch/atari/include/
H A Dmfp.h1 /* $NetBSD: mfp.h,v 1.5 2003/05/03 18:10:47 wiz Exp $ */
36 #define MFP ((struct mfp *)AD_MFP)
37 #define MFP2 ((struct mfp *)AD_MFP2)
46 struct mfp { struct
/netbsd-current/sys/arch/x68k/dev/
H A Dmfp.c1 /* $NetBSD: mfp.c,v 1.32 2024/01/06 05:31:19 isaki Exp $ */
39 __KERNEL_RCSID(0, "$NetBSD: mfp.c,v 1.32 2024/01/06 05:31:19 isaki Exp $");
50 #include <arch/x68k/dev/mfp.h>
58 CFATTACH_DECL_NEW(mfp, sizeof(struct mfp_softc),
69 if (strcmp(ia->ia_name, "mfp") != 0)
H A Dkbd.c57 #include <arch/x68k/dev/mfp.h>
135 struct mfp_softc *mfp = device_private(parent); local
142 intio_intr_establish(mfp->sc_intr + 12, "kbd", kbdintr, sc);
/netbsd-current/sys/arch/atari/vme/
H A Dvme_machdep.c44 #include <machine/mfp.h>
/netbsd-current/tests/lib/libm/
H A DMakefile8 COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
/netbsd-current/usr.bin/vacation/
H A Dvacation.c600 FILE *mfp, *sfp; local
605 mfp = fopen(msgfile, "r");
606 if (mfp == NULL) {
628 (void)close(fileno(mfp));
646 while (fgets(buf, sizeof buf, mfp) != NULL) {
657 (void)fclose(mfp);
/netbsd-current/sys/arch/x68k/conf/
H A DMakefile.x68k83 intio_dmac.o mfp.o neptune.o opm.o scsirom.o xel.o zs.o bus.o: Makefile
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Dcrtrunc.S1 # initialize config for -mfp-mode=truncate
H A Dcrtint.S1 # initialize config for -mfp-mode=int
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Dcrtrunc.S1 # initialize config for -mfp-mode=truncate
H A Dcrtint.S1 # initialize config for -mfp-mode=int
/netbsd-current/sys/arch/atari/isa/
H A Disa_machdep.c54 #include <machine/mfp.h>
H A Disa_hades.c46 #include <machine/mfp.h>
/netbsd-current/sys/arch/x68k/x68k/
H A Diodevice.h82 struct mfp { struct
312 struct mfp io_mfp; /* 0x00e88000 */
/netbsd-current/sys/arch/atari/dev/
H A Dgrfabs.c42 #include <machine/mfp.h>
/netbsd-current/sys/arch/atari/pci/
H A Dpci_hades.c51 #include <machine/mfp.h>

Completed in 466 milliseconds

123