mntpnt_list
diff_mnttab(int send_event, struct mntpnt_list *firstp,
struct mntpnt_list *secondp)
struct mntpnt_list *listp;
free_mnttab(struct mntpnt_list *listp) {
struct mntpnt_list *nextp;
in_list(struct mntpnt_list *elementp, struct mntpnt_list *listp)
struct mntpnt_list *currp;
struct mntpnt_list *headp;
struct mntpnt_list *prevp;
currp = (struct mntpnt_list *)calloc((size_t)1,
(size_t)sizeof (struct mntpnt_list));
currp = (struct mntpnt_list *)
calloc((size_t)1, (size_t)sizeof (struct mntpnt_list));
struct mntpnt_list *tmpp;
struct mntpnt_list *next;
static struct mntpnt_list *mntpoint_listp = NULL;
static boolean_t diff_mnttab(int send_event, struct mntpnt_list *firstp,
struct mntpnt_list *secondp);
static void free_mnttab(struct mntpnt_list *listp);
static boolean_t in_list(struct mntpnt_list *elementp,
struct mntpnt_list *listp);
struct mntpnt_list *listp;