Lines Matching defs:fl
361 fiolog_t fl;
368 fl.nbytes_requested = 0;
369 fl.nbytes_actual = 0;
370 fl.error = FIOLOG_ENONE;
371 ret = ioctl(fd, _FIOLOGENABLE, &fl);
381 reportlogerror(ret, mp, special, "enable", &fl);
388 fiolog_t fl;
395 fl.error = FIOLOG_ENONE;
396 ret = ioctl(fd, _FIOLOGDISABLE, &fl);
406 reportlogerror(ret, mp, special, "disable", &fl);