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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkginstall.h78 int resp_stat));
H A Dreqexec.c183 set_respfile(char *respfile, char *pkginst, int resp_stat) argument
203 respfile_ro = resp_stat;
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_mem.c654 dr_mem_stat_t *resp_stat; local
692 resp_stat = DR_MEM_RESP_STATS(resp);
696 curr_str = (char *)resp_stat + stat_len;
699 resp_stat[idx].addr = res[idx].addr;
700 resp_stat[idx].size = res[idx].size;
701 resp_stat[idx].result = res[idx].result;
702 resp_stat[idx].status = res[idx].status;
708 resp_stat[idx].string_off = curr_off;
H A Ddr_cpu.c628 dr_cpu_stat_t *resp_stat; local
671 resp_stat = DR_CPU_RESP_STATS(resp);
675 curr_str = (char *)resp_stat + stat_len;
678 resp_stat[idx].cpuid = res[idx].cpuid;
679 resp_stat[idx].result = res[idx].result;
680 resp_stat[idx].status = res[idx].status;
686 resp_stat[idx].string_off = curr_off;

Completed in 64 milliseconds