Searched refs:lfd (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/ppc/
H A DrestFP.S22 lfd f14,-144(r1)
23 lfd f15,-136(r1)
24 lfd f16,-128(r1)
25 lfd f17,-120(r1)
26 lfd f18,-112(r1)
27 lfd f19,-104(r1)
28 lfd f20,-96(r1)
29 lfd f21,-88(r1)
30 lfd f22,-80(r1)
31 lfd f2
[all...]
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-fpsave.asm80 lfd f14,-144(r1)
81 lfd f15,-136(r1)
82 lfd f16,-128(r1)
83 lfd f17,-120(r1)
84 lfd f18,-112(r1)
85 lfd f19,-104(r1)
86 lfd f20,-96(r1)
87 lfd f21,-88(r1)
88 lfd f22,-80(r1)
89 lfd f2
[all...]
H A Ddarwin-world.asm247 lfd f14,-144(r11)
248 lfd f15,-136(r11)
249 lfd f16,-128(r11)
250 lfd f17,-120(r11)
251 lfd f18,-112(r11)
252 lfd f19,-104(r11)
253 lfd f20,-96(r11)
254 lfd f21,-88(r11)
255 lfd f22,-80(r11)
256 lfd f2
[all...]
/openbsd-current/libexec/mail.local/
H A Dlocking.c60 int lfd=-1; local
75 if ((lfd = open(lpath, O_CREAT|O_WRONLY|O_EXCL,
86 return(lfd);
H A Dmail.local.c159 int mbfd=-1, lfd=-1, rval=EX_OSERR; local
177 lfd = lockspool(name, pw);
178 if (lfd == -1)
261 if (lfd != -1)
/openbsd-current/lib/libcrypto/bn/asm/
H A Dppc64-mont.pl317 lfd $ba,`$FRAME+0`($sp)
318 lfd $bb,`$FRAME+8`($sp)
319 lfd $bc,`$FRAME+16`($sp)
320 lfd $bd,`$FRAME+24`($sp)
321 lfd $na,`$FRAME+32`($sp)
322 lfd $nb,`$FRAME+40`($sp)
323 lfd $nc,`$FRAME+48`($sp)
324 lfd $nd,`$FRAME+56`($sp)
342 lfd $A0,`$FRAME+64`($sp)
343 lfd
[all...]
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dvecast.S446 lfd %f24, s_f24(%r1)
447 lfd %f25, s_f25(%r1)
448 lfd %f26, s_f26(%r1)
449 lfd %f27, s_f27(%r1)
450 lfd %f28, s_f28(%r1)
451 lfd %f29, s_f29(%r1)
452 lfd %f30, s_f30(%r1)
453 lfd %f31, s_f31(%r1)
/openbsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c83 static int lfd; /* lock file descriptor */ variable
176 lfd = safe_open(LO, O_WRONLY|O_CREAT|O_NOFOLLOW|O_EXLOCK, 0640);
177 if (lfd < 0) {
183 if (fstat(lfd, &stb) == 0 && (stb.st_mode & S_IXUSR))
185 ftruncate(lfd, 0);
195 if (write(lfd, line, i) != i) {
210 if (fchmod(lfd, stb.st_mode & 0777) < 0)
232 (void)lseek(lfd, pidoff, SEEK_SET);
236 if (write(lfd, line, i) != i)
246 if (fstat(lfd,
[all...]
/openbsd-current/sys/arch/macppc/macppc/
H A Dlocore.S1157 lfd %f0,0(%r6) /* restore the clobbered register */
1160 lfd %f0,112(%r6)
1162 lfd %f0,0(%r6)
1163 lfd %f1,8(%r6)
1164 lfd %f2,16(%r6)
1165 lfd %f3,24(%r6)
1166 lfd %f4,32(%r6)
1167 lfd %f5,40(%r6)
1168 lfd %f6,48(%r6)
1169 lfd
[all...]
/openbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c1084 reserve_accept4(int lfd, int event, struct event *ev, argument
1094 event_set(ev, lfd, EV_READ|EV_PERSIST, cb, ev);
1104 afd = accept4(lfd, sa, salen, flags);
1113 event_set(ev, lfd, 0, cb, ev);
1122 tcp_acceptcb(int lfd, short event, void *arg) argument
1124 acceptcb(lfd, event, arg, 0);
1128 tls_acceptcb(int lfd, short event, void *arg) argument
1130 acceptcb(lfd, event, arg, 1);
1134 acceptcb(int lfd, short event, void *arg, int usetls) argument
1145 if ((fd = reserve_accept4(lfd, even
[all...]

Completed in 159 milliseconds