Searched refs:svpd_unable_to_decode (Results 1 – 1 of 1) sorted by relevance
/external/sg3_utils/src/ |
D | sg_vpd.c | 76 static int svpd_unable_to_decode(int sg_fd, struct opts_t * op, int subvalue, 1041 svpd_unable_to_decode(int sg_fd, struct opts_t * op, int subvalue, int off) in svpd_unable_to_decode() function 1110 svpd_unable_to_decode(-1, op, 0, off); in recurse_vpd_decode() 2153 res = svpd_unable_to_decode(sg_fd, op, 0, 0); in svpd_decode_all() 2213 res = svpd_unable_to_decode(-1, op, 0, off); in svpd_decode_all() 2264 res = svpd_unable_to_decode(sg_fd, op, 0, 0); in svpd_examine_all() 2691 res = svpd_unable_to_decode(-1, op, subvalue, 0); in main() 2733 res = svpd_unable_to_decode(sg_fd, op, subvalue, 0); in main()
|