Searched refs:this_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c81 static int this_type; /* type of transaction from main.c */ variable
535 if (this_type != dr_info.type) {
537 (this_type == REMOVE_TYPE) ?
865 this_type = REMOVE_TYPE;
867 this_type = INSTALL_TYPE;
879 dr_info.type = this_type;

Completed in 59 milliseconds