Lines Matching refs:under
92 Moreover, sub-keys and a value can coexist under a parent key.
99 Note, since there is no syntax to put a raw value directly under a
110 Also, the order of the value node under a key is fixed. If there
187 To do this operation, Linux kernel provides ``bootconfig`` command under
233 passing the kernel parameters. All the key-value pairs under ``kernel``
235 pairs under ``init`` will be passed to init process via the cmdline.
269 key-value entries) must be under 1024 nodes.
274 will be under 100 entries and smaller than 8KB, so it would be enough.
286 a root (prefix) key node and find key-values under that node.
303 keys under the prefix node with xbc_node_for_each_key_value().
305 But the most typical usage is to get the named value under prefix
306 or get the named array under prefix as below::