{
    "content": [
        {
            "type": "text",
            "text": "# dmmp_flush_mpath(3) (man)\n\n**Summary:** dmmpflushmpath - Flush specified multipath device map if unused.\n\n**Synopsis:** int dmmpflushmpath (struct dmmpcontext *ctx, const char *mpathname);\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **ARGUMENTS** (5 lines)\n- **DESCRIPTION** (2 lines)\n- **RETURN** (23 lines)\n\n## Full Content\n\n### NAME\n\ndmmpflushmpath - Flush specified multipath device map if unused.\n\n### SYNOPSIS\n\nint dmmpflushmpath (struct dmmpcontext *ctx, const char *mpathname);\n\n### ARGUMENTS\n\nctx         Pointer  of 'struct dmmpcontext'.  If this pointer is NULL, your program will be\nterminated by assert.\n\nmpathname  const char *. The name of multipath device map.\n\n### DESCRIPTION\n\nFlush a multipath device map specified as parameter, if unused.\n\n### RETURN\n\nint. Valid error codes are:\n\n* DMMPOK\n\n* DMMPERRBUG\n\n* DMMPERRNOMEMORY\n\n* DMMPERRNODAEMON\n\n* DMMPERRMPATHBUSY\n\n* DMMPERRMPATHNOTFOUND\n\n* DMMPERRINVALIDARGUMENT\n\n* DMMPERRPERMISSIONDENY\n\nError number could be converted to string by dmmpstrerror.\n\n\n\nMarch 2018                                dmmpflushmpath                       dmmpflushmpath(3)\n\n"
        }
    ],
    "structuredContent": {
        "command": "dmmp_flush_mpath",
        "section": "3",
        "mode": "man",
        "summary": "dmmpflushmpath - Flush specified multipath device map if unused.",
        "synopsis": "int dmmpflushmpath (struct dmmpcontext *ctx, const char *mpathname);",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "ARGUMENTS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "RETURN",
                "lines": 23,
                "subsections": []
            }
        ]
    }
}