Searched refs:dispatch_data (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_pcixvar.h59 rmixl_pcix_dispatch_t dispatch_data[1]; member in struct:rmixl_pcix_intr
H A Drmixl_pcievar.h76 rmixl_pcie_link_dispatch_t dispatch_data[1]; member in struct:rmixl_pcie_link_intr
H A Drmixl_pcix.c848 rmixl_pcix_dispatch_t *d = &pip->dispatch_data[i];
914 * initializae our new interrupt, the last element in dispatch_data[]
916 dip = &pip->dispatch_data[pip->dispatch_count - 1];
968 if (pip_old->dispatch_data[i].func != NULL) {
1011 if (pip_old->dispatch_data[i].func != NULL) {
1012 memcpy(&pip_new->dispatch_data[j],
1013 &pip_old->dispatch_data[i],
1061 rmixl_pcix_dispatch_t *dip = &pip->dispatch_data[i];
H A Drmixl_pcie.c1205 rmixl_pcie_link_dispatch_t *d = &lip->dispatch_data[i];
1282 * initializae our new interrupt, the last element in dispatch_data[]
1284 dip = &lip->dispatch_data[lip->dispatch_count - 1];
1329 if (lip_old->dispatch_data[i].func != NULL) {
1373 if (lip_old->dispatch_data[i].func != NULL) {
1374 memcpy(&lip_new->dispatch_data[j],
1375 &lip_old->dispatch_data[i],
1431 dip = &lip->dispatch_data[i];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_dispatch_defs.h25 DISPATCH_DECL(dispatch_data); variable
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_dispatch_defs.h25 DISPATCH_DECL(dispatch_data); variable
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_common.c33 static void dispatch_data(DBusConnection *con) function
54 dispatch_data(con);
73 dispatch_data(priv->con);

Completed in 148 milliseconds