Searched refs:IPP_CONFIG_ORIGINATOR (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/ipp/ |
H A D | ipp_config.h | 67 #define IPP_CONFIG_ORIGINATOR "ipp.originator" macro
|
/titanic_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | filters.c | 599 if (nvlist_lookup_uint32(nvlp, IPP_CONFIG_ORIGINATOR, in ipgpc_parse_filter() 1195 if (nvlist_lookup_uint32(nvlp, IPP_CONFIG_ORIGINATOR, in ipgpc_parse_class() 2176 if ((rc = nvlist_add_uint32(nvlp, IPP_CONFIG_ORIGINATOR, in build_class_nvlist() 2273 if ((rc = nvlist_add_uint32(nvlp, IPP_CONFIG_ORIGINATOR, in build_filter_nvlist()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 1119 if (nvlist_add_uint32(nvl, IPP_CONFIG_ORIGINATOR, in add_orig_ipqosconf() 8787 ret = nvlist_lookup_uint32(nvlcp, IPP_CONFIG_ORIGINATOR, &u32); in parse_kparams() 8790 (void) nvlist_remove_all(nvlcp, IPP_CONFIG_ORIGINATOR); in parse_kparams() 8861 ret = nvlist_lookup_uint32(nvl, IPP_CONFIG_ORIGINATOR, &u32); in parse_kclass() 8919 ret = nvlist_lookup_uint32(nvlcp, IPP_CONFIG_ORIGINATOR, &u32); in parse_kfilter() 8922 (void) nvlist_remove_all(nvlcp, IPP_CONFIG_ORIGINATOR); in parse_kfilter()
|