Home
last modified time | relevance | path

Searched refs:_send (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/lib/libc/net/
H A Dsend.c48 __weak_alias(send, _send) in __weak_alias() argument
/netbsd-src/sys/rump/net/lib/libvirtif/
H A Dif_virt.h24 #define VIFHYPER_SEND VIF_BASENAME3(rumpcomp_,VIRTIF_BASE,_send)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d576 _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 Dconcurrency.d683 _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 Dglobals.h159 int xxx ## _send(void *, char *, unsigned); \
/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dpcsc_funcs.c776 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 Dcuda.c947 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 Dpmu.c924 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 Dprotosw.h449 rv = name##_send(a, b, c, d, e); \
/netbsd-src/lib/libc/include/
H A Dnamespace.h625 #define send _send