Home
last modified time | relevance | path

Searched refs:propid (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libvscan/common/
H A Dlibvscan.c515 vs_get_propdef(uint64_t propid) in vs_get_propdef() argument
520 if (propid == vs_propdefs[i].vpd_id) in vs_get_propdef()
537 vs_default_value(vs_prop_hd_t *prop_hd, const uint64_t propid) in vs_default_value() argument
542 switch (propid) { in vs_default_value()
594 uint64_t propid; in vs_scf_values_get() local
614 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_scf_values_get()
615 if ((prop_hd->vp_ids & propid) == 0) in vs_scf_values_get()
618 if ((vpd = vs_get_propdef(propid)) == NULL) { in vs_scf_values_get()
752 uint64_t propid; in vs_scf_pg_create() local
774 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_scf_pg_create()
[all …]
/titanic_44/usr/src/cmd/device_remap/
H A Ddevice_remap.pl120 my ($self, $propid) = @_;
123 %node = $self->getnode($propid);
192 my ($propid);
194 $propid = $self->findprop($nodeid, $propname, $type);
195 return undef if ($propid == -1);
197 return $self->getprop($propid);
/titanic_44/usr/src/cmd/vscan/vscanadm/
H A Dvscanadm.c896 uint64_t propid; in vs_adm_output_getcmd() local
907 for (propid = 1LL; propid <= VS_PROPID_MAX; propid <<= 1) { in vs_adm_output_getcmd()
908 if ((propids & propid) == 0) in vs_adm_output_getcmd()
911 if ((vap = vs_adm_prop_by_id(propid)) == NULL) in vs_adm_output_getcmd()
953 vs_adm_prop_by_id(const uint64_t propid) in vs_adm_prop_by_id() argument
958 if (propid == p->vap_id) in vs_adm_prop_by_id()
/titanic_44/usr/src/lib/libdladm/common/
H A Dlinkprop.c3735 dladm_id2prop(mac_prop_id_t propid) in dladm_id2prop() argument
3740 if (p->pp_id == propid) in dladm_id2prop()
3748 const char *prop_name, mac_prop_id_t propid, uint_t flags, in i_dladm_buf_alloc_impl() argument
3765 dip->pr_num = propid; in i_dladm_buf_alloc_impl()
3784 mac_prop_id_t propid, uint_t flags, dladm_status_t *status) in i_dladm_buf_alloc_by_id() argument
3788 p = dladm_id2prop(propid); in i_dladm_buf_alloc_by_id()
3790 return (i_dladm_buf_alloc_impl(valsize, linkid, p->pp_name, propid, in i_dladm_buf_alloc_by_id()