Searched defs:domain_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv/
H A Dxpv.c40 static mdb_ctf_id_t domain_type; variable
155 if (mdb_ctf_offsetof(domain_type, "vcpu", &off)) {
204 if (!mdb_ctf_type_valid(domain_type)) {
226 if (mdb_ctf_offsetof(domain_type, "vcpu", &off)) {
231 if (mdb_ctf_offsetof(domain_type, "evtchn", &off)) {
281 if (mdb_ctf_lookup_by_name("struct domain", &domain_type) != 0) {
284 mdb_ctf_type_invalidate(&domain_type);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_svc.c155 samr_hdalloc(ndr_xa_t *mxa, samr_key_t key, smb_domain_type_t domain_type, argument
166 data->kd_type = domain_type;

Completed in 50 milliseconds