HomeSort by: relevance | last modified time | path
    Searched refs:ihandle (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sys/arch/arm/ofw/
openfirm.c 152 OF_instance_to_package(int ihandle)
158 int ihandle; member in struct:__anon1113
166 args.ihandle = ihandle;
301 OF_instance_to_path(int ihandle, char *buf, int buflen)
307 int ihandle; member in struct:__anon1119
317 args.ihandle = ihandle;
352 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
354 OF_call_method(method, ihandle, nargs, nreturns, va_alist
368 int ihandle; member in struct:__anon1121
432 int ihandle; member in struct:__anon1122
518 int ihandle; member in struct:__anon1125
543 int ihandle; member in struct:__anon1126
    [all...]
  /src/sys/arch/arm/ti/
ti_omapwugen.c 60 const int ihandle = fdtbus_intr_parent(sc->sc_phandle); local
61 if (ihandle == -1) {
65 return fdtbus_intr_establish_raw(ihandle, specifier, ipl,
80 const int ihandle = fdtbus_intr_parent(sc->sc_phandle); local
81 if (ihandle == -1) {
85 return fdtbus_intr_str_raw(ihandle, specifier, buf, buflen);
  /src/sys/arch/sparc/stand/ofwboot/
Locore.c 114 OF_instance_to_package(int ihandle)
120 cell_t ihandle; member in struct:__anon2022
127 args.ihandle = HDL2CELL(ihandle);
134 OF_instance_to_path(int ihandle, char *buf, int buflen)
140 cell_t ihandle; member in struct:__anon2023
149 args.ihandle = HDL2CELL(ihandle);
336 cell_t ihandle; member in struct:__anon2031
345 args.ihandle = HDL2CELL(handle)
360 cell_t ihandle; member in struct:__anon2032
512 cell_t ihandle; member in struct:__anon2038
553 cell_t ihandle; member in struct:__anon2039
592 cell_t ihandle; member in struct:__anon2040
627 cell_t ihandle; member in struct:__anon2041
661 cell_t ihandle; member in struct:__anon2042
705 cell_t ihandle; member in struct:__anon2043
744 cell_t ihandle; member in struct:__anon2044
788 cell_t ihandle; member in struct:__anon2045
    [all...]
openfirm.h 47 u_int OF_instance_to_package(u_int ihandle);
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_chirp.c 126 /* returns the name of the corresponding Ihandle */
128 ihandle_name(device_instance *ihandle)
130 if (ihandle == NULL)
133 return device_name(device_instance_device(ihandle));
392 unsigned_cell ihandle; member in struct:instance_to_package_args
396 device_instance *ihandle; local
401 ihandle = external_to_device_instance(data->root, args.ihandle);
402 TRACE(trace_os_emul, ("instance-to-package - in - ihandle=0x%lx(%p`%s')\n",
403 (unsigned long)args.ihandle,
747 unsigned_cell ihandle; member in struct:instance_to_path_args
753 device_instance *ihandle; local
850 unsigned_cell ihandle; member in struct:call_method_args
855 device_instance *ihandle; local
916 unsigned_cell ihandle; member in struct:open_args
919 device_instance *ihandle; local
954 unsigned_cell ihandle; member in struct:close_args
957 device_instance *ihandle; local
990 unsigned_cell ihandle; member in struct:read_args
997 device_instance *ihandle; local
1073 unsigned_cell ihandle; member in struct:write_args
1080 device_instance *ihandle; local
1128 unsigned_cell ihandle; member in struct:seek_args
1135 device_instance *ihandle; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_chirp.c 126 /* returns the name of the corresponding Ihandle */
128 ihandle_name(device_instance *ihandle)
130 if (ihandle == NULL)
133 return device_name(device_instance_device(ihandle));
392 unsigned_cell ihandle; member in struct:instance_to_package_args
396 device_instance *ihandle; local
401 ihandle = external_to_device_instance(data->root, args.ihandle);
402 TRACE(trace_os_emul, ("instance-to-package - in - ihandle=0x%lx(%p`%s')\n",
403 (unsigned long)args.ihandle,
747 unsigned_cell ihandle; member in struct:instance_to_path_args
753 device_instance *ihandle; local
850 unsigned_cell ihandle; member in struct:call_method_args
855 device_instance *ihandle; local
916 unsigned_cell ihandle; member in struct:open_args
919 device_instance *ihandle; local
954 unsigned_cell ihandle; member in struct:close_args
957 device_instance *ihandle; local
990 unsigned_cell ihandle; member in struct:read_args
997 device_instance *ihandle; local
1073 unsigned_cell ihandle; member in struct:write_args
1080 device_instance *ihandle; local
1128 unsigned_cell ihandle; member in struct:seek_args
1135 device_instance *ihandle; local
    [all...]
  /src/sys/arch/macppc/stand/ofwboot/
Locore.c 299 OF_instance_to_package(int ihandle)
305 int ihandle; member in struct:__anon1631
313 args.ihandle = ihandle;
435 int ihandle; member in struct:__anon1636
449 args.ihandle = handle;
472 int ihandle; member in struct:__anon1637
486 args.ihandle = handle;
654 OF_call_method(const char *method, int ihandle, int nargs, int nreturns,
662 int ihandle; member in struct:__anon1643
    [all...]
  /src/sys/arch/shark/stand/ofwboot/
Locore.c 160 OF_instance_to_package(int ihandle)
166 int ihandle; member in struct:__anon1916
174 args.ihandle = ihandle;
296 int ihandle; member in struct:__anon1921
310 args.ihandle = handle;
333 int ihandle; member in struct:__anon1922
347 args.ihandle = handle;
  /src/sys/arch/powerpc/powerpc/
openfirm.c 170 OF_instance_to_package(int ihandle)
176 int ihandle; member in struct:__anon1791
187 args.ihandle = ihandle;
374 OF_instance_to_path(int ihandle, char *buf, int buflen)
380 int ihandle; member in struct:__anon1797
396 args.ihandle = ihandle;
454 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
461 int ihandle; member in struct:__anon1799
515 int ihandle; member in struct:__anon1800
618 int ihandle; member in struct:__anon1803
665 int ihandle; member in struct:__anon1804
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-handles.c 34 struct hw_instance *ihandle; member in struct:hw_handle_mapping
103 return current_map->ihandle;
134 if (current_map->ihandle == internal)
165 hw_abort (hw, "attempting to add an ihandle already in the data base");
172 new_map->ihandle = internal;
210 if ((*current_map)->ihandle == internal)
219 hw_abort (hw, "attempt to remove nonexistant ihandle");
hw-properties.h 142 const ihandle_runtime_property_spec *ihandle);
147 ihandle_runtime_property_spec *ihandle);
152 hw_instance *ihandle);
hw-properties.c 256 struct hw_instance *ihandle;
261 ihandle = tree_instance (me, spec.full_path);
262 hw_set_ihandle_property (me, property->property->name, ihandle);
400 const ihandle_runtime_property_spec *ihandle)
404 ihandle->full_path, strlen (ihandle->full_path) + 1,
414 ihandle_runtime_property_spec *ihandle)
424 ihandle->full_path = entry->init_array;
434 hw_instance *ihandle)
437 cells = H2BE_cell (hw_instance_to_external (ihandle));
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
hw-handles.c 34 struct hw_instance *ihandle; member in struct:hw_handle_mapping
103 return current_map->ihandle;
134 if (current_map->ihandle == internal)
165 hw_abort (hw, "attempting to add an ihandle already in the data base");
172 new_map->ihandle = internal;
210 if ((*current_map)->ihandle == internal)
219 hw_abort (hw, "attempt to remove nonexistant ihandle");
hw-properties.h 142 const ihandle_runtime_property_spec *ihandle);
147 ihandle_runtime_property_spec *ihandle);
152 hw_instance *ihandle);
hw-properties.c 256 struct hw_instance *ihandle;
261 ihandle = tree_instance (me, spec.full_path);
262 hw_set_ihandle_property (me, property->property->name, ihandle);
400 const ihandle_runtime_property_spec *ihandle)
404 ihandle->full_path, strlen (ihandle->full_path) + 1,
414 ihandle_runtime_property_spec *ihandle)
424 ihandle->full_path = entry->init_array;
434 hw_instance *ihandle)
437 cells = H2BE_cell (hw_instance_to_external (ihandle));
    [all...]
  /src/sys/arch/macppc/stand/bootxx/
bootxx.c 232 int ihandle; member in struct:__anon1622
242 args.ihandle = handle;
282 int ihandle; member in struct:__anon1624
292 args.ihandle = handle;
  /src/sys/dev/fdt/
fdt_intr.c 199 int ihandle; local
201 specifier = get_specifier_by_index(phandle, index, &ihandle);
205 return fdtbus_intr_establish_raw(ihandle, specifier, ipl,
225 fdtbus_intr_establish_raw(int ihandle, const u_int *specifier, int ipl,
232 ic = fdtbus_get_interrupt_controller(ihandle);
234 printf("%s: ihandle %d is not a controller\n",__func__,ihandle);
339 int ihandle; local
341 specifier = get_specifier_by_index(phandle, index, &ihandle);
345 return fdtbus_intr_str_raw(ihandle, specifier, buf, buflen)
    [all...]
  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 154 cell_t ihandle; member in struct:__anon2072
171 args.ihandle = HDL2CELL(mmuh);
197 cell_t ihandle; member in struct:__anon2073
213 args.ihandle = HDL2CELL(mmuh);
235 cell_t ihandle; member in struct:__anon2074
250 args.ihandle = HDL2CELL(mmuh);
271 cell_t ihandle; member in struct:__anon2075
284 args.ihandle = HDL2CELL(mmuh);
304 cell_t ihandle; member in struct:__anon2076
317 args.ihandle = HDL2CELL(mmuh)
336 cell_t ihandle; member in struct:__anon2077
378 cell_t ihandle; member in struct:__anon2078
415 cell_t ihandle; member in struct:__anon2079
456 cell_t ihandle; member in struct:__anon2080
490 cell_t ihandle; member in struct:__anon2081
    [all...]
  /src/sys/arch/sparc/sparc/
openfirm.c 137 OF_instance_to_package(int ihandle)
143 cell_t ihandle; member in struct:__anon7
150 args.ihandle = HDL2CELL(ihandle);
282 OF_instance_to_path(int ihandle, char *buf, int buflen)
288 cell_t ihandle; member in struct:__anon13
299 args.ihandle = HDL2CELL(ihandle);
337 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
345 cell_t ihandle; member in struct:__anon15
383 cell_t ihandle; member in struct:__anon16
499 cell_t ihandle; member in struct:__anon21
558 cell_t ihandle; member in struct:__anon22
    [all...]
  /src/sys/arch/powerpc/oea/
ofw_consinit.c 79 int ihandle; member in struct:usb_kbd_ihandles
279 * `adb-kbd-ihandle or `usb-kbd-ihandles methods
309 * stdin is /psuedo-hid/keyboard. Test `adb-kbd-ihandle and
317 ukbds != NULL && ukbds->ihandle != 0 &&
318 OF_instance_to_package(ukbds->ihandle) != -1) {
325 if (OF_call_method("`usb-kbd-ihandle", kstdin, 0, 1, &ukbd) >= 0 &&
328 ofprint("usb-kbd-ihandle matches\n");
337 if (OF_call_method("`adb-kbd-ihandle", kstdin, 0, 1, &akbd) >= 0 &&
340 ofprint("adb-kbd-ihandle matches\n");
  /src/sys/arch/arm/sunxi/
sunxi_nmi.c 212 const int ihandle = fdtbus_intr_parent(sc->sc_phandle); local
213 if (ihandle == -1) {
219 return fdtbus_intr_establish_raw(ihandle, specifier, ipl,
337 const int ihandle = fdtbus_intr_parent(sc->sc_phandle); local
338 if (ihandle == -1) {
341 return fdtbus_intr_str_raw(ihandle, specifier, buf,
  /src/sys/arch/ofppc/stand/ofwboot/
Locore.c 133 OF_instance_to_package(int ihandle)
139 int ihandle; member in struct:__anon1713
147 args.ihandle = ihandle;
269 int ihandle; member in struct:__anon1718
283 args.ihandle = handle;
306 int ihandle; member in struct:__anon1719
320 args.ihandle = handle;
  /src/sys/arch/sparc64/dev/
vbus.c 209 vbus_intr_establish(bus_space_tag_t t, int ihandle, int level,
214 uint64_t sysino = INTVEC(ihandle);
221 ino = INTINO(ihandle);
225 ih->ih_ivec = ihandle;
ebus_mainbus.c 272 ebus_mainbus_intr_establish(bus_space_tag_t t, int ihandle, int level,
284 u_int64_t devhandle, devino = INTINO(ihandle);
290 if (sc->sc_intmap[i].cintr == ihandle) {
332 ino = INTINO(ihandle);
340 if (psc && psc->sc_ign == INTIGN(ihandle)) {
351 ino |= INTVEC(ihandle);
359 ih->ih_ivec = ihandle;
vpci.c 568 vpci_intr_establish(bus_space_tag_t t, int ihandle, int level,
574 ino = INTINO(ihandle);
575 DPRINTF(VDB_INTR, ("%s: ih %lx; level %d ino %#x\n", __func__, (u_long)ihandle, level, ino));
578 level = INTLEV(ihandle);
586 ino |= INTVEC(ihandle);
587 DPRINTF(VDB_INTR, ("%s: ih %lx; level %d ino %#x\n", __func__, (u_long)ihandle, level, ino));
591 ih->ih_ivec = ihandle;
600 uint64_t sysino = INTVEC(ihandle);

Completed in 31 milliseconds

1 2