Home
last modified time | relevance | path

Searched refs:srvstate (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c174 service->srvstate = newstate; in vchiq_set_service_state()
1764 if (service->srvstate == in parse_rx_slots()
1802 && (service->srvstate == in parse_rx_slots()
1835 && (service->srvstate == in parse_rx_slots()
1898 && (service->srvstate != in parse_rx_slots()
2236 (service->srvstate == in sync_func()
2825 switch (service->srvstate) { in close_service_complete()
2891 switch (service->srvstate) { in vchiq_close_service_internal()
2907 if (service->srvstate == in vchiq_close_service_internal()
3040 switch (service->srvstate) { in vchiq_free_service_internal()
[all …]
H A Dvchiq_kern_lib.c231 int srvstate; in vchiq_add_service() local
238 srvstate = vchiq_is_connected(instance) in vchiq_add_service()
245 srvstate, in vchiq_add_service()
H A Dvchiq_core.h289 int srvstate; member
542 const VCHIQ_SERVICE_PARAMS_T *params, int srvstate,
H A Dvchiq_arm.c503 int srvstate; in vchiq_ioctl() local
519 srvstate = VCHIQ_SRVSTATE_OPENING; in vchiq_ioctl()
521 srvstate = in vchiq_ioctl()
532 &args.params, srvstate, in vchiq_ioctl()
1286 BUG_ON(service->srvstate != VCHIQ_SRVSTATE_FREE); in vchiq_close()
2093 (service_ptr->srvstate != VCHIQ_SRVSTATE_FREE)) { in output_timeout_error()
2688 if (service_ptr->srvstate != VCHIQ_SRVSTATE_FREE) { in vchiq_dump_service_use_state()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h303 void **srvstate; /* runtime service mappings */ member
556 #define SRV_OBJECT(ch, idx) ((ch)->srvstate[(idx)])
H A Dip_fw_sockopt.c4235 ch->srvstate = malloc(sizeof(void *) * IPFW_OBJECTS_DEFAULT, in ipfw_init_srv()
4243 free(ch->srvstate, M_IPFW); in ipfw_destroy_srv()