Home
last modified time | relevance | path

Searched refs:idep (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/compat/linux/common/
Dlinux_inotify.c825 struct inotify_dir_entries *idep = NULL; in get_inotify_dir_entries() local
838 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()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dnds32-tdep.c1964 nds32_gdbarch_tdep *idep in nds32_gdbarch_init() local
1967 if (idep->elf_abi != elf_abi) in nds32_gdbarch_init()