| /netbsd-src/lib/libc/net/ |
| H A D | send.c | 48 __weak_alias(send, _send) in __weak_alias() argument
|
| /netbsd-src/sys/rump/net/lib/libvirtif/ |
| H A D | if_virt.h | 24 #define VIFHYPER_SEND VIF_BASENAME3(rumpcomp_,VIRTIF_BASE,_send)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | concurrency.d | 576 _send(tid, vals); in send() 589 _send(MsgType.priority, tid, vals); in prioritySend() 595 private void _send(T...)(Tid tid, T vals) in _send() function 597 _send(MsgType.standard, tid, vals); in _send() 604 private void _send(T...)(MsgType type, Tid tid, T vals) in _send() function 1050 _send(MsgType.linkDead, tid, ident); in cleanup() 1052 _send(MsgType.linkDead, owner, ident); in cleanup()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | concurrency.d | 683 _send(tid, vals); in send() 697 _send(MsgType.priority, tid, vals); in prioritySend() 703 private void _send(T...)(Tid tid, T vals) in _send() function 706 _send(MsgType.standard, tid, vals); in _send() 713 private void _send(T...)(MsgType type, Tid tid, T vals) in _send() function 1234 _send(MsgType.linkDead, tid, ident); in cleanup() 1236 _send(MsgType.linkDead, owner, ident); in cleanup()
|
| /netbsd-src/sys/arch/sandpoint/stand/altboot/ |
| H A D | globals.h | 159 int xxx ## _send(void *, char *, unsigned); \
|
| /netbsd-src/external/bsd/wpa/dist/src/utils/ |
| H A D | pcsc_funcs.c | 776 unsigned char *_send, size_t send_len, in scard_transmit() argument 787 _send, send_len); in scard_transmit() 792 _send, (unsigned long) send_len, in scard_transmit()
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | cuda.c | 947 cuda_i2c_exec(void *cookie, i2c_op_t op, i2c_addr_t addr, const void *_send, in cuda_i2c_exec() argument 951 const uint8_t *send = _send; in cuda_i2c_exec()
|
| H A D | pmu.c | 924 pmu_i2c_exec(void *cookie, i2c_op_t op, i2c_addr_t addr, const void *_send, in pmu_i2c_exec() argument 928 const uint8_t *send = _send; in pmu_i2c_exec()
|
| /netbsd-src/sys/sys/ |
| H A D | protosw.h | 449 rv = name##_send(a, b, c, d, e); \
|
| /netbsd-src/lib/libc/include/ |
| H A D | namespace.h | 625 #define send _send
|