Home
last modified time | relevance | path

Searched refs:yerr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.c43 #define yerr(_ys, _code, _msg...) __yerr(&(_ys)->err, _code, _msg) macro
317 yerr(yarg->ys, YNL_ERROR_INTERNAL, in ynl_attr_validate()
326 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
334 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
340 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
346 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
352 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
361 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
367 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
373 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
[all …]
/openbmc/linux/tools/net/ynl/samples/
H A Dnetdev.c53 struct ynl_error yerr; in main() local
60 ys = ynl_sock_create(&ynl_netdev_family, &yerr); in main()
62 fprintf(stderr, "YNL: %s\n", yerr.msg); in main()