Searched refs:announce (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest.sh55 announce () { function
71 announce Skipping test
78 announce OKAY ;
80 announce FAILED ;
88 announce OKAY ;
90 announce FAILED ;
95 announce "OKAY (output not checked)" ;
97 announce "FAILED (output not checked)" ;
110 announce OKAY ;
112 announce FAILE
[all...]
/freebsd-11-stable/libexec/talkd/
H A DMakefile5 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
H A Dextern.h31 int announce(CTL_MSG *, const char *);
H A Dprocess.c40 * ANNOUNCE - announce to a user that a talk is wanted
161 rp->answer = announce(mp, hp->h_name);
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, hp->h_name);
H A Dannounce.c32 static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95";
64 * See if the user is accepting messages. If so, announce that
68 announce(CTL_MSG *request, const char *remote_machine) function
/freebsd-11-stable/kerberos5/libexec/kdc/
H A DMakefile8 announce.c \
/freebsd-11-stable/sys/dev/oce/
H A Doce_user.h116 int (*announce)(struct oce_dev_info *devinfo); member in struct:oce_rdma_if
H A Doce_if.c2958 if (oce_rdma_if->announce != NULL) {
2990 rdma_if->announce(&di);
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk64 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml
74 # Don't mess with announce.html.in unless you have lynx available!
75 doc/html/announce.html: announce.html.in
76 sed 's,@VERSION@,$(VERSION),' <announce.html.in > $@
78 ANNOUNCE : doc/html/announce.html
79 $(DUMP) doc/html/announce.html > $@
/freebsd-11-stable/sys/cam/
H A Dcam_xpt_internal.h56 xpt_announce_periph_func announce; member in struct:xpt_xport_ops
73 xpt_proto_announce_func announce; member in struct:xpt_proto_ops
H A Dcam_xpt.c1047 proto->ops->announce(path->device);
1058 path->bus->xport->ops->announce(periph);
5056 * peripheral is the passthrough driver, announce it. This insures that the
5083 * attached. For any devices like that, announce the
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.in173 kdc-announce.$(OBJEXT) kdc-main.$(OBJEXT)
479 announce.c \
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kdc-announce.Po@am__quote@
867 kdc-announce.o: announce.c
868 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdc_CFLAGS) $(CFLAGS) -MT kdc-announce.o -MD -MP -MF $(DEPDIR)/kdc-announce.Tpo -c -o kdc-announce.o `test -f 'announce.c' || echo '$(srcdir)/'`announce
[all...]
H A DMakefile.am31 announce.c \
/freebsd-11-stable/usr.bin/mail/
H A Dextern.h82 void announce(void);
H A Dmain.c327 announce();
H A Dlex.c592 announce(void) function
H A Dcmd3.c541 announce();
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_xpt.c162 .announce = nvme_announce_periph,
177 .announce = nvme_proto_announce,
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_flags.sh333 add_test announce "Tests route flags: announce flag"
/freebsd-11-stable/stand/
H A Ddefs.mk115 # Add in the no float / no SIMD stuff and announce we're freestanding
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c207 .announce = ata_announce_periph,
223 .announce = ata_proto_announce,
234 .announce = ata_proto_announce,
245 .announce = semb_proto_announce,
/freebsd-11-stable/sys/kern/
H A Dinit_main.c364 SYSINIT(announce, SI_SUB_COPYRIGHT, SI_ORDER_FIRST, print_caddr_t,
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c607 .announce = scsi_announce_periph,
628 .announce = scsi_proto_announce,
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c336 ** announce -- if true, tell when you are queueing up.
348 queueup(e, announce, msync)
350 bool announce;
754 if (announce)

Completed in 325 milliseconds