Searched refs:gfp (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/ofed/include/linux/
H A Dstring.h33 #include <linux/gfp.h>
39 kmemdup(const void *src, size_t len, gfp_t gfp) argument
43 dst = kmalloc(len, gfp);
H A Dmm.h32 #include <linux/gfp.h>
H A Dslab.h37 #include <linux/gfp.h>
H A Ddma-mapping.h58 dma_addr_t *dma_handle, gfp_t gfp);
/freebsd-9.3-release/libexec/mknetid/
H A Dmknetid.c103 FILE *gfp, *pfp, *hfp, *nfp; local
147 if ((gfp = fopen(groupfile, "r")) == NULL) {
164 _gr_fp = gfp;
176 fclose(gfp);
/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp475 register FILE *gfp = NULL; /* input file pointer */ local
508 gfp = macro_path.open_file(gremlinfile, &path);
509 if (!gfp)
511 PICTURE = DBRead(gfp); /* read picture file */
512 fclose(gfp);
/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c678 FILE *gfp, *bfp; local
736 gfp = fopen(tofl, "r");
737 if (gfp == NULL)
746 while (fgets(buffer, LNBUFF, gfp) != NULL) {
769 if (fclose(gfp) == EOF)
/freebsd-9.3-release/contrib/amd/amd/
H A Dconf.c348 struct _func_map *gfp; local
357 for (gfp = glob_functable; gfp->name; gfp++)
358 if (FSTREQ(gfp->name, key))
359 return (gfp->func)(val);

Completed in 79 milliseconds