Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h109 static int matches_serecord(serecord_t *sep);
H A Dsyseventadm.c536 if (matches_serecord(sep)) { in list_file()
607 if (!matches_serecord(sep)) { in remove_file()
666 if (matches_serecord(sep)) { in check_for_removes()
681 matches_serecord(serecord_t *sep) in matches_serecord() function