Home | History | Annotate | Download | only in net

Lines Matching refs:error

32     error = config_cfdriver_attach(& name ## _cd);		\
33 if (error) { \
35 "%s, error %d\n", __func__, name ## _cd.cd_name,\
36 error); \
41 error = config_cfdriver_detach(&name ## _cd); \
42 if (error) { \
44 "error %d\n", __func__, name ## _cd.cd_name, \
45 error); \
60 int error = 0; \
74 error = name ## detach(); \
75 if (error != 0) \
81 error = ENOTTY; \
84 error = ENOTTY; \
88 return error; \