Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c2319 struct mntaarg *maa; in mount_argf() local
2342 maa = malloc(sizeof *maa + len, M_MOUNT, M_WAITOK | M_ZERO); in mount_argf()
2343 SLIST_INSERT_HEAD(&ma->list, maa, next); in mount_argf()
2344 bcopy(sbuf_data(sb), maa + 1, len); in mount_argf()
2347 ma->v[ma->len].iov_base = maa + 1; in mount_argf()
2360 struct mntaarg *maa; in mount_argsu() local
2371 maa = malloc(sizeof *maa + len, M_MOUNT, M_WAITOK | M_ZERO); in mount_argsu()
2373 tbuf = (void *)(maa + 1); in mount_argsu()
2415 struct mntaarg *maa; in free_mntarg() local
2418 maa = SLIST_FIRST(&ma->list); in free_mntarg()
[all …]