Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c121 ASSERT(device->reg_state == IB_DEV_CLOSE); in get_device()
212 device->reg_state = IB_DEV_CLOSE; in ofs_async_handler()
232 device->reg_state = IB_DEV_OPEN; in ofs_async_handler()
237 device->reg_state = IB_DEV_CLOSE; in ofs_async_handler()
266 if (device->reg_state == IB_DEV_OPEN) { in ofs_async_handler()
273 device->reg_state = IB_DEV_CLOSE; in ofs_async_handler()
402 device->reg_state = IB_DEV_CLOSE; in ib_register_client()
413 device->reg_state = IB_DEV_OPEN; in ib_register_client()
459 if (device->reg_state == IB_DEV_OPEN) { in ib_register_client()
465 device->reg_state = IB_DEV_CLOSE; in ib_register_client()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_kverb_impl.h43 qpp->device->reg_state == IB_DEV_OPEN) { \
54 cqp->device->reg_state == IB_DEV_OPEN) { \
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h264 uint_t reg_state; member
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h635 } reg_state; member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h433 typedef enum { reg_stop = 0, reg_start } reg_state; typedef
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c225 mDNSlocal void LogMcastService(const AuthRecord *const ar, request_state *req, reg_state status) in LogMcastService()