HomeSort by: relevance | last modified time | path
    Searched refs:syssgi (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/util/
timetrim.c 34 # include <sys/syssgi.h>
71 if (syssgi(SGI_GETTIMETRIM, &timetrim) < 0) {
72 perror("syssgi");
104 if (syssgi(SGI_SETTIMETRIM, timetrim) < 0) {
105 perror("syssgi");
  /src/external/lgpl3/gmp/dist/tune/
time.c 198 #include <sys/syssgi.h> /* for syssgi() */
310 /* Unicos 10.X has syssgi(), but not mmap(). */
915 phys = syssgi (SGI_QUERY_CYCLECNTR, &period_picoseconds);
920 printf ("syssgi SGI_QUERY_CYCLECNTR error: %s\n", strerror (errno));
930 size = syssgi (SGI_CYCLECNTR_SIZE);
935 printf ("syssgi SGI_CYCLECNTR_SIZE error: %s\n", strerror (errno));
946 printf ("syssgi SGI_CYCLECNTR_SIZE gives %d, expected 32 or 64\n", size);
1098 sprintf (speed_time_string, "syssgi() mmap counter (%s), supplemented by millisecond getrusage()",
  /src/external/lgpl3/gmp/dist/
configure 23218 # sys/syssgi.h - IRIX specific
23227 for ac_header in fcntl.h float.h invent.h langinfo.h locale.h nl_types.h sys/attributes.h sys/iograph.h sys/mman.h sys/param.h sys/processor.h sys/pstat.h sys/sysinfo.h sys/syssgi.h sys/systemcfg.h sys/time.h sys/times.h
24631 # syssgi - IRIX specific
24640 for ac_func in alarm attr_get clock cputime getpagesize getrusage gettimeofday getsysinfo localeconv memset mmap mprotect nl_langinfo obstack_vprintf popen processor_info pstat_getprocessor raise read_real_time sigaction sigaltstack sigstack syssgi strchr strerror strnlen strtol strtoul sysconf sysctl sysctlbyname times

Completed in 33 milliseconds