Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c2147 static door_arg_t unref_args = { DOOR_UNREF_DATA, 0, 0, 0, 0, 0 }; in door_unref() local
2181 (void) door_upcall(DTOV(dp), &unref_args, NULL, SIZE_MAX, 0); in door_unref()
2183 if (unref_args.rbuf != 0) { in door_unref()
2184 kmem_free(unref_args.rbuf, unref_args.rsize); in door_unref()
2185 unref_args.rbuf = NULL; in door_unref()
2186 unref_args.rsize = 0; in door_unref()
2206 static door_arg_t unref_args = { DOOR_UNREF_DATA, 0, 0, 0, 0, 0 }; in door_unref_kernel() local
2235 (*(dp->door_pc))(dp->door_data, &unref_args, NULL, NULL, NULL); in door_unref_kernel()