Searched defs:get_value (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_common.kshlib105 function get_value # property dataset function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c45 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 Dnotify_params.c906 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/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c188 static const char *get_value(const char *arg);
1050 * get_value: Get rid of "parameter=" from a "parameter=value", for example:
1056 get_value(const char *arg) function
1062 PRTDBG(("get_value(\"%s\") = \"%s\"\n", arg, p + 1));
1708 return (get_value(pae->ae_arg));
2099 activeprofile = get_value(activep_section->list->
2112 pessid = get_value(pae->ae_arg);
2116 pbssid = get_value(pae->ae_arg);
2959 wepkey = get_value(pbuf);
4093 wepkey = get_value(arg
[all...]

Completed in 65 milliseconds