Searched refs:INFO (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/share/mk/
H A Dbsd.info.mk24 # INFO texinfo files, without suffix. [set in Makefile]
120 IFILENS+= ${INFO:S/$/.${_f}/}
139 .for x in ${INFO}
159 CLEANFILES+= ${INFO}.texi
160 ${INFO}.texi: ${SRCS}
167 CLEANFILES+= ${INFO:S/$/.${_f}/} ${INFO:S/$/-la.${_f}/}
169 CLEANFILES+= ${INFO:S/$/-la.texi/}
173 CLEANFILES+= ${INFO:S/$/.info.*.html/} ${INFO
[all...]
H A Dbsd.init.mk40 .for x in BIN CONF DOC DTB INFO KMOD LIB MAN NLS SHARE
/freebsd-current/usr.sbin/crashinfo/
H A Dcrashinfo.sh75 }' $INFO)
150 INFO=$CRASHDIR/info.$DUMPNR
179 if [ ! -e $INFO ]; then
180 echo "$INFO not found"
215 sed -ne '/^ Panic String: /{s//panic: /;p;}' $INFO
/freebsd-current/contrib/libcbor/misc/
H A Dupdate_version.py5 logging.basicConfig(level=logging.INFO)
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c159 ossl_cmp_log2(INFO, ctx, " subject matches %s: %s", expect_desc,
166 ossl_cmp_log2(INFO, ctx, " actual name in %s = %s", actual_desc, str);
169 ossl_cmp_log2(INFO, ctx, " does not match %s = %s", expect_desc, str);
192 ossl_cmp_log1(INFO, ctx, " subjectKID matches senderKID: %s", str);
198 ossl_cmp_log1(INFO, ctx, " cert Subject Key Identifier = %s", str);
201 ossl_cmp_log1(INFO, ctx, " does not match senderKID = %s", str);
237 ossl_cmp_log3(INFO, ctx, " considering %s%s %s with..",
240 ossl_cmp_log1(INFO, ctx, " subject = %s", str);
245 ossl_cmp_log1(INFO, ctx, " issuer = %s", str);
508 ossl_cmp_log1(INFO, ct
[all...]
H A Dcmp_client.c162 ossl_cmp_log1(INFO, ctx, "sending %s", req_type_str);
182 ossl_cmp_log1(INFO, ctx, "received %s", ossl_cmp_bodytype_to_string(bt));
309 ossl_cmp_log2(INFO, ctx,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp53 CASE(INFO, INFO);
79 CASE(INFO, INFO);
/freebsd-current/sys/dev/tws/
H A Dtws_services.h101 INFO, enumerator in enum:severity
/freebsd-current/crypto/openssl/apps/
H A Dpkcs12.c26 #define INFO 0x4 macro
219 options |= INFO;
371 if ((options & INFO) != 0)
747 if ((options & INFO) && PKCS12_mac_present(p12)) {
853 if (options & INFO)
856 if (options & INFO) {
910 if (options & INFO)
924 if (options & INFO) {
949 if (options & INFO)
969 if (options & INFO)
[all...]
/freebsd-current/sys/dev/ena/
H A Dena_sysctl.c710 ena_log(adapter->pdev, INFO,
767 ena_log(adapter->pdev, INFO,
836 ena_log(adapter->pdev, INFO,
885 ena_log(adapter->pdev, INFO,
889 ena_log(adapter->pdev, INFO,
932 ena_log(adapter->pdev, INFO,
940 ena_log(adapter->pdev, INFO,
947 ena_log(adapter->pdev, INFO,
988 ena_log(adapter->pdev, INFO,
993 ena_log(adapter->pdev, INFO,
[all...]
H A Dena_netmap.c87 ena_log_nm(adapter->pdev, INFO, "netmap attach\n");
253 ena_log_nm(adapter->pdev, INFO, "%s ring %d is in netmap mode\n",
284 ena_log_nm(pdev, INFO, "netmap on\n");
295 ena_log_nm(pdev, INFO, "netmap off\n");
H A Dena.c1826 ena_log(pdev, INFO, "releasing resource for irq %d\n", irq->vector);
1889 ena_log(pdev, INFO, "queue %d - cpu %d\n",
2156 ena_log(pdev, INFO,
2179 ena_log(adapter->pdev, INFO, "device is going UP\n");
2193 ena_log(adapter->pdev, INFO,
2284 ena_log(adapter->pdev, INFO, "Link is down\n");
2338 ena_log(adapter->pdev, INFO,
2533 ena_log(adapter->pdev, INFO, "device is going DOWN\n");
2772 ena_log(ctx->pdev, INFO,
3594 ena_log(adapter->pdev, INFO,
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py112 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
H A Dwps-nfc.py441 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc199 GTEST_LOG_(INFO) << "Thread #" << i << " running . . .";
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc82 GTEST_LOG_(INFO) << "Thread #" << id << " running...";
H A Dgoogletest-death-test-test.cc725 GTEST_LOG_(INFO) << "Before ASSERT_DEBUG_DEATH";
726 ASSERT_DEBUG_DEATH(GTEST_LOG_(INFO) << "In ASSERT_DEBUG_DEATH"; return, "")
728 GTEST_LOG_(INFO) << "After ASSERT_DEBUG_DEATH";
/freebsd-current/contrib/libpcap/
H A Dpcap-dpdk.c457 RTE_LOG(INFO,USER1, "portid:%d, RX-packets: %-10"PRIu64" RX-errors: %-10"PRIu64
460 RTE_LOG(INFO,USER1, "portid:%d, RX-PPS: %-10"PRIu64" RX-Mbps: %.2lf\n", portid, pd->pps, pd->bps/1e6f );
565 RTE_LOG(INFO, USER1,"dpdk cfg: %s\n",dpdk_cfg);
624 RTE_LOG(INFO,USER1,"env $DPDK_CFG is unset, so using default: %s\n",DPDK_DEF_CFG);
972 RTE_LOG(INFO, USER1,"Port %d device: %s, MAC:%s, PCI:%s\n", portid, p->opt.device, pd->mac_addr, pd->pci_addr);
973 RTE_LOG(INFO, USER1,"Port %d Link Up. Speed %u Mbps - %s\n",
/freebsd-current/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py271 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
/freebsd-current/tests/atf_python/
H A Dktest.py136 loglevel = logging.INFO
/freebsd-current/crypto/openssh/contrib/
H A Dssh-copy-id110 printf '%s: INFO: Source of key(s) to be installed: "%s"\n' "$0" "$PUB_ID_FILE" >&2
204 -o LogLevel=INFO \
233 printf '%s: INFO: attempting to log in with the new key(s), to filter out any that are already installed\n' "$0" >&2
246 printf '%s: INFO: %d key(s) remain to be installed -- if you are prompted now it is to install the new keys\n' "$0" "$(printf '%s\n' "$NEW_IDS" | wc -l)" >&2
/freebsd-current/contrib/bmake/mk/
H A Down.mk117 .for x in BIN CONF DOC INC INFO FILES KMOD LIB MAN NLS PROG SHARE
/freebsd-current/contrib/lib9p/pytest/
H A Dclient.py220 level = kwargs.pop('level', logging.INFO)
267 level = logging.INFO
270 level = logging.INFO
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c293 DBG(INFO,("Rx lockup due to dTSEC Tx lockup"));
413 DBG(INFO, ("GTS not supported due to DTSEC_A004 errata."));
416 DBG(INFO, ("GTS not supported due to DTSEC_A0014 errata."));
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dlog.c74 L(INFO),

Completed in 229 milliseconds

12