Home
last modified time | relevance | path

Searched refs:hfile (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/tools/
H A Dsdiodevs2h.awk61 if (hfile)
69 if (hfile)
75 if (hfile)
82 if (hfile)
90 if (hfile)
100 if (hfile)
111 if (hfile)
121 if (hfile)
142 if (hfile)
152 if (hfile)
[all …]
H A Dusbdevs2h.awk61 if (hfile)
69 if (hfile)
75 if (hfile)
82 if (hfile)
90 if (hfile)
100 if (hfile)
111 if (hfile)
121 if (hfile)
142 if (hfile)
152 if (hfile)
[all …]
H A Dmiidevs2h.awk93 hfile="miidevs.h"
99 printf("/* \$FreeBSD\$ */\n\n") > hfile
100 printf("/*\n") > hfile
102 > hfile
103 printf(" *\n") > hfile
104 printf(" * generated from:\n") > hfile
105 printf(" *\t%s\n", VERSION) > hfile
106 printf(" */\n") > hfile
118 ouis[nouis, 2]) > hfile
137 models[nmodels, 4]) > hfile
[all …]
H A Dpccarddevs2h.awk92 hfile="pccarddevs.h"
99 printf("/*\n") > hfile
101 > hfile
102 printf(" *\n") > hfile
103 printf(" * generated from:\n") > hfile
104 printf(" *\t%s\n", VERSION) > hfile
105 printf(" */\n") > hfile
118 vendors[nvendors, 2]) > hfile
160 products[nproducts, 4]) > hfile
168 products[nproducts, 5]) > hfile
[all …]
H A Dvnode_if.awk65 function printh(s) {print s > hfile;}
153 hfile = "vnode_if.h";
163 if (!cfile && !hfile && !pfile && !qfile)
192 if (hfile) {
320 if (hfile) {
500 if (hfile) {
509 if (hfile)
510 close(hfile);
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memory.c733 fd = open(hfile->filepath, O_RDWR);
736 hfile->filepath, strerror(errno));
742 hfile->filepath, strerror(errno));
756 hfile->filepath, strerror(errno));
765 munmap(hfile->orig_va, page_sz);
767 munmap(hfile->orig_va, page_sz);
770 hfile->orig_va = NULL;
771 hfile->final_va = addr;
775 hfile->physaddr = (uintptr_t)addr;
781 ms->iova = hfile->physaddr;
[all …]