Searched defs:domain_type (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv/ |
H A D | xpv.c | 40 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 D | samr_svc.c | 155 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 58 milliseconds