Searched refs:g_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c101 extern VCHIQ_STATE_T g_state;
107 VCHIQ_STATE_T *state = &g_state;
H A Dvchiq_arm.c154 VCHIQ_STATE_T g_state; variable
212 DEBUG_INITIALISE(g_state.local)
285 DEBUG_INITIALISE(g_state.local)
434 DEBUG_INITIALISE(g_state.local)
1589 vchiq_dump_state(&context, &g_state);
1601 if (g_state.remote == NULL)
1602 printk(KERN_ERR "%s: g_state.remote == NULL\n", __func__);
1603 else if (g_state.remote->initialised != 1)
1604 printk(KERN_NOTICE "%s: g_state.remote->initialised != 1 (%d)\n",
1605 __func__, g_state
[all...]

Completed in 65 milliseconds