Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c61 static struct snoop_handler *snoop_hp; /* global alarm handler head */ variable
870 if (snoop_hp == NULL) { in snoop_alarm()
871 snoop_hp = snoop_tp = (struct snoop_handler *)sh; in snoop_alarm()
891 tp = (struct snoop_handler *)&snoop_hp; in snoop_alarm()
892 for (hp = snoop_hp; hp; hp = next) { in snoop_alarm()
898 if (tp == (struct snoop_handler *)&snoop_hp) in snoop_alarm()
914 if (snoop_hp == NULL) { in snoop_alarm()
984 for (hp = snoop_hp; hp; hp = hp->s_next) { in snoop_sigrecover()
1002 for (hp = snoop_hp; hp; hp = hp->s_next) { in snoop_sigrecover()