Home
last modified time | relevance | path

Searched refs:host_init (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dmpt.h57 if (!intel_gvt_host.mpt->host_init) in intel_gvt_hypervisor_host_init()
60 return intel_gvt_host.mpt->host_init(dev, gvt, ops); in intel_gvt_hypervisor_host_init()
H A Dhypercall.h53 int (*host_init)(struct device *dev, void *gvt, const void *ops); member
H A Dkvmgt.c2044 .host_init = kvmgt_host_init,
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dhost.fuc26 process(PROC_HOST, #host_init, #host_recv)
134 host_init:
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_pgsql.c166 static HOST *host_init(const char *);
746 PLDB->db_hosts[i] = host_init(hosts->argv[i]); in plpgsql_init()
754 static HOST *host_init(const char *hostname) in host_init() function
H A Ddict_mysql.c190 static HOST *host_init(const char *);
772 PLDB->db_hosts[i] = host_init(hosts->argv[i]); in plmysql_init()
779 static HOST *host_init(const char *hostname) in host_init() function