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

  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_vdev.c 679 char *childtype; local
685 ZPOOL_CONFIG_TYPE, &childtype) == 0);
691 is_replacing = strcmp(childtype,
693 is_spare = strcmp(childtype,
708 &childtype) == 0);
719 strcmp(type, childtype) != 0) {
786 type = childtype;
zpool_vdev.c 679 char *childtype; local
685 ZPOOL_CONFIG_TYPE, &childtype) == 0);
691 is_replacing = strcmp(childtype,
693 is_spare = strcmp(childtype,
708 &childtype) == 0);
719 strcmp(type, childtype) != 0) {
786 type = childtype;

Completed in 31 milliseconds