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

/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dhybrid.h36 #define ERROR_SIZE 1024 macro
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dvolume.c195 snprintf(hce->error, ERROR_SIZE,
217 snprintf(hce->error, ERROR_SIZE, "can't HFS format %s",vol_name);
230 snprintf(hce->error, ERROR_SIZE, "can't HFS mount %s",vol_name);
333 snprintf(hce->error, ERROR_SIZE,
373 snprintf(hce->error, ERROR_SIZE, "can't HFS open %s",
393 snprintf(hce->error, ERROR_SIZE, "can't HFS set attributes %s",
415 snprintf(hce->error, ERROR_SIZE, "can't HFS close file %s",
442 snprintf(hce->error, ERROR_SIZE,
466 snprintf(hce->error, ERROR_SIZE,
497 snprintf(hce->error, ERROR_SIZE,
[all...]
H A Dmac_label.c46 snprintf(hce->error, ERROR_SIZE,
53 snprintf(hce->error, ERROR_SIZE,
59 snprintf(hce->error, ERROR_SIZE,
69 snprintf(hce->error, ERROR_SIZE, "%s is not a HFS boot file",
77 snprintf(hce->error, ERROR_SIZE,
84 snprintf(hce->error, ERROR_SIZE,
93 snprintf(hce->error, ERROR_SIZE,
H A Dwrite.c1507 hce->error = (char *)e_malloc(ERROR_SIZE);
/netbsd-current/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)

Completed in 105 milliseconds