Searched refs:report (Results 101 - 125 of 239) sorted by relevance

12345678910

/freebsd-10.2-release/contrib/bsnmp/snmpd/
H A Dconfig.c171 static void report(const char *fmt, ...) __dead2 __printflike(1, 2);
174 report(const char *fmt, ...) function
234 report("%s: %m", fname);
262 report("%m");
267 report("%m");
317 report("pushing EOF");
319 report("pushing third char");
343 report("read error: %m");
410 report("unexpected EOF");
412 report("expectin
[all...]
/freebsd-10.2-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c80 #include "report.h"
181 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL);
189 report(LOG_ERR, "malloc failed");
215 report(LOG_INFO, "getsockname: not an INET socket");
393 report(LOG_ERR, "socket: %s", get_network_errmsg());
404 report(LOG_ERR,
418 report(LOG_ERR, "bind: %s", get_network_errmsg());
429 report(LOG_ERR,
451 report(LOG_ERR, "select: %s", get_errmsg());
456 report(LOG_INF
[all...]
/freebsd-10.2-release/tools/regression/poll/
H A Dpipepoll.c57 report(int num, const char *state, int expected, int got, int res, function
107 report(num++, "0", 0, pfd.revents, res, 0);
125 report(num++, "1", 0, pfd.revents, res, 0);
133 report(num++, "2", POLLIN, pfd.revents, res, 1);
138 report(num++, "2a", 0, pfd.revents, res, 0);
146 report(num++, "3", POLLHUP, pfd.revents, res, 1);
161 report(num++, "4", 0, pfd.revents, res, 0);
169 report(num++, "5", POLLIN, pfd.revents, res, 1);
187 report(num++, "6", POLLIN | POLLHUP, pfd.revents, res, 1);
192 report(nu
[all...]
H A Dpipeselect.c36 report(int num, const char *state, int expected, int got) function
91 report(num++, "0", 1, FD_ISSET(fd, &rfds));
110 report(num++, "1", 0, FD_ISSET(fd, &rfds));
119 report(num++, "2", 1, FD_ISSET(fd, &rfds));
125 report(num++, "2a", 0, FD_ISSET(fd, &rfds));
134 report(num++, "3", 1, FD_ISSET(fd, &rfds));
150 report(num++, "4", 0, FD_ISSET(fd, &rfds));
159 report(num++, "5", 1, FD_ISSET(fd, &rfds));
173 report(num++, "6", 1, FD_ISSET(fd, &rfds));
179 report(nu
[all...]
/freebsd-10.2-release/libexec/bootpd/
H A Dbootpd.c91 #include "report.h"
212 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL);
220 report(LOG_ERR, "malloc failed");
246 report(LOG_ERR, "getsockname: not an INET socket");
257 report(LOG_ERR, "bootpd: can't get hostname\n");
280 report(LOG_ERR,
303 report(LOG_ERR,
319 report(LOG_ERR,
343 report(LOG_ERR,
357 report(LOG_ER
[all...]
H A DMakefile13 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
H A Dlookup.c30 #include "report.h"
51 report(LOG_ERR, "no HW addr for host \"%s\"",
60 report(LOG_ERR, "no lookup for HW addr type %d", htype);
/freebsd-10.2-release/contrib/dialog/samples/
H A Dchecklist-8bit30 . ./report-tempfile
H A Dradiolist430 . ./report-tempfile
H A Dtextbox-both21 . ./report-button
H A Dtextbox-help20 . ./report-button
H A Dtextbox320 . ./report-button
H A Dtreeview22 . ./report-tempfile
H A Dbuildlist242 . ./report-tempfile
H A Dmenubox1243 . ./report-tempfile
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c694 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP); local
697 zio->io_vsd_ops->vsd_cksum_report(zio, report, arg);
699 zio_vsd_default_cksum_report(zio, report, arg);
703 report->zcr_ckinfo = kmem_zalloc(sizeof (*info), KM_SLEEP);
704 bcopy(info, report->zcr_ckinfo, sizeof (*info));
707 report->zcr_align = 1ULL << vd->vdev_top->vdev_ashift;
708 report->zcr_length = length;
711 zfs_ereport_start(&report->zcr_ereport, &report
732 zfs_ereport_finish_checksum(zio_cksum_report_t *report, const void *good_data, const void *bad_data, boolean_t drop_if_identical) argument
772 zfs_ereport_send_interim_checksum(zio_cksum_report_t *report) argument
[all...]
/freebsd-10.2-release/libexec/bootpd/tools/bootpef/
H A DMakefile7 hwaddr.c report.c tzone.c rtmsg.c
H A Dbootpef.c73 #include "report.h"
145 report(LOG_ERR, "malloc failed");
233 report(LOG_ERR, "%s: chdir failed", chdir_path);
302 report(LOG_ERR, "%s: too much option data",
312 report(LOG_ERR, "error opening \"%s\": %s",
318 report(LOG_ERR, "write failed on \"%s\" : %s",
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp76 // Generate a report for this bug.
77 BugReport *report = local
80 report->addRange(LoadS->getSourceRange());
81 C.emitReport(report);
H A DReturnPointerRangeChecker.cpp80 // Generate a report for this bug.
81 BugReport *report = local
84 report->addRange(RetE->getSourceRange());
85 C.emitReport(report);
H A DPthreadLockChecker.cpp109 BugReport *report = new BugReport(*BT_doublelock,
112 report->addRange(CE->getArg(0)->getSourceRange());
113 C.emitReport(report);
172 BugReport *report = new BugReport(*BT_lor,
177 report->addRange(CE->getArg(0)->getSourceRange());
178 C.emitReport(report);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c103 /* Forward-declare our report context. */
119 /* Pointer back to our original report context. */
383 /* Did we get a complete (non-truncated) report? */
399 { INITIAL, S_, "update-report", UPDATE_REPORT,
862 * report when a lock property disappears when send-all is false.
1502 Just report an empty stream instead of fetching
1624 /** XML callbacks for our update-report response parsing */
1637 if (state == NONE && strcmp(name.name, "update-report") == 0)
2162 if (strcmp(name.name, "update-report") == 0)
2569 report_context_t *report
2561 report_context_t *report = report_baton; local
2584 report_context_t *report = report_baton; local
2605 report_context_t *report = report_baton; local
2702 report_context_t *report = baton; local
2719 report_context_t *report = baton; local
2739 report_context_t *report = report_baton; local
3142 report_context_t *report; local
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dbucomm.h32 void report (const char *, va_list) ATTRIBUTE_PRINTF(1,0);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp71 return report("Error opening file: " + infoFile, Diag);
80 return report("Invalid file data: '" + lines[idx+1] + "' not a number",
88 return report("File does not exist: " + fromFilename, Diag);
94 return report("File does not exist: " + toFilename, Diag);
100 return report("File was modified: " + fromFilename, Diag);
117 return report("Could not create directory: " + outputDir, Diag);
131 return report(errMsg, Diag);
153 return report("Could not create file: " + tempPath.str(), Diag);
181 return report(StringRef("File does not exist: ") + origFE->getName(),
188 return report(errMs
274 bool FileRemapper::report(const Twine &err, DiagnosticsEngine &Diag) { function in class:FileRemapper
[all...]
/freebsd-10.2-release/usr.bin/tset/
H A Dtset.c59 void report(const char *, int, u_int);
196 report("Erase", VERASE, CERASE);
197 report("Kill", VKILL, CKILL);
198 report("Interrupt", VINTR, CINTR);
240 report(const char *name, int which, u_int def) function

Completed in 369 milliseconds

12345678910