Home
last modified time | relevance | path

Searched refs:cfp (Results 1 – 25 of 62) sorted by relevance

123

/netbsd/sys/arch/m68k/include/
H A Dframe.h234 #define ATOMIC_CAS_CHECK(cfp) \ argument
236 if (! CLKF_USERMODE(cfp) && \
237 (CLKF_PC(cfp) < (u_long)&_atomic_cas_ras_end && \
238 CLKF_PC(cfp) > (u_long)&_atomic_cas_ras_start)) { \
239 (cfp)->cf_pc = (u_long)&_atomic_cas_ras_start; \
243 #define ATOMIC_CAS_CHECK(cfp) /* nothing */ argument
/netbsd/distrib/utils/ssh/
H A Dssh.c101 FILE *cfp; /* command file ptr */ in main() local
135 if ((cfp = fopen(cf_name, "r")) != NULL) { in main()
136 error = runfile(cfp); in main()
137 fclose(cfp); in main()
152 cfp = fopen(cf_name, "r"); in main()
153 if (cfp == NULL) { in main()
157 error = runfile(cfp); in main()
158 fclose(cfp); in main()
199 runfile(FILE *cfp) in runfile() argument
214 if ((fgets(ibuf, sizeof(ibuf), cfp)) == NULL) in runfile()
/netbsd/usr.sbin/lpr/common_source/
H A Drmjob.c187 FILE *cfp; in process() local
192 if ((cfp = fopen(file, "r")) == NULL) in process()
195 while (get_line(cfp)) { in process()
203 (void)fclose(cfp); in process()
229 FILE *cfp; in chk() local
244 if ((cfp = fopen(file, "r")) == NULL) in chk()
247 while (get_line(cfp)) { in chk()
251 (void)fclose(cfp); in chk()
H A Ddisplayq.c302 FILE *cfp; in inform() local
309 if ((cfp = fopen(cf, "r")) == NULL) in inform()
318 while (get_line(cfp)) { in inform()
322 fclose(cfp); in inform()
354 fclose(cfp); in inform()
/netbsd/sys/kern/
H A Dsubr_userconf.c201 const struct cfparent *cfp; in userconf_pdev() local
217 cfp = cd->cf_pspec; in userconf_pdev()
218 if (cfp == NULL) in userconf_pdev()
220 else if (cfp->cfp_parent != NULL && cfp->cfp_unit != -1) in userconf_pdev()
221 printf(" %s%d", cfp->cfp_parent, cfp->cfp_unit); in userconf_pdev()
223 printf(" %s?", cfp->cfp_parent != NULL ? cfp->cfp_parent in userconf_pdev()
224 : cfp->cfp_iattr); in userconf_pdev()
238 if (cfp) { in userconf_pdev()
240 ia = cfiattr_lookup(cfp->cfp_iattr, 0); in userconf_pdev()
/netbsd/usr.bin/man/
H A Dmanconf.c103 FILE *cfp; in config() local
110 if ((cfp = fopen(fname, "r")) == NULL) in config()
113 for (lcnt = 1; (p = fgetln(cfp, &len)) != NULL; ++lcnt) { in config()
212 (void)fclose(cfp); in config()
/netbsd/sys/arch/arc/arc/
H A Dtimer.c161 statclockintr(struct clockframe *cfp) in statclockintr() argument
185 statclock(cfp); in statclockintr()
187 statclock(cfp); in statclockintr()
/netbsd/games/dm/
H A Ddm.c129 FILE *cfp; in read_config() local
132 if (!(cfp = fopen(_PATH_CONFIG, "r"))) in read_config()
134 while (fgets(lbuf, sizeof(lbuf), cfp)) in read_config()
154 (void)fclose(cfp); in read_config()
/netbsd/usr.sbin/lpr/lpd/
H A Dprintjob.c400 while (get_line(cfp)) in printit()
484 (void)fclose(cfp); in printit()
504 fseek(cfp, 0L, 0); in printit()
505 while (get_line(cfp)) in printit()
525 (void)fclose(cfp); in printit()
824 while (get_line(cfp)) { in sendit()
850 (void)fclose(cfp); in sendit()
862 (void)fclose(cfp); in sendit()
868 fseek(cfp, 0L, 0); in sendit()
869 while (get_line(cfp)) in sendit()
[all …]
/netbsd/lib/libc/rpc/
H A Dsvc_vc.c442 struct cf_rendezvous *cfp; in svc_vc_rendezvous_control() local
444 cfp = (struct cf_rendezvous *)xprt->xp_p1; in svc_vc_rendezvous_control()
445 if (cfp == NULL) in svc_vc_rendezvous_control()
449 *(int *)in = cfp->maxrec; in svc_vc_rendezvous_control()
452 cfp->maxrec = *(int *)in; in svc_vc_rendezvous_control()
479 struct cf_conn *cfp; in read_vc() local
522 cfp = (struct cf_conn *)xprt->xp_p1; in read_vc()
524 if (cfp->nonblock) { in read_vc()
533 gettimeofday(&cfp->last_recv_time, NULL); in read_vc()
555 gettimeofday(&cfp->last_recv_time, NULL); in read_vc()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dctfread.c94 explicit ctf_fp_info (ctf_file_t *cfp) : fp (cfp) {}
1311 ctf_file_t *cfp,
1320 ccx->fp = cfp;
1405 scan_partial_symbols (ctf_file_t *cfp, struct objfile *of)
1410 ctf_psymtab *pst = create_partial_symtab (name, cfp, of);
1412 ccx.fp = cfp;
1417 ctf_errmsg (ctf_errno (cfp)));
1421 ctf_errmsg (ctf_errno (cfp)));
1429 if ((tid = ctf_lookup_by_symbol (cfp, idx)) == CTF_ERR)
1431 if (ctf_errno (cfp) == EINVAL || ctf_errno (cfp) == ECTF_NOSYMTAB)
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dctfread.c94 explicit ctf_fp_info (ctf_file_t *cfp) : fp (cfp) {}
1311 ctf_file_t *cfp,
1320 ccx->fp = cfp;
1405 scan_partial_symbols (ctf_file_t *cfp, struct objfile *of)
1410 ctf_psymtab *pst = create_partial_symtab (name, cfp, of);
1412 ccx.fp = cfp;
1417 ctf_errmsg (ctf_errno (cfp)));
1421 ctf_errmsg (ctf_errno (cfp)));
1429 if ((tid = ctf_lookup_by_symbol (cfp, idx)) == CTF_ERR)
1431 if (ctf_errno (cfp) == EINVAL || ctf_errno (cfp) == ECTF_NOSYMTAB)
[all …]
/netbsd/sys/arch/mips/mips/
H A Dmips3_clockintr.c66 mips3_clockintr(struct clockframe *cfp) in mips3_clockintr() argument
95 hardclock(cfp); in mips3_clockintr()
/netbsd/sys/arch/powerpc/powerpc/
H A Dclock.c138 decr_intr(struct clockframe *cfp) in decr_intr() argument
189 hardclock(cfp); in decr_intr()
190 hardclock(cfp); in decr_intr()
/netbsd/sys/arch/evbsh3/nextvod/
H A Dstasc.c146 stasc_match(device_t parent, cfdata_t cfp, void *aux) in stasc_match() argument
149 if (strcmp(cfp->cf_name, "stasc") != 0) in stasc_match()
/netbsd/sys/arch/x68k/dev/
H A Dgrf_machdep.c120 grfmatch(device_t parent, cfdata_t cfp, void *aux) in grfmatch() argument
124 addr = cfp->cf_loc[GRFBCF_ADDR]; in grfmatch()
/netbsd/sys/arch/sh3/dev/
H A Dwdog.c101 wdogmatch(device_t parent, cfdata_t cfp, void *aux) in wdogmatch() argument
104 if (strcmp(cfp->cf_name, "wdog")) in wdogmatch()
/netbsd/sys/arch/hpcsh/dev/
H A Dpsh3pwr.c111 psh3pwr_match(device_t parent, struct cfdata *cfp, void *aux) in psh3pwr_match() argument
117 if (strcmp(cfp->cf_name, "psh3pwr") != 0) in psh3pwr_match()
H A Dj6x0pwr.c130 j6x0pwr_match(device_t parent, cfdata_t cfp, void *aux) in j6x0pwr_match() argument
140 if (strcmp(cfp->cf_name, "j6x0pwr") != 0) in j6x0pwr_match()
H A Dpsh3lcd.c225 psh3lcd_match(device_t parent __unused, struct cfdata *cfp, void *aux __unused) in psh3lcd_match() argument
232 if (strcmp(cfp->cf_name, "psh3lcd") != 0) in psh3lcd_match()
/netbsd/external/lgpl3/gmp/dist/mpn/cray/
H A DREADME39 The cfp subdirectory is for systems utilizing the traditional Cray
44 systems with cfp floating point, the main obstacle is the forming of
54 For best speed for cfp systems, we need a mul_basecase, since that
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/aarch64/
H A Dpredres.s3 cfp rctx, x1
H A Dpredres.d9 .*: d50b7381 cfp rctx, x1
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dpredres.s3 cfp rctx, x1
H A Dpredres.d9 .*: d50b7381 cfp rctx, x1

123