Searched refs:errorc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/ |
H A D | geom_io.c | 883 int errorc; in g_read_data() local 897 errorc = biowait(bp, "gread"); in g_read_data() 898 if (errorc == 0 && bp->bio_completed != length) in g_read_data() 899 errorc = EIO; in g_read_data() 901 *error = errorc; in g_read_data() 903 if (errorc) { in g_read_data()
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 671 errorc(get(_sromsig, p_line), "missing signature value") 3246 errorc(get(entry, p_line), "unsupported offset count") 3250 errorc(get(entry, p_line), "unsupported segment count") 3259 errorc(obj_get_prop_nr(_seg, p_mask), "shift unsupported") 3262 errorc(obj_get_prop_nr(_seg, p_mask), "mask unsupported") 3539 function errorc(line, msg) { function
|