Home
last modified time | relevance | path

Searched refs:fph (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/ipf/dist/tools/
Dipfcomp.c353 static FILE *fph = NULL; local
356 if (fph == NULL) {
357 fph = fopen("ip_rules.h", "w");
358 if (fph == NULL)
361 fprintf(fph, "extern int ipfrule_add __P((void));\n");
362 fprintf(fph, "extern int ipfrule_remove __P((void));\n");
368 fprintf(fph, "\n\
379 fprintf(fph, "\n\
385 fprintf(fph, "\n\
396 fprintf(fph, "\n\
/netbsd/src/sys/dev/ic/
Disp.c6518 isp_fastpost_complete(ispsoftc_t *isp, uint32_t fph) in isp_fastpost_complete() argument
6522 if (fph == 0) { in isp_fastpost_complete()
6525 xs = isp_find_xs(isp, fph); in isp_fastpost_complete()
6528 "Command for fast post handle 0x%x not found", fph); in isp_fastpost_complete()
6531 isp_destroy_handle(isp, fph); in isp_fastpost_complete()
6541 ISP_DMAFREE(isp, xs, fph); in isp_fastpost_complete()