HomeSort by: relevance | last modified time | path
    Searched defs:taa (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/arch/usermode/dev/
mainbus.c 74 struct thunkbus_attach_args taa; local
82 taa.taa_type = THUNKBUS_TYPE_CPU;
83 config_found(self, &taa, mainbus_print, CFARGS_NONE);
85 taa.taa_type = THUNKBUS_TYPE_TTYCONS;
86 config_found(self, &taa, mainbus_print, CFARGS_NONE);
89 taa.taa_type = THUNKBUS_TYPE_VNCFB;
90 taa.u.vnc.width = usermode_vnc_width;
91 taa.u.vnc.height = usermode_vnc_height;
92 taa.u.vnc.port = usermode_vnc_port;
93 config_found(self, &taa, mainbus_print, CFARGS_NONE)
    [all...]
mainbus.c 74 struct thunkbus_attach_args taa; local
82 taa.taa_type = THUNKBUS_TYPE_CPU;
83 config_found(self, &taa, mainbus_print, CFARGS_NONE);
85 taa.taa_type = THUNKBUS_TYPE_TTYCONS;
86 config_found(self, &taa, mainbus_print, CFARGS_NONE);
89 taa.taa_type = THUNKBUS_TYPE_VNCFB;
90 taa.u.vnc.width = usermode_vnc_width;
91 taa.u.vnc.height = usermode_vnc_height;
92 taa.u.vnc.port = usermode_vnc_port;
93 config_found(self, &taa, mainbus_print, CFARGS_NONE)
    [all...]
mainbus.c 74 struct thunkbus_attach_args taa; local
82 taa.taa_type = THUNKBUS_TYPE_CPU;
83 config_found(self, &taa, mainbus_print, CFARGS_NONE);
85 taa.taa_type = THUNKBUS_TYPE_TTYCONS;
86 config_found(self, &taa, mainbus_print, CFARGS_NONE);
89 taa.taa_type = THUNKBUS_TYPE_VNCFB;
90 taa.u.vnc.width = usermode_vnc_width;
91 taa.u.vnc.height = usermode_vnc_height;
92 taa.u.vnc.port = usermode_vnc_port;
93 config_found(self, &taa, mainbus_print, CFARGS_NONE)
    [all...]
mainbus.c 74 struct thunkbus_attach_args taa; local
82 taa.taa_type = THUNKBUS_TYPE_CPU;
83 config_found(self, &taa, mainbus_print, CFARGS_NONE);
85 taa.taa_type = THUNKBUS_TYPE_TTYCONS;
86 config_found(self, &taa, mainbus_print, CFARGS_NONE);
89 taa.taa_type = THUNKBUS_TYPE_VNCFB;
90 taa.u.vnc.width = usermode_vnc_width;
91 taa.u.vnc.height = usermode_vnc_height;
92 taa.u.vnc.port = usermode_vnc_port;
93 config_found(self, &taa, mainbus_print, CFARGS_NONE)
    [all...]
clock.c 83 struct thunkbus_attach_args *taa = opaque; local
85 if (taa->taa_type != THUNKBUS_TYPE_CLOCK)
clock.c 83 struct thunkbus_attach_args *taa = opaque; local
85 if (taa->taa_type != THUNKBUS_TYPE_CLOCK)
clock.c 83 struct thunkbus_attach_args *taa = opaque; local
85 if (taa->taa_type != THUNKBUS_TYPE_CLOCK)
clock.c 83 struct thunkbus_attach_args *taa = opaque; local
85 if (taa->taa_type != THUNKBUS_TYPE_CLOCK)
if_veth.c 91 struct thunkbus_attach_args *taa = opaque; local
93 if (taa->taa_type != THUNKBUS_TYPE_VETH)
103 struct thunkbus_attach_args *taa = opaque; local
110 sc->sc_tapfd = thunk_open_tap(taa->u.veth.device);
113 taa->u.veth.device, thunk_geterrno());
117 taa->u.veth.eaddr) != 0) {
119 taa->u.veth.eaddr);
124 aprint_normal(": Virtual Ethernet (device = %s)\n", taa->u.veth.device);
ld_thunkbus.c 86 struct thunkbus_attach_args *taa = opaque; local
88 if (taa->taa_type != THUNKBUS_TYPE_DISKIMAGE)
99 struct thunkbus_attach_args *taa = opaque; local
100 const char *path = taa->u.diskimage.path;
vatapi.c 114 struct thunkbus_attach_args *taa = opaque; local
116 if (taa->taa_type != THUNKBUS_TYPE_VATAPI)
126 struct thunkbus_attach_args *taa = opaque; local
132 sc->sc_fd = thunk_open(taa->u.vdev.path, O_RDWR, 0);
if_veth.c 91 struct thunkbus_attach_args *taa = opaque; local
93 if (taa->taa_type != THUNKBUS_TYPE_VETH)
103 struct thunkbus_attach_args *taa = opaque; local
110 sc->sc_tapfd = thunk_open_tap(taa->u.veth.device);
113 taa->u.veth.device, thunk_geterrno());
117 taa->u.veth.eaddr) != 0) {
119 taa->u.veth.eaddr);
124 aprint_normal(": Virtual Ethernet (device = %s)\n", taa->u.veth.device);
ld_thunkbus.c 86 struct thunkbus_attach_args *taa = opaque; local
88 if (taa->taa_type != THUNKBUS_TYPE_DISKIMAGE)
99 struct thunkbus_attach_args *taa = opaque; local
100 const char *path = taa->u.diskimage.path;
vatapi.c 114 struct thunkbus_attach_args *taa = opaque; local
116 if (taa->taa_type != THUNKBUS_TYPE_VATAPI)
126 struct thunkbus_attach_args *taa = opaque; local
132 sc->sc_fd = thunk_open(taa->u.vdev.path, O_RDWR, 0);
if_veth.c 91 struct thunkbus_attach_args *taa = opaque; local
93 if (taa->taa_type != THUNKBUS_TYPE_VETH)
103 struct thunkbus_attach_args *taa = opaque; local
110 sc->sc_tapfd = thunk_open_tap(taa->u.veth.device);
113 taa->u.veth.device, thunk_geterrno());
117 taa->u.veth.eaddr) != 0) {
119 taa->u.veth.eaddr);
124 aprint_normal(": Virtual Ethernet (device = %s)\n", taa->u.veth.device);
ld_thunkbus.c 86 struct thunkbus_attach_args *taa = opaque; local
88 if (taa->taa_type != THUNKBUS_TYPE_DISKIMAGE)
99 struct thunkbus_attach_args *taa = opaque; local
100 const char *path = taa->u.diskimage.path;
vatapi.c 114 struct thunkbus_attach_args *taa = opaque; local
116 if (taa->taa_type != THUNKBUS_TYPE_VATAPI)
126 struct thunkbus_attach_args *taa = opaque; local
132 sc->sc_fd = thunk_open(taa->u.vdev.path, O_RDWR, 0);
  /src/sys/arch/evbarm/tsarm/
tskp.c 129 struct tspld_attach_args *taa = aux; local
132 sc->sc_iot = taa->ta_iot;
tskp.c 129 struct tspld_attach_args *taa = aux; local
132 sc->sc_iot = taa->ta_iot;
tskp.c 129 struct tspld_attach_args *taa = aux; local
132 sc->sc_iot = taa->ta_iot;
tskp.c 129 struct tspld_attach_args *taa = aux; local
132 sc->sc_iot = taa->ta_iot;
tslcd.c 139 struct tspld_attach_args *taa = aux; local
142 sc->sc_iot = taa->ta_iot;
tslcd.c 139 struct tspld_attach_args *taa = aux; local
142 sc->sc_iot = taa->ta_iot;
tslcd.c 139 struct tspld_attach_args *taa = aux; local
142 sc->sc_iot = taa->ta_iot;
tslcd.c 139 struct tspld_attach_args *taa = aux; local
142 sc->sc_iot = taa->ta_iot;

Completed in 276 milliseconds

1 2