Home
last modified time | relevance | path

Searched refs:get_value (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_004_pos.ksh53 typeset user_used=$(get_value "userused@$QUSER1" $QFS)
54 typeset group_used=$(get_value "groupused@$QGROUP" $QFS)
67 user_used=$(get_value "userused@$QUSER1" $QFS)
68 group_used=$(get_value "groupused@$QGROUP" $QFS)
H A Duserquota_common.kshlib105 function get_value # property dataset function
/titanic_50/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) in get_value() function
553 len = get_value("name to get/set ? ", gbuf, sizeof (gbuf)); in getset_interactive()
562 get_value("value ? ", &gbuf[len], sizeof (gbuf) - len) > 1) in getset_interactive()
565 get_value("length ? ", len_buf, sizeof (len_buf)) > 1) { in getset_interactive()
601 len = get_value("module to query ? ", modpath, in open_device()
/titanic_50/usr/src/lib/libnisdb/
H A Ddb_item_c.x76 % void get_value( char** s, int * n ) { *s = value; *n=len;}
H A Ddb_mindex3.cc746 qc[j].index_value->get_value( in entriesFromLDAPreal()
H A Ddb_mindex2.cc367 qc[0].index_value->get_value(&sub, &len); in selectMapping()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c188 static const char *get_value(const char *arg);
1056 get_value(const char *arg) in get_value() function
1708 return (get_value(pae->ae_arg)); in essid_of_profile()
2099 activeprofile = get_value(activep_section->list-> in find_active_profile()
2112 pessid = get_value(pae->ae_arg); in find_active_profile()
2116 pbssid = get_value(pae->ae_arg); in find_active_profile()
2959 wepkey = get_value(pbuf); in do_set_wepkey()
4093 wepkey = get_value(argv[i]); in items_in_profile()
4180 profilename = (pfbuf ? pfbuf : get_value(argv[i])); in do_createprofile()
/titanic_50/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) in get_value() function
998 if (get_value(val, v, count, buf, sz) != 0) in values_get()