resource_cb_arg_t
resource_cb_arg_t arg;
(void) memset(&arg, 0, sizeof (resource_cb_arg_t));
resource_cb_arg_t *arg = (resource_cb_arg_t *)argp;