taglinefilesource code
ifconf707net/inet/dev.cstruct ifconf ifc;
ifconf714net/inet/dev.cverify_area(VERIFY_WRITE, arg, sizeof(struct ifconf));
ifconf715net/inet/dev.cmemcpy_fromfs(&ifc, arg, sizeof(struct ifconf));
ifconf738net/inet/dev.cmemcpy_tofs(arg, &ifc, sizeof(struct ifconf));
ifconf631net/socket/dev.cstruct ifconf ifc;
ifconf639net/socket/dev.cerr=verify_area(VERIFY_WRITE, arg, sizeof(struct ifconf));
ifconf642net/socket/dev.cmemcpy_fromfs(&ifc, arg, sizeof(struct ifconf));
ifconf666net/socket/dev.cmemcpy_tofs(arg, &ifc, sizeof(struct ifconf));