Searched refs:ofh (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/tools/tools/kdrv/
H A DKernelDriver881 set ofh [open $ksrc$f.new w];
892 puts $ofh $line; # copy through
899 close $ofh;
/freebsd-11-stable/tools/tools/ansify/
H A Dansify.pl40 my $ofh = shift;
66 print $ofh @saved;
78 print $ofh @saved;
98 print $ofh @saved;
102 print $ofh "$repl\n";
107 print $ofh "{\n";
110 print $ofh $_;
/freebsd-11-stable/sys/arm/arm/
H A Dfiq.c96 struct fiqhandler *ofh; local
105 if ((ofh = TAILQ_FIRST(&fiqhandler_stack)) != NULL) {
106 if ((ofh->fh_flags & FH_CANPUSH) == 0) {
112 if (ofh->fh_regs != NULL)
113 fiq_getregs(ofh->fh_regs);
142 struct fiqhandler *ofh; local
155 if ((ofh = TAILQ_FIRST(&fiqhandler_stack)) != NULL) {
156 if (ofh->fh_regs != NULL)
157 fiq_setregs(ofh->fh_regs);
158 fiq_installhandler(ofh
[all...]

Completed in 112 milliseconds