Searched defs:unref_args (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c2132 static door_arg_t unref_args = { DOOR_UNREF_DATA, 0, 0, 0, 0, 0 }; local
2166 (void) door_upcall(DTOV(dp), &unref_args, NULL, SIZE_MAX, 0); local
2168 if (unref_args.rbuf != 0) {
2169 kmem_free(unref_args.rbuf, unref_args.rsize);
2170 unref_args.rbuf = NULL;
2171 unref_args.rsize = 0;
2191 static door_arg_t unref_args = { DOOR_UNREF_DATA, 0, 0, 0, 0, 0 }; local
2220 (*(dp->door_pc))(dp->door_data, &unref_args, NULL, NULL, NULL);

Completed in 66 milliseconds