Searched refs:idep (Results 1 – 3 of 3) sorted by relevance
69 struct idep struct71 struct idep *next; /* struct dep -compatible interface */ argument80 free_idep_chain (struct idep *p) in free_idep_chain() argument82 struct idep *n; in free_idep_chain()220 struct idep* deps = 0; in pattern_search()267 struct idep *d; in pattern_search()268 struct idep **id_ptr; in pattern_search()597 *id_ptr = (struct idep *) in pattern_search()601 sizeof (struct idep), in pattern_search()602 1), sizeof (struct idep)); in pattern_search()
1051 * implicit.c (struct idep): Define an auxiliary data type to hold
825 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()