Searched refs:skb_get_error_output (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/usr/acpi/arch/x86/
H A Dacpi_arch.c66 skb_get_output(), skb_get_error_output());
68 } else if(strstr(skb_get_error_output(), "library not found") != NULL) {
71 skb_get_output(), skb_get_error_output());
76 skb_get_output(), skb_get_error_output());
H A Dacpi_interrupts_arch.c488 skb_get_output(), skb_get_error_output());
/barrelfish-2018-10-04/include/skb/
H A Dskb.h36 char *skb_get_error_output(void);
59 debug_printf("skb stderr:%s\n", skb_get_error_output()); \
67 debug_printf("skb stderr:%s\n", skb_get_error_output()); \
/barrelfish-2018-10-04/usr/acpi/
H A Dacpi_main.c47 skb_get_output(), skb_get_error_output());
/barrelfish-2018-10-04/usr/pci/
H A Dpcimain.c145 const char *errout = skb_get_error_output();
H A Dpci.c295 PCI_DEBUG("SKB error returned: %s\n", skb_get_error_output());
311 skb_get_error_output());
333 PCI_DEBUG("SKB error returned: %s\n", skb_get_error_output());
447 PCI_DEBUG("SKB error returned: %s\n", skb_get_error_output());
462 PCI_DEBUG("device_init(): SKB error returned: %s\n", skb_get_error_output());
1461 const char *errout = skb_get_error_output();
1488 const char *errout = skb_get_error_output();
1513 const char *errout = skb_get_error_output();
1539 const char *errout = skb_get_error_output();
/barrelfish-2018-10-04/usr/skb/measurement/
H A Dcpuid.c62 DEBUG_ERR(err, "cpuid__vendor__add: %s", skb_get_error_output());
/barrelfish-2018-10-04/lib/skb/
H A Dskb_functions.c48 char *skb_get_error_output(void) function
169 printf("SKB returned: %s\nSKB error: %s\n", skb_get_output(), skb_get_error_output());
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dmap.c62 printf("\nerror output = %s\n", skb_get_error_output());
221 printf("\nerror output = %s\n", skb_get_error_output());
/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/armv8/
H A Dboot_arch.c131 printf("error: \n %s\n", skb_get_error_output());
143 printf("error: \n %s\n", skb_get_error_output());
154 printf("error: \n %s\n", skb_get_error_output());

Completed in 80 milliseconds