Searched refs:mo_name (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h77 char *mo_name; /* option name */ member in struct:mntopt
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmilter.c1563 char *mo_name; /* long name of milter option */ member in struct:milteropt
1604 for (mo = MilterOptTab; mo->mo_name != NULL; mo++)
1606 if (sm_strcasecmp(mo->mo_name, name) == 0)
1610 if (mo->mo_name == NULL)

Completed in 46 milliseconds