Home
last modified time | relevance | path

Searched refs:valuetype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dhashtable.h101 #define DEFINE_HASHTABLE_INSERT(fnname, keytype, valuetype) \ argument
102 int fnname (struct hashtable *h, keytype *k, valuetype *v) \
119 #define DEFINE_HASHTABLE_SEARCH(fnname, keytype, valuetype) \ argument
120 valuetype * fnname (struct hashtable *h, keytype *k) \
122 return (valuetype *) (hashtable_search(h,k)); \
137 #define DEFINE_HASHTABLE_REMOVE(fnname, keytype, valuetype) \ argument
138 valuetype * fnname (struct hashtable *h, keytype *k) \
140 return (valuetype *) (hashtable_remove(h,k)); \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1959 char valuetype; in interpret_default() local
2014 valuetype = format[0]; in interpret_default()
2015 while (valuetype != '\0') { in interpret_default()
2019 printit = (flags & F_DTAIL) || (valuetype <= 'Z'); in interpret_default()
2021 switch (valuetype) { in interpret_default()
2134 valuetype = format[0]; in interpret_default()