Searched defs:sig_struct (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c1549 struct sigevent sig_struct; local
1552 bzero(&sig_struct, sizeof (struct sigevent));
1556 sig_struct.sigev_notify = SIGEV_SIGNAL;
1557 sig_struct.sigev_signo = SIGUSR1;
1558 sig_struct.sigev_value.sival_int = 0;
1560 if (timer_create(CLOCK_REALTIME, &sig_struct, &t_id) != 0) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1350 struct sigevent sig_struct; local
1353 bzero(&sig_struct, sizeof (struct sigevent));
1357 sig_struct.sigev_notify = SIGEV_SIGNAL;
1358 sig_struct.sigev_signo = SIGUSR1;
1359 sig_struct.sigev_value.sival_int = 0;
1361 if (timer_create(CLOCK_REALTIME, &sig_struct, &t_id) != 0) {

Completed in 84 milliseconds