Searched refs:ERROR_SIZE (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | volume.c | 195 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 D | mac_label.c | 46 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 D | write.c | 1507 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 D | fsif.h | 120 #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 D | hybrid.h | 36 #define ERROR_SIZE 1024 macro
|