Home
last modified time | relevance | path

Searched refs:ERROR_SIZE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dvolume.c195 snprintf(hce->error, ERROR_SIZE, in FDECL2()
217 snprintf(hce->error, ERROR_SIZE, "can't HFS format %s",vol_name); in FDECL2()
230 snprintf(hce->error, ERROR_SIZE, "can't HFS mount %s",vol_name); in FDECL2()
333 snprintf(hce->error, ERROR_SIZE, in FDECL2()
373 snprintf(hce->error, ERROR_SIZE, "can't HFS open %s", in FDECL2()
393 snprintf(hce->error, ERROR_SIZE, "can't HFS set attributes %s", in FDECL2()
415 snprintf(hce->error, ERROR_SIZE, "can't HFS close file %s", in FDECL2()
442 snprintf(hce->error, ERROR_SIZE, in FDECL2()
466 snprintf(hce->error, ERROR_SIZE, in FDECL2()
497 snprintf(hce->error, ERROR_SIZE, in FDECL2()
H A Dmac_label.c46 snprintf(hce->error, ERROR_SIZE, in gen_mac_label()
53 snprintf(hce->error, ERROR_SIZE, in gen_mac_label()
59 snprintf(hce->error, ERROR_SIZE, in gen_mac_label()
69 snprintf(hce->error, ERROR_SIZE, "%s is not a HFS boot file", in gen_mac_label()
77 snprintf(hce->error, ERROR_SIZE, in gen_mac_label()
84 snprintf(hce->error, ERROR_SIZE, in gen_mac_label()
93 snprintf(hce->error, ERROR_SIZE, in gen_mac_label()
H A Dwrite.c1507 hce->error = (char *)e_malloc(ERROR_SIZE); in file_gen()
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dfsif.h120 #define ERROR_SIZE 32 /* 32 bits for the error mask */ macro
122 #define ERROR_MASK (((1ULL << ERROR_SIZE) - 1) << ERROR_SHIFT)
123 #define HAS_MORE_SHIFT (ERROR_SHIFT + ERROR_SIZE)
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dhybrid.h36 #define ERROR_SIZE 1024 macro