Searched defs:childtype (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c42 char *childtype, *childpath; local
52 childtype = grub_malloc (IEEE1275_MAX_PROP_LEN);
53 if (!childtype)
58 grub_free (childtype);
65 grub_free (childtype);
74 if (grub_ieee1275_get_property (child, "device_type", childtype,
76 childtype[0] = 0;
92 alias.type = childtype;
103 grub_free (childtype);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c678 char *path, *childtype; local
686 ZPOOL_CONFIG_TYPE, &childtype) == 0);
692 while (strcmp(childtype,
694 strcmp(childtype, VDEV_TYPE_SPARE) == 0) {
706 &childtype) == 0);
716 if (!reported && type != NULL && strcmp(type, childtype) != 0) {
724 type = childtype;

Completed in 33 milliseconds