HomeSort by: relevance | last modified time | path
    Searched refs:ERROR_SIZE (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
hybrid.h 36 #define ERROR_SIZE 1024
  /src/external/gpl2/mkhybrid/dist/
volume.c 195 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...]
mac_label.c 46 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,
write.c 1507 hce->error = (char *)e_malloc(ERROR_SIZE);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
fsif.h 120 #define ERROR_SIZE 32 /* 32 bits for the error mask */
122 #define ERROR_MASK (((1ULL << ERROR_SIZE) - 1) << ERROR_SHIFT)
123 #define HAS_MORE_SHIFT (ERROR_SHIFT + ERROR_SIZE)

Completed in 27 milliseconds