Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c626 struct vfsoptlist *optlist; in vfs_donmount() local
637 error = vfs_buildopts(fsoptions, &optlist); in vfs_donmount()
642 errmsg_pos = vfs_getopt_pos(optlist, "errmsg"); in vfs_donmount()
774 vfs_freeopt(optlist, opt); in vfs_donmount()
816 if (optlist != NULL) in vfs_donmount()
817 vfs_freeopts(optlist); in vfs_donmount()
958 mp->mnt_optnew = *optlist; in vfs_domount_first()
1018 *optlist = NULL; in vfs_domount_first()
1145 mp->mnt_optnew = *optlist; in vfs_domount_update()
1255 *optlist = NULL; in vfs_domount_update()
[all …]
/f-stack/tools/ifconfig/
H A Difmedia.c568 char *optlist, *optptr; in get_media_options() local
572 optlist = strdup(val); in get_media_options()
573 if (optlist == NULL) in get_media_options()
588 optptr = optlist; in get_media_options()
601 free(optlist); in get_media_options()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c195 static const struct optlist ipopts[] = {
219 static const struct optlist ip6exthdr[] = {
236 static const struct optlist secopt[] = {
1687 const struct optlist *op;
1892 const struct optlist *sp;
H A Dip_fil.h1085 typedef struct optlist { struct