Lines Matching defs:list
460 struct list_head list;
471 /* list of the include paths (configuration directories),
481 struct list_head list;
548 path = list_entry(pos, struct include_path, list);
564 list_add_tail(&path->list, &fd->include_paths);
579 path = list_entry(pos, struct include_path, list);
580 list_del(&path->list);
655 path = list_entry(pos, struct include_path, list);
1160 list_add_tail(&n->list, &parent->u.compound.fields);
2154 list_add_tail(&child->list, &parent->u.compound.fields);
2195 list_insert(&child->list, &after->list, after->list.next);
2236 list_insert(&child->list, before->list.prev, &before->list);
2259 list_add_tail(&sn->list, &dst->u.compound.fields);
2330 list_add_tail(&sn->list, &dst->u.compound.fields);
2343 * has a parent, then \a config is removed from the list of the parent's
2354 list_del(&config->list);
2411 list_del(&config->list);
3917 /** The name of the environment variable containing the files list for #snd_config_update. */
4491 * \param[in] cfgs A list of configuration file names, delimited with ':'.
4838 * \brief Returns an iterator that ends a node's children list.
4840 * \return An iterator that indicates the end of \a config's children list.
4866 return list_entry(iterator, snd_config_t, list);