HomeSort by: relevance | last modified time | path
    Searched refs:lvm_errno (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/lvm2/dist/liblvm/
lvm_base.c 94 int lvm_errno(lvm_t libh) function
lvm2app.h 104 * lvm_errno) and error message (see lvm_errmsg) that any function may
238 * Users of liblvm should use lvm_errno to determine the details of a any
241 * If a function has failed, lvm_errno may be used to get a more specific
242 * error code describing the failure. In this way, lvm_errno may be used
252 int lvm_errno(lvm_t libh);
257 * This function may be used in conjunction with lvm_errno to obtain more
  /src/external/gpl2/lvm2/dist/include/
lvm2app.h 104 * lvm_errno) and error message (see lvm_errmsg) that any function may
238 * Users of liblvm should use lvm_errno to determine the details of a any
241 * If a function has failed, lvm_errno may be used to get a more specific
242 * error code describing the failure. In this way, lvm_errno may be used
252 int lvm_errno(lvm_t libh);
257 * This function may be used in conjunction with lvm_errno to obtain more
  /src/external/gpl2/lvm2/dist/test/api/
vgtest.c 159 if (handle && lvm_errno(handle))

Completed in 153 milliseconds