HomeSort by: relevance | last modified time | path
    Searched refs:fph (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 353 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
    [all...]
  /src/sys/dev/ic/
isp.c 6518 isp_fastpost_complete(ispsoftc_t *isp, uint32_t fph)
6522 if (fph == 0) {
6525 xs = isp_find_xs(isp, fph);
6528 "Command for fast post handle 0x%x not found", fph);
6531 isp_destroy_handle(isp, fph);
6541 ISP_DMAFREE(isp, xs, fph);

Completed in 29 milliseconds