Searched refs:nme (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 1757 char *nme; in diffnvlists() local 1789 nme = nvpair_name(nvp); in diffnvlists() 1795 res = readtype(tfp, module_name, SHORT_NAME(nme), &type, in diffnvlists() 1816 res = nvlist_lookup_uint32(old, nme, &oifidx); in diffnvlists() 1835 res = nvlist_lookup_byte(old, nme, &oproto); in diffnvlists() 1849 res = nvlist_lookup_uint16(old, nme, &oport); in diffnvlists() 1864 res = nvlist_lookup_string(old, nme, &ostr); in diffnvlists() 1891 res = nvlist_lookup_uint32_array(old, nme, in diffnvlists() 1914 res = nvlist_lookup_uint32(old, nme, (uint32_t *)&obl); in diffnvlists() 1933 res = nvlist_lookup_byte(old, nme, (uchar_t *)&ou8); in diffnvlists() [all …]
|