Home
last modified time | relevance | path

Searched refs:sig_struct (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/busstat/
H A Dbusstat.c1549 struct sigevent sig_struct; in set_timer() local
1552 bzero(&sig_struct, sizeof (struct sigevent)); in set_timer()
1556 sig_struct.sigev_notify = SIGEV_SIGNAL; in set_timer()
1557 sig_struct.sigev_signo = SIGUSR1; in set_timer()
1558 sig_struct.sigev_value.sival_int = 0; in set_timer()
1560 if (timer_create(CLOCK_REALTIME, &sig_struct, &t_id) != 0) { in set_timer()
/titanic_41/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1376 struct sigevent sig_struct; in stats_timer() local
1379 bzero(&sig_struct, sizeof (struct sigevent)); in stats_timer()
1383 sig_struct.sigev_notify = SIGEV_SIGNAL; in stats_timer()
1384 sig_struct.sigev_signo = SIGUSR1; in stats_timer()
1385 sig_struct.sigev_value.sival_int = 0; in stats_timer()
1387 if (timer_create(CLOCK_REALTIME, &sig_struct, &t_id) != 0) { in stats_timer()