Home | History | Annotate | Download | only in common

Lines Matching defs:ifc

1188 	struct linux_ifconf ifc;
1199 error = copyin(data, &ifc, sizeof(ifc));
1203 docopy = ifc.ifc_req != NULL;
1205 if (ifc.ifc_len < 0)
1208 space = ifc.ifc_len;
1209 ifrp = ifc.ifc_req;
1261 ifc.ifc_len -= space;
1263 ifc.ifc_len = -space;
1265 return copyout(&ifc, data, sizeof(ifc));