Lines Matching defs:level
590 * \brief Returns the default top-level config directory
591 * \return The top-level config directory path string
593 * This function returns the string of the top-level config directory path.
1617 static void level_print(snd_output_t *out, unsigned int level)
1619 char a[level + 1];
1620 memset(a, '\t', level);
1621 a[level] = '\0';
1626 unsigned int level, unsigned int joins,
1630 unsigned int level)
1653 err = _snd_config_save_children(n, out, level + 1, 0, array);
1656 level_print(out, level);
1674 unsigned int level, unsigned int joins,
1684 err = _snd_config_save_children(n, out, level, joins + 1, 0);
1689 level_print(out, level);
1697 err = _snd_config_save_node_value(n, out, level);
1935 * \brief Creates a top level configuration node.
2041 * \param config Handle to a top level configuration node.
2105 * \param config Handle to a top level configuration node.
2342 * This function makes \a config a top-level node, i.e., if \a config
3921 * \brief Configuration top-level node (the global configuration).
3923 * This variable contains a handle to the top-level configuration node,
4489 * \param[in,out] _top Address of the handle to the top-level node.