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

1 2 3 4

  /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);
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);
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/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-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-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");
  /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-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-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");
  /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");
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");
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/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...]
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...]
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/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,
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,
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/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;
bootxx.c 232 int ihandle; member in struct:__anon1622
242 args.ihandle = handle;
282 int ihandle; member in struct:__anon1624
292 args.ihandle = handle;
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/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;
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/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...]
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...]

Completed in 96 milliseconds

1 2 3 4