Searched refs:sendlist (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dsendlist.c34 * sendlist - send copy to specified users
37 * int sendlist(reciplist *list, int letnum, int level)
40 * sendlist() will traverse the current recipient list and
58 sendlist(reciplist *list, int letnum, int level) function
H A DMakefile48 pushlist.o savehdrs.o sel_disp.o sendlist.o \
H A Dgoback.c155 sendlist(&list, 0, 0);
H A Dmail.h335 extern int sendlist(reciplist *list, int letnum, int level);
H A Dprintmail.c447 flg += sendlist(&list, showlet, 0);
H A Dsendmail.c438 sendlist(&list, 0, 0);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_rdma.h487 #define RDMA_SEND(conn, sendlist, xid) \
488 (*(conn)->c_rdmamod->rdma_ops->rdma_send)(conn, sendlist, xid)
490 #define RDMA_SEND_RESP(conn, sendlist, xid) \
491 (*(conn)->c_rdmamod->rdma_ops->rdma_send_resp)(conn, sendlist, xid)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c374 struct sendlist { struct
392 static struct sendlist Sendlist[] = {
423 #define GETSEND(name) ((struct sendlist *)genget(name, (char **)Sendlist, \
424 sizeof (struct sendlist)))
433 struct sendlist *s; /* pointer to current command */
619 struct sendlist *s; /* pointer to current command */

Completed in 74 milliseconds