Searched refs:idep (Results 1 – 2 of 2) sorted by relevance
825 struct inotify_dir_entries *idep = NULL; in get_inotify_dir_entries() local838 idep = kmem_zalloc(INOTIFY_DIR_ENTRIES_SIZE(0), KM_SLEEP); in get_inotify_dir_entries()860 idep = kmem_zalloc(INOTIFY_DIR_ENTRIES_SIZE(decount), KM_SLEEP); in get_inotify_dir_entries()861 idep->ide_count = decount; in get_inotify_dir_entries()869 kmem_free(idep, INOTIFY_DIR_ENTRIES_SIZE(decount)); in get_inotify_dir_entries()870 idep = NULL; in get_inotify_dir_entries()876 idep->ide_entries[i].fileno = currdep->d_fileno; in get_inotify_dir_entries()877 strcpy(idep->ide_entries[i].name, currdep->d_name); in get_inotify_dir_entries()886 return idep; in get_inotify_dir_entries()
1964 nds32_gdbarch_tdep *idep in nds32_gdbarch_init() local1967 if (idep->elf_abi != elf_abi) in nds32_gdbarch_init()