Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c384 ddi_ctl_enum_t op, void *clientarg, void *result) in fcoe_bus_ctl() argument
394 ret = fcoe_initchild(fcoe_dip, (dev_info_t *)clientarg); in fcoe_bus_ctl()
398 ret = fcoe_uninitchild(fcoe_dip, (dev_info_t *)clientarg); in fcoe_bus_ctl()
402 ret = ddi_ctlops(fcoe_dip, rip, op, clientarg, result); in fcoe_bus_ctl()