Searched refs:DEBUGF (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_bsc.c | 117 #define DEBUGF(sc, lvl, fmt, args...) \ macro 391 DEBUGF(sc, 1, "0x%02x ", *sc->sc_data); in bcm_bsc_empty_rx_fifo() 415 DEBUGF(sc, 1, "0x%02x ", *sc->sc_data); in bcm_bsc_fill_tx_fifo() 432 DEBUGF(sc, 1, " err=0\n"); in bcm_bsc_fill_tx_fifo() 463 DEBUGF(sc, 4, " <intrstatus=0x%08x> ", status); in bcm_bsc_intr() 652 DEBUGF(sc, 1, " err=%d\n", err); in bcm_bsc_transfer()
|
| /freebsd-14.2/lib/libfetch/ |
| H A D | common.h | 141 #define DEBUGF(...) \ macro 147 #define DEBUGF(...) \ macro
|
| H A D | http.c | 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() 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() 1909 DEBUGF("failed to parse new URL\n"); in http_request_body() 1956 DEBUGF("%03d without auth header\n", conn->err); in http_request_body() [all …]
|
| H A D | ftp.c | 260 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 D | common.c | 598 DEBUGF("---> %s:%d\n", host, port); in fetch_connect() 1419 DEBUGF("<<< %s", conn->buf); in fetch_getln() 1524 DEBUGF(">>> %s\n", str); in fetch_putln() 1628 DEBUGF("NETRC=%s\n", p); in fetch_netrc_open() 1646 DEBUGF("%s: %s\n", fn, strerror(serrno)); in fetch_netrc_open() 1668 DEBUGF("fdopen(netrcfd): %s", strerror(errno)); in fetch_netrc_auth() 1675 DEBUGF("searching netrc for %s\n", url->host); in fetch_netrc_auth() 1678 DEBUGF("using default netrc settings\n"); in fetch_netrc_auth() 1684 DEBUGF("using netrc settings for %s\n", word); in fetch_netrc_auth()
|
| H A D | fetch.c | 470 DEBUGF("scheme: \"%s\"\n" in fetchParseURL()
|
| /freebsd-14.2/sys/arm/freescale/imx/ |
| H A D | imx_i2c.c | 160 #define DEBUGF(sc, lvl, fmt, args...) \ macro 699 DEBUGF(sc, 1, "0x%02x ", reg); in i2c_read() 703 DEBUGF(sc, 1, "\n"); in i2c_read() 720 DEBUGF(sc, 1, "0x%02x ", *buf); in i2c_write() 727 DEBUGF(sc, 1, "\n"); in i2c_write()
|