{
    "mode": "man",
    "parameter": "dmmp_flush_mpath",
    "section": "3",
    "url": "https://www.chedong.com/phpMan.php/man/dmmp_flush_mpath/3/json",
    "generated": "2026-05-30T06:07:55Z",
    "synopsis": "int dmmpflushmpath (struct dmmpcontext *ctx, const char *mpathname);",
    "sections": {
        "NAME": {
            "content": "dmmpflushmpath - Flush specified multipath device map if unused.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "int dmmpflushmpath (struct dmmpcontext *ctx, const char *mpathname);\n",
            "subsections": []
        },
        "ARGUMENTS": {
            "content": "ctx         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",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Flush a multipath device map specified as parameter, if unused.\n",
            "subsections": []
        },
        "RETURN": {
            "content": "int. 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)",
            "subsections": []
        }
    },
    "summary": "dmmpflushmpath - Flush specified multipath device map if unused.",
    "flags": [],
    "examples": [],
    "see_also": []
}