Searched defs:nvlist (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/fs/zfs/ |
D | zfs.c | 1505 nvlist_find_value(char *nvlist, char *name, int valtype, char **val, in nvlist_find_value() 1562 zfs_nvlist_lookup_uint64(char *nvlist, char *name, uint64_t *out) in zfs_nvlist_lookup_uint64() 1581 zfs_nvlist_lookup_string(char *nvlist, char *name) in zfs_nvlist_lookup_string() 1608 zfs_nvlist_lookup_nvlist(char *nvlist, char *name) in zfs_nvlist_lookup_nvlist() 1629 zfs_nvlist_lookup_nvlist_array_get_nelm(char *nvlist, char *name) in zfs_nvlist_lookup_nvlist_array_get_nelm() 1643 zfs_nvlist_lookup_nvlist_array(char *nvlist, char *name, in zfs_nvlist_lookup_nvlist_array() 1695 int_zfs_fetch_nvlist(struct zfs_data *data, char **nvlist) in int_zfs_fetch_nvlist() 1718 char *nvlist; /* for the pool */ in check_pool_label() local 1984 zfs_fetch_nvlist(device_t dev, char **nvlist) in zfs_fetch_nvlist()
|
/external/curl/src/ |
D | tool_setopt.c | 273 const NameValue *nvlist, long lval) in tool_setopt_enum() 306 const NameValue *nvlist, long lval) in tool_setopt_flags() 348 const NameValueUnsigned *nvlist, in tool_setopt_bitmask()
|