/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_linux_list.h | 54 list_add(struct list_head *new, struct list_head *head) { function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
list.h | 72 * list_add(&foo->entry, &bar.list_of_foos); 155 * list_add(&newfoo->entry, &bar->list_of_foos); 161 list_add(struct list_head *entry, struct list_head *head) function in typeref:typename:void
|
/src/sys/external/bsd/common/include/linux/ |
list.h | 131 list_add(struct list_head *node, struct list_head *head) function in typeref:typename:void 223 list_add(node, head);
|
/src/usr.bin/xlint/xlint/ |
xlint.c | 124 list_add(list *l, const char *s) function in typeref:typename:void 134 list_add(l, (const char[3]){ '-', (char)c, '\0' }); 144 list_add(l, s); 152 list_add(dst, src->items[i]); 369 list_add(&args, name); 397 list_add(&args, cpp.outfile); 398 list_add(&args, out_fname); 415 list_add(&lint2.input_files, name); 450 list_add(&lint1.outfiles, ofn); 455 list_add(&lint2.input_files, ofn) [all...] |