Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/tools/
HDipfcomp.c355 static FILE *fph = NULL; local
358 if (fph == NULL) {
359 fph = fopen("ip_rules.h", "w");
360 if (fph == NULL)
363 fprintf(fph, "extern int ipfrule_add(void));\n");
364 fprintf(fph, "extern int ipfrule_remove(void));\n");
370 fprintf(fph, "\n\
381 fprintf(fph, "\n\
387 fprintf(fph, "\n\
398 fprintf(fph, "\n\
/freebsd-11-stable/sys/dev/isp/
HDisp.c6516 isp_fastpost_complete(ispsoftc_t *isp, uint32_t fph) in isp_fastpost_complete() argument
6520 if (fph == 0) { in isp_fastpost_complete()
6523 xs = isp_find_xs(isp, fph); in isp_fastpost_complete()
6526 "Command for fast post handle 0x%x not found", fph); in isp_fastpost_complete()
6529 isp_destroy_handle(isp, fph); in isp_fastpost_complete()
6539 ISP_DMAFREE(isp, xs, fph); in isp_fastpost_complete()