Home
last modified time | relevance | path

Searched refs:DEBUGF (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bsc.c117 #define DEBUGF(sc, lvl, fmt, args...) \ macro
390 DEBUGF(sc, 1, "0x%02x ", *sc->sc_data); in bcm_bsc_empty_rx_fifo()
414 DEBUGF(sc, 1, "0x%02x ", *sc->sc_data); in bcm_bsc_fill_tx_fifo()
431 DEBUGF(sc, 1, " err=0\n"); in bcm_bsc_fill_tx_fifo()
462 DEBUGF(sc, 4, " <intrstatus=0x%08x> ", status); in bcm_bsc_intr()
651 DEBUGF(sc, 1, " err=%d\n", err); in bcm_bsc_transfer()
/freebsd/lib/libfetch/
H A Dhttp.c895 DEBUGF("last modified: [%04d-%02d-%02d %02d:%02d:%02d]\n", in http_parse_mtime()
914 DEBUGF("content length: [%lld]\n", (long long)len); in http_parse_length()
948 DEBUGF("content range: [*/%lld]\n", (long long)len); in http_parse_range()
951 DEBUGF("content range: [%lld-%lld/%lld]\n", in http_parse_range()
1186 DEBUGF("Calc: HA1[%s] Nonce[%s] qop[%s] method[%s] URI[%s]\n", in DigestCalcResponse()
1256 DEBUGF("realm/nonce not set in challenge\n"); in http_digest_auth()
1281 DEBUGF("HA1: [%s]\n", HA1); in http_digest_auth()
1314 DEBUGF("basic: usr: [%s]\n", usr); in http_basic_auth()
1315 DEBUGF("basic: pwd: [%s]\n", pwd); in http_basic_auth()
1340 DEBUGF("NULL usr or pass\n"); in http_authorize()
[all …]
H A Dcommon.h141 #define DEBUGF(...) \ macro
147 #define DEBUGF(...) \ macro
H A Dftp.c260 DEBUGF("pwd: [%s]\n", pwd); in ftp_pwd()
292 DEBUGF("have: [%.*s|%s]\n", i, pwd, pwd + i); in ftp_cwd()
293 DEBUGF("want: [%.*s|%s]\n", i, file, file + i); in ftp_cwd()
434 DEBUGF("size: [%lld]\n", (long long)us->size); in ftp_stat()
469 DEBUGF("last modified: [%04d-%02d-%02d %02d:%02d:%02d]\n", in ftp_stat()
585 DEBUGF("Waiting for final status\n"); in ftp_closefn()
919 DEBUGF("FTP_LOGIN=%s\n", user); in ftp_authenticate()
934 DEBUGF("FTP_PASSWORD=%s\n", pwd); in ftp_authenticate()
H A Dcommon.c597 DEBUGF("---> %s:%d\n", host, port); in fetch_connect()
1418 DEBUGF("<<< %s", conn->buf); in fetch_getln()
1523 DEBUGF(">>> %s\n", str); in fetch_putln()
1627 DEBUGF("NETRC=%s\n", p); in fetch_netrc_open()
1645 DEBUGF("%s: %s\n", fn, strerror(serrno)); in fetch_netrc_open()
1667 DEBUGF("fdopen(netrcfd): %s", strerror(errno)); in fetch_netrc_auth()
1674 DEBUGF("searching netrc for %s\n", url->host); in fetch_netrc_auth()
1677 DEBUGF("using default netrc settings\n"); in fetch_netrc_auth()
1683 DEBUGF("using netrc settings for %s\n", word); in fetch_netrc_auth()
H A Dfetch.c469 DEBUGF("scheme: \"%s\"\n" in fetchParseURL()
/freebsd/sys/arm/freescale/imx/
H A Dimx_i2c.c159 #define DEBUGF(sc, lvl, fmt, args...) \ macro
696 DEBUGF(sc, 1, "0x%02x ", reg); in i2c_read()
700 DEBUGF(sc, 1, "\n"); in i2c_read()
717 DEBUGF(sc, 1, "0x%02x ", *buf); in i2c_write()
724 DEBUGF(sc, 1, "\n"); in i2c_write()