HomeSort by: relevance | last modified time | path
    Searched refs:announce (Results 1 - 12 of 12) sorted by relevancy

  /src/libexec/talkd/
extern.h 27 /* announce.c */
28 int announce(CTL_MSG *, const char *);
Makefile 7 SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c
process.c 43 * ANNOUNCE - announce to a user that a talk is wanted
101 case ANNOUNCE:
161 rp->answer = announce(mp, hostname);
166 * This is an explicit re-announce, so update the id_num
167 * field to avoid duplicates and re-announce the talk.
171 rp->answer = announce(mp, hostname);
announce.c 1 /* $NetBSD: announce.c,v 1.25 2009/03/16 01:13:38 lukem Exp $ */
35 static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95";
37 __RCSID("$NetBSD: announce.c,v 1.25 2009/03/16 01:13:38 lukem Exp $");
63 * Announce an invitation to talk.
67 * See if the user is accepting messages. If so, announce that
71 announce(CTL_MSG *request, const char *remote_machine) function in typeref:typename:int
  /src/sys/dev/scsipi/
scsi_base.c 199 int lun, announce, mode, period, offset; local in function:scsi_async_event_xfer_mode
205 announce = 0;
221 * are different, announce them.
227 announce = 1;
234 if (announce)
250 int lun, announce, mode; local in function:scsi_fc_sas_async_event_xfer_mode
256 announce = 0;
264 * are different, announce them.
268 announce = 1;
273 if (announce &
    [all...]
  /src/usr.bin/mail/
extern.h 186 void announce(void);
main.c 454 announce();
lex.c 1007 * Announce information about the file we are editing.
1085 * Announce the presence of the current Mail version,
1089 announce(void) function in typeref:typename:PUBLIC void
cmd3.c 931 announce();
  /src/tests/net/route/
t_flags.sh 352 add_test announce "Tests route flags: announce flag"
  /src/sys/netinet/
if_arp.c 423 /* Announce a new entry if requested. */
760 * This allowed either end to announce the desire to receive trailer packets.
1620 dp->dad_arp_announce = 0; /* Will be set when starting to announce */
1725 goto announce;
1727 announce:
1729 * Announce the address.
  /src/sys/dev/dkwedge/
dk.c 481 goto announce;
639 announce:
640 /* Announce our arrival. */
769 /* Announce our departure. */

Completed in 17 milliseconds