Searched refs:LEAVE (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_pppoe.c | 312 #define LEAVE(x) do { error = x; goto quit; } while(0) macro 808 LEAVE(EMSGSIZE); in ng_pppoe_rcvmsg() 816 LEAVE(EMSGSIZE); in ng_pppoe_rcvmsg() 823 LEAVE(EMSGSIZE); in ng_pppoe_rcvmsg() 832 LEAVE(EMSGSIZE); in ng_pppoe_rcvmsg() 841 LEAVE(ENOENT); in ng_pppoe_rcvmsg() 845 LEAVE(EINVAL); in ng_pppoe_rcvmsg() 854 LEAVE(EEXIST); in ng_pppoe_rcvmsg() 873 LEAVE(EISCONN); in ng_pppoe_rcvmsg() 881 LEAVE(EISCONN); in ng_pppoe_rcvmsg() [all …]
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.c | 229 LEAVE(); in bpf_jit_compile() 235 LEAVE(); in bpf_jit_compile() 249 LEAVE(); in bpf_jit_compile() 270 LEAVE(); in bpf_jit_compile() 285 LEAVE(); in bpf_jit_compile() 316 LEAVE(); in bpf_jit_compile() 342 LEAVE(); in bpf_jit_compile() 361 LEAVE(); in bpf_jit_compile() 376 LEAVE(); in bpf_jit_compile() 501 LEAVE(); in bpf_jit_compile()
|
H A D | bpf_jit_machdep.h | 234 #define LEAVE() do { \ macro
|
/freebsd/sys/i386/i386/ |
H A D | bpf_jit_machdep.c | 239 LEAVE(); in bpf_jit_compile() 251 LEAVE(); in bpf_jit_compile() 268 LEAVE(); in bpf_jit_compile() 286 LEAVE(); in bpf_jit_compile() 300 LEAVE(); in bpf_jit_compile() 340 LEAVE(); in bpf_jit_compile() 363 LEAVE(); in bpf_jit_compile() 381 LEAVE(); in bpf_jit_compile() 395 LEAVE(); in bpf_jit_compile() 531 LEAVE(); in bpf_jit_compile()
|
H A D | bpf_jit_machdep.h | 179 #define LEAVE() do { \ macro
|
/freebsd/stand/ficl/ |
H A D | vm.c | 187 LEAVE,
|
/freebsd/contrib/dialog/ |
H A D | dlg_keys.c | 549 DIALOG_NAME(LEAVE)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleZnver1.td | 740 // LEAVE 745 def : InstRW<[ZnWriteLEAVE], (instregex "LEAVE")>;
|
H A D | X86ScheduleZnver2.td | 750 // LEAVE 755 def : InstRW<[Zn2WriteLEAVE], (instregex "LEAVE")>;
|
H A D | X86ScheduleAtom.td | 602 def : InstRW<[AtomWrite01_2], (instrs LEAVE, LEAVE64, POP16r,
|
H A D | X86SchedSandyBridge.td | 717 def: InstRW<[SBWriteResGroup25_1], (instrs LEAVE, LEAVE64)>;
|
H A D | X86SchedBroadwell.td | 1068 def: InstRW<[BWWriteResGroup80], (instrs LEAVE, LEAVE64,
|
H A D | X86SchedSkylakeClient.td | 1117 def: InstRW<[SKLWriteResGroup94], (instrs LEAVE, LEAVE64,
|
H A D | X86SchedHaswell.td | 1156 def: InstRW<[HWWriteResGroup37], (instrs LEAVE, LEAVE64,
|
H A D | X86SchedAlderlakeP.td | 1185 def : InstRW<[ADLPWriteResGroup94], (instrs LEAVE)>;
|
H A D | X86SchedSkylakeServer.td | 1396 def: InstRW<[SKXWriteResGroup99], (instrs LEAVE, LEAVE64,
|
H A D | X86SchedIceLake.td | 1407 def: InstRW<[ICXWriteResGroup99], (instrs LEAVE, LEAVE64,
|
H A D | X86InstrMisc.td | 42 def LEAVE : I<0xC9, RawFrm, (outs), (ins), "leave", []>,
|
H A D | X86SchedSapphireRapids.td | 1443 def : InstRW<[SPRWriteResGroup103], (instrs LEAVE)>;
|