Lines Matching defs:entry

799 	 * itl entry is removed for the old format
807 * Create a new synthetic device entry of the specified type. The supported
838 /* make new synthetic entry that is the LT */
852 /* make new synthetic entry that is the LI */
874 * them up. Add an LI entry and delete all of the LTI entries with the same
880 struct iodev_snapshot *pos, *entry, *parent;
887 for (entry = list; entry; entry = entry->is_next) {
888 if ((err = create_li_delete_lti(ss, entry->is_children)) != 0)
891 if (entry->is_type == IODEV_IOPATH_LTI) {
892 parent = find_parent(ss, entry);
893 if (get_lti(entry->is_name, lun_name, &lun,
904 update_target(pos, entry);
905 list_del(&parent->is_children, entry);
906 free_iodev(entry);
908 entry = pos;
914 /* make the first LI entry */
916 IODEV_IOPATH_LI, entry);
917 update_target(pos, entry);
921 entry, pos);
922 list_del(&parent->is_children, entry);
923 free_iodev(entry);
925 insert_before(&ss->s_iodevs, entry,
927 list_del(&ss->s_iodevs, entry);
928 free_iodev(entry);
930 entry = pos;
938 * We have the LTI kstat, now add an entry for the LT that sums up all of
944 struct iodev_snapshot *entry, *parent, *pos;
951 for (entry = list; entry; entry = entry->is_next) {
952 if ((err = create_lt(ss, entry->is_children)) != 0)
955 if (entry->is_type == IODEV_IOPATH_LTI) {
956 parent = find_parent(ss, entry);
957 if (get_lti(entry->is_name, lun_name, &lun,
968 update_target(pos, entry);
975 IODEV_IOPATH_LT, entry);
976 update_target(pos, entry);
980 entry, pos);
984 entry, pos);
996 struct iodev_snapshot *entry;
999 for (entry = list; entry; entry = entry->is_next) {
1000 cmax = iodevs_is_name_maxlen(entry->is_children);
1002 len = strlen(entry->is_name);