Searched refs:valtype (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libipadm/common/ |
H A D | ipadm_prop.c | 543 uint_t valtype) in i_ipadm_get_hostmodel() argument 550 switch (valtype) { in i_ipadm_get_hostmodel() 559 valtype); in i_ipadm_get_hostmodel() 760 uint_t valtype) in i_ipadm_get_ecnsack() argument 765 switch (valtype) { in i_ipadm_get_ecnsack() 782 valtype); in i_ipadm_get_ecnsack() 795 if (status == IPADM_SUCCESS && (valtype == MOD_PROP_ACTIVE || in i_ipadm_get_ecnsack() 796 valtype == MOD_PROP_DEFAULT)) { in i_ipadm_get_ecnsack() 819 uint_t valtype) in i_ipadm_get_forwarding() argument 830 buf, bufsize, pdp->ipd_proto, valtype); in i_ipadm_get_forwarding() [all …]
|
H A D | ipadm_addr.c | 1051 uint_t valtype) in i_ipadm_get_broadcast() argument 1072 switch (valtype) { in i_ipadm_get_broadcast() 1168 uint_t valtype) in i_ipadm_get_prefixlen() argument 1193 switch (valtype) { in i_ipadm_get_prefixlen() 1261 uint_t valtype) in i_ipadm_get_addr_flag() argument 1270 switch (valtype) { in i_ipadm_get_addr_flag() 1320 uint_t valtype) in i_ipadm_get_zone() argument 1336 switch (valtype) { in i_ipadm_get_zone() 1394 uint_t *bufsize, const char *aobjname, uint_t valtype) in ipadm_get_addrprop() argument 1426 switch (valtype) { in ipadm_get_addrprop()
|
/titanic_44/usr/src/lib/libnvpair/ |
H A D | libnvpair.h | 141 #define NVLIST_PRINTCTL_SVDECL(funcname, valtype) \ argument 143 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, valtype), \
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1345 nvpair_value(char *nvp, void *val, int valtype, int *nelmp) in nvpair_value() argument 1365 if (type == valtype) { in nvpair_value() 1369 if (valtype != DATA_TYPE_BOOLEAN && nelm < 1) in nvpair_value() 1373 switch (valtype) { in nvpair_value() 1404 nvlist_lookup_value(char *nvlist, char *name, void *val, int valtype, in nvlist_lookup_value() argument 1416 nvpair_type(nvpair) == valtype) { in nvlist_lookup_value() 1417 return (nvpair_value(nvpair, val, valtype, nelmp)); in nvlist_lookup_value()
|