Searched defs:get_value (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/tests/functional/projectquota/ |
H A D | projectquota_common.kshlib | 78 function get_value function
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/ |
H A D | userquota_common.kshlib | 109 function get_value # property dataset function
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | funstack.awk | 183 Author = TeX_to_HTML(get_value($0)) 206 Journal = get_value($0) 234 Month = ($0 ~ /[=] *"/) ? get_value($0) : get_abbrev($0) 281 Number = get_value($0) 293 Pages = get_value($0) 302 String[get_key($0)] = get_value($0) 308 Title = TeX_to_HTML(get_value($0)) 314 Url = get_value($0) 322 Volume = get_value($0) 328 Year = get_value( 350 function get_value(s) function [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ndd.c | 45 static int get_value(char *msg, char *buf, int buf_len); 525 get_value(char *msg, char *buf, int buf_len) function 553 len = get_value("name to get/set ? ", gbuf, sizeof (gbuf)); 562 get_value("value ? ", &gbuf[len], sizeof (gbuf) - len) > 1) 565 get_value("length ? ", len_buf, sizeof (len_buf)) > 1) { 601 len = get_value("module to query ? ", modpath,
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | notify_params.c | 906 get_value(scf_value_t *val, scf_values_t *v, int c, char *buf, int sz) function 998 if (get_value(val, v, count, buf, sz) != 0)
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_math.c | 590 if (!get_value(expr->left, &left)) 592 if (!get_value(expr->right, &right)) 775 if (get_value(expr->left, &left) && get_value(expr->right, &right)) { 813 if (get_value(expr->left, &left)) 815 if (get_value(expr->right, &right)) 957 if (get_value(sym->initializer, &right)) { 1209 if (!get_value(const_expr, &sval) || !expr1 || !expr2) 1514 if (get_value(expr, &sval)) { 1567 int get_value(struc function [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 190 static const char *get_value(const char *arg); 1052 * get_value: Get rid of "parameter=" from a "parameter=value", for example: 1058 get_value(const char *arg) function 1064 PRTDBG(("get_value(\"%s\") = \"%s\"\n", arg, p + 1)); 1710 return (get_value(pae->ae_arg)); 2101 activeprofile = get_value(activep_section->list-> 2114 pessid = get_value(pae->ae_arg); 2118 pbssid = get_value(pae->ae_arg); 2962 wepkey = get_value(pbuf); 4096 wepkey = get_value(arg [all...] |
Completed in 87 milliseconds