HomeSort by: relevance | last modified time | path
    Searched defs:sysmonfd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/envstat/
envstat.c 127 static int sysmonfd; /* fd of /dev/sysmon */ variable in typeref:typename:int
229 if ((sysmonfd = prog_open(_PATH_SYSMON, O_RDONLY)) == -1)
234 rval = prop_dictionary_recv_ioctl(sysmonfd,
305 (void)prog_close(sysmonfd);
308 if ((sysmonfd = prog_open(_PATH_SYSMON, O_RDWR)) == -1)
322 rval = prop_dictionary_send_ioctl(dict, sysmonfd,
344 rval = parse_dictionary(sysmonfd);
354 rval = parse_dictionary(sysmonfd);
357 (void)prog_close(sysmonfd);
369 error = prop_dictionary_recv_ioctl(sysmonfd,
    [all...]
envstat.c 127 static int sysmonfd; /* fd of /dev/sysmon */ variable in typeref:typename:int
229 if ((sysmonfd = prog_open(_PATH_SYSMON, O_RDONLY)) == -1)
234 rval = prop_dictionary_recv_ioctl(sysmonfd,
305 (void)prog_close(sysmonfd);
308 if ((sysmonfd = prog_open(_PATH_SYSMON, O_RDWR)) == -1)
322 rval = prop_dictionary_send_ioctl(dict, sysmonfd,
344 rval = parse_dictionary(sysmonfd);
354 rval = parse_dictionary(sysmonfd);
357 (void)prog_close(sysmonfd);
369 error = prop_dictionary_recv_ioctl(sysmonfd,
    [all...]

Completed in 246 milliseconds