| /freebsd/tests/sys/netinet/ |
| H A D | igmp.py | 58 elif args["type"] == "leave": 78 if args["type"] == "leave": 104 "Test that we send the expected join/leave IGMPv3 messages" 122 # Now leave, check for the packet 123 expected_pkt = { "type": "leave", "group": "230.0.0.1" } 132 "Test that we send the expected join/leave IGMPv2 messages" 151 # Now leave, check for the packet 152 expected_pkt = { "type": "leave", "group": "230.0.0.1" }
|
| /freebsd/sys/i386/i386/ |
| H A D | copyout_fast.S | 87 leave 127 leave 139 leave 167 leave 193 leave 219 leave 232 leave 259 leave 287 leave 316 leave
|
| 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()
|
| /freebsd/usr.bin/leave/ |
| H A D | leave.c | 46 * leave [[+]hhmm] 48 * Reminds you when you have to leave. 49 * Leave prompts for input and goes away if you hit return. 72 #define MSG1 "When do you have to leave? " in main() 119 /* Leave time is in the past so we add 12 hrs */ in main() 154 #define MSG2 "\07\07You have to leave in 5 minutes.\n" in doalarm() 170 #define MSG4 "\07\07Time to leave!\n" in doalarm() 185 fprintf(stderr, "usage: leave [[+]hhmm]\n"); in usage()
|
| H A D | leave.1 | 32 .Nm leave 33 .Nd remind you when you have to leave 41 have to leave. 72 have to leave?".
|
| /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/crypto/openssl/include/internal/ |
| H A D | quic_reactor_wait_ctx.h | 30 * ossl_quic_reactor_(enter/leave)_blocking_section(), however this API does not 33 * balanced calls to enter()/leave() on a single thread) is more convenient. 60 * enter() and leave() may be called multiple times for the same reactor and 61 * wait context so long as the number of calls is balanced. The last leave() 78 * versa, ossl_quic_reactor_(enter/leave)_blocking_section() is called once. 107 * been balanced with corresponding leave() calls before calling this
|
| /freebsd/lib/libc/amd64/string/ |
| H A D | strcspn.S | 111 leave 116 leave 125 leave 247 leave 257 leave 266 leave 300 leave 311 leave 316 leave 325 leave [all …]
|
| H A D | strspn.S | 107 leave 112 leave 134 1: leave 240 leave 245 leave 280 leave 287 leave 354 leave
|
| /freebsd/contrib/ee/ |
| H A D | ee.msg | 20 9 "leave menu" 39 28 "leave editor" 61 50 "exit : leave and save nocase : case insensitive search " 62 51 "quit : leave, no save !cmd : execute \"cmd\" in shell " 75 64 "write: write a file |case : case sensitive search |exit : leave and save " 76 65 "!cmd : shell \"cmd\" |nocase: ignore case in search |quit : leave, no save"
|
| /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()
|
| /freebsd/tools/test/stress2/tools/ |
| H A D | fstool.c | 162 int c, i, levels, leave, times; in main() local 169 leave = 0; in main() 188 leave = 1; in main() 213 printf(" -l: Leave the files and dirs.\n"); in main() 221 leave = 0; in main() 231 if (leave == 0) in main()
|
| /freebsd/libexec/rpc.rusersd/ |
| H A D | rusers_proc.c | 266 goto leave; in rusers_service() 286 goto leave; in rusers_service() 303 goto leave; in rusers_service() 310 goto leave; in rusers_service() 315 goto leave; in rusers_service() 326 leave: in rusers_service()
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_vnops.c | 424 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", error); in unionfs_lookup() 467 UNIONFS_INTERNAL_DEBUG("unionfs_create: leave (%d)\n", error); in unionfs_create() 505 UNIONFS_INTERNAL_DEBUG("unionfs_whiteout: leave (%d)\n", error); in unionfs_whiteout() 548 UNIONFS_INTERNAL_DEBUG("unionfs_mknod: leave (%d)\n", error); in unionfs_mknod() 775 UNIONFS_INTERNAL_DEBUG("unionfs_open: leave (%d)\n", error); in unionfs_open() 890 UNIONFS_INTERNAL_DEBUG("unionfs_close: leave (%d)\n", error); in unionfs_close() 984 UNIONFS_INTERNAL_DEBUG("unionfs_access: leave (%d)\n", error); in unionfs_access() 1021 UNIONFS_INTERNAL_DEBUG("unionfs_access: leave (%d)\n", error); in unionfs_access() 1053 "unionfs_getattr: leave mode=%o, uid=%d, gid=%d (%d)\n", in unionfs_getattr() 1076 "unionfs_getattr: leave mode=%o, uid=%d, gid=%d (%d)\n", in unionfs_getattr() [all …]
|
| /freebsd/libexec/getty/ |
| H A D | gettytab.5 | 78 .It "c2 num unused tty control flags to leave terminal as" 98 .It "ec bool false leave echo" 121 .It "i2 num unused tty input flags to leave terminal as" 136 .It "l2 num unused tty local flags to leave terminal as" 149 .It "o2 num unused tty output flags to leave terminal as" 202 .It "f2 num unused tty mode flags to leave terminal as" 216 and to leave the terminal set as upon completion,
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | ps.c | 19 rtw_err(rtwdev, "leave idle state failed\n"); in rtw_ips_pwr_up() 60 rtw_err(rtwdev, "failed to leave ips state\n"); in rtw_leave_ips() 121 /* Driver needs to wait for firmware to leave LPS state in __rtw_fw_leave_lps_check_reg() 167 rtw_warn(rtwdev, "firmware failed to leave lps state\n"); in rtw_fw_leave_lps_check() 265 "Should leave deep PS before leaving LPS\n"); in __rtw_leave_lps()
|
| /freebsd/share/doc/usd/07.mail/ |
| H A D | mail2.nr | 281 in your login directory at the time you leave 340 in your home directory when you leave 505 file, which will be rewritten when you leave 524 in your home directory if you leave 534 to leave it there. 568 When you have perused all the messages of interest, you can leave 586 If you wish for some reason to leave
|
| /freebsd/libexec/rpc.rwalld/ |
| H A D | rwalld.c | 176 goto leave; in wallprog_1() 186 goto leave; in wallprog_1() 191 goto leave; in wallprog_1() 202 leave: in wallprog_1()
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_rwlock.h | 226 goto leave; in ck_rwlock_recursive_write_lock() 237 leave: in ck_rwlock_recursive_write_lock() 249 goto leave; in ck_rwlock_recursive_write_trylock() 262 leave: in ck_rwlock_recursive_write_trylock()
|
| H A D | ck_hp_stack.h | 97 goto leave; in ck_hp_stack_trypop_mpmc() 100 goto leave; in ck_hp_stack_trypop_mpmc() 105 leave: in ck_hp_stack_trypop_mpmc()
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usb-device.txt | 25 may leave out all except for "usbVID,PID". 41 adhering to this binding may leave out all except for 54 may leave out all except for "usbVID,PID".
|
| /freebsd/sys/cddl/dev/dtrace/amd64/ |
| H A D | dtrace_asm.S | 163 * We must emulate a "leave", which is the same as a "movq %rbp, %rsp" 251 leave 265 leave 294 leave 321 leave 430 leave
|
| /freebsd/contrib/ofed/librdmacm/man/ |
| H A D | rdma_leave_multicast.3 | 15 Multicast address identifying the group to leave. 26 Destroying an rdma_cm_id will automatically leave all multicast groups.
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | chem.awk | 125 from = "from Last." leave(last, dir) " " fields(cf, NF) 140 return "from " n "." leave(labtype[n], dir) 174 n, $0, leave(type,dir+180), leave(last,dir) 346 leave(type,dir+180), leave(last,dir)) 349 function leave(last, d, c, c1) { # return vertex of last in dir d function 450 if (substr(s1, 1, 1) == "!") { # !mol => leave alone
|
| /freebsd/libexec/rpc.rstatd/ |
| H A D | rstat_proc.c | 408 goto leave; in rstat_service() 425 goto leave; in rstat_service() 445 goto leave; in rstat_service() 452 goto leave; in rstat_service() 457 goto leave; in rstat_service() 466 leave: in rstat_service()
|