Searched refs:err_status (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/net/ |
D | pcnet.c | 488 u16 status, err_status; in pcnet_recv() local 498 err_status = status >> 8; in pcnet_recv() 500 if (err_status != 0x03) { /* There was an error. */ in pcnet_recv() 502 PCNET_DEBUG1(" (status=0x%x)", err_status); in pcnet_recv() 503 if (err_status & 0x20) in pcnet_recv() 505 if (err_status & 0x10) in pcnet_recv() 507 if (err_status & 0x08) in pcnet_recv() 509 if (err_status & 0x04) in pcnet_recv()
|
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.h | 185 FXCODEC_STATUS& err_status); 192 bool GifReadMoreData(GifModule* pGifModule, FXCODEC_STATUS& err_status); 216 bool JpegReadMoreData(JpegModule* pJpegModule, FXCODEC_STATUS& err_status); 226 FXCODEC_STATUS& err_status);
|
D | progressivedecoder.cpp | 774 FXCODEC_STATUS& err_status) { in BmpReadMoreData() argument 775 return ReadMoreData(pBmpModule, pContext, false, err_status); in BmpReadMoreData() 826 FXCODEC_STATUS& err_status) { in GifReadMoreData() argument 828 err_status)) { in GifReadMoreData() 1012 FXCODEC_STATUS& err_status) { in JpegReadMoreData() argument 1013 return ReadMoreData(pJpegModule, m_pJpegContext.get(), false, err_status); in JpegReadMoreData() 1558 FXCODEC_STATUS& err_status) { in ReadMoreData() argument 1583 err_status = FXCODEC_STATUS_ERR_MEMORY; in ReadMoreData() 1596 err_status = FXCODEC_STATUS_ERR_READ; in ReadMoreData()
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 719 int err_status; in _nss_mdns_gethostbyaddr_r() local 751 err_status = init_result (&result, result_buf, buf, buflen); in _nss_mdns_gethostbyaddr_r() 752 if (err_status) in _nss_mdns_gethostbyaddr_r() 754 *errnop = err_status; in _nss_mdns_gethostbyaddr_r() 794 int err_status; in mdns_gethostbyname2() local 797 err_status = init_result (&result, result_buf, buf, buflen); in mdns_gethostbyname2() 798 if (err_status) in mdns_gethostbyname2() 800 *errnop = err_status; in mdns_gethostbyname2()
|
/external/u-boot/drivers/mtd/spi/ |
D | sf_dataflash.c | 617 goto err_status; in spi_dataflash_probe() 664 goto err_status; in spi_dataflash_probe() 669 err_status: in spi_dataflash_probe()
|