Searched refs:vin (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-388-gp.dts295 vin-supply = <&reg_sata0>;
304 vin-supply = <&reg_sata0>;
323 vin-supply = <&reg_sata1>;
332 vin-supply = <&reg_sata1>;
349 vin-supply = <&reg_sata2>;
358 vin-supply = <&reg_sata2>;
375 vin-supply = <&reg_sata3>;
384 vin-supply = <&reg_sata3>;
H A Drpi.dts363 vin-supply = <&power>;
375 vin-supply = <&power>;
H A Drpi2.dts374 vin-supply = <&power>;
386 vin-supply = <&power>;
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c1469 new_vfsent(struct vfstab *vin, int order) argument
1478 if (vin->vfs_special &&
1479 (new->v.vfs_special = strdup(vin->vfs_special)) == NULL)
1481 if (vin->vfs_mountp &&
1482 (new->v.vfs_mountp = strdup(vin->vfs_mountp)) == NULL)
1484 if (vin->vfs_fstype &&
1485 (new->v.vfs_fstype = strdup(vin->vfs_fstype)) == NULL)
1496 } else if (vin->vfs_mntopts &&
1497 (new->v.vfs_mntopts = strdup(vin->vfs_mntopts)) == NULL)

Completed in 83 milliseconds