Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h67 char *mo_name; /* option name */ member
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h64 char *mo_name; /* option name */ member
/freebsd/contrib/sendmail/src/
H A Dmilter.c1562 char *mo_name; /* long name of milter option */ member
1603 for (mo = MilterOptTab; mo->mo_name != NULL; mo++)
1605 if (SM_STRCASEEQ(mo->mo_name, name))
1609 if (mo->mo_name == NULL)
2349 ? MilterOptTab[i].mo_name : "?")