Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmdioctl.h42 enum md_types {MD_MALLOC, MD_PRELOAD, MD_VNODE, MD_SWAP, MD_NULL}; enumerator
/freebsd/sbin/mdmfs/
H A Dmdmfs.c198 mdtype = MD_MALLOC; in main()
430 case MD_MALLOC: in do_mdconfig_attach()
466 case MD_MALLOC: in do_mdconfig_attach_au()
/freebsd/sbin/mdconfig/
H A Dmdconfig.c155 mdio.md_type = MD_MALLOC; in main()
323 if ((mdio.md_type == MD_MALLOC || mdio.md_type == MD_SWAP || in main()
/freebsd/sys/dev/md/
H A Dmd.c1339 case MD_MALLOC: in mdinit()
1576 case MD_MALLOC: in mddestroy()
1724 case MD_MALLOC: in kern_mdattach_locked()
1760 case MD_MALLOC: in kern_mdattach_locked()
2161 case MD_MALLOC: in g_md_dumpconf()
/freebsd/tests/sys/aio/
H A Daio_test.c796 mdio.md_type = MD_MALLOC; in aio_md_setup()