HomeSort by: relevance | last modified time | path
    Searched defs:pvname (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_util.c 250 pvname(const char *pname, const char *vnum) function
  /src/external/gpl2/lvm2/dist/tools/
toollib.c 884 static int _add_pe_range(struct dm_pool *mem, const char *pvname,
890 " on %s", start, count, pvname);
901 per->start + per->count - 1, pvname);
931 const char *pvname, uint32_t size)
938 if (!_add_pe_range(mem, pvname, pe_ranges, UINT32_C(0), size))
984 if (!_add_pe_range(mem, pvname, pe_ranges, start, end - start + 1))
999 const char *pvname; local
1003 pvname = pv_dev_name(pvl->pv);
1005 log_error("Physical volume %s not allocatable", pvname);
1010 log_error("Physical volume %s is missing", pvname);
1057 const char *pvname = NULL; local
1275 const char *pvname; local
    [all...]

Completed in 20 milliseconds