Searched defs:first_record (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c113 long first_record; local
118 first_record = ftell(fp);
131 fseek(fp, first_record, SEEK_SET);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c385 long first_record; local
390 first_record = ftell(fp);
403 fseek(fp, first_record, SEEK_SET);
412 long first_record; local
417 first_record = ftell(fp);
427 fseek(fp, first_record, SEEK_SET);
436 long first_record; local
441 first_record = ftell(fp);
454 fseek(fp, first_record, SEEK_SET);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c840 long first_record; local
845 first_record = ftell(fp);
858 (void) fseek(fp, first_record, SEEK_SET);

Completed in 118 milliseconds