Searched refs:cmd1 (Results 1 – 4 of 4) sorted by relevance
48 static void local_apic_write_int_cmd(uint32_t cpu_id, uint32_t cmd1);53 static void local_x2apic_write_int_cmd(uint32_t cpu_id, uint32_t cmd1);147 local_apic_write_int_cmd(uint32_t cpu_id, uint32_t cmd1) in local_apic_write_int_cmd() argument150 apicadr[APIC_INT_CMD1] = cmd1; in local_apic_write_int_cmd()193 local_x2apic_write_int_cmd(uint32_t cpu_id, uint32_t cmd1) in local_x2apic_write_int_cmd() argument196 (((uint64_t)cpu_id << 32) | cmd1)); in local_x2apic_write_int_cmd()
86 cmd1="${commands[$i]}"90 log_must $cmd195 $GREP "$($ECHO "$cmd1" | $SED 's/\/usr\/sbin\///g')" $NEW_HISTORY \96 >/dev/null 2>&1 || log_fail "Didn't find \"$cmd1\" in pool history"
727 cmd1 = elfdump_cmd + " -r " + f1 + " > " + tmpFile1730 cmd1 = elfdump_cmd + " -g " + f1 + " > " + tmpFile1733 cmd1 = elfdump_cmd + " -h " + f1 + " > " + tmpFile1736 cmd1 = elfdump_cmd + " -d " + f1 + " > " + tmpFile1739 cmd1 = elfdump_cmd + " -G " + f1 + " > " + tmpFile1742 cmd1 = elfdump_cmd + " -H " + f1 + " > " + tmpFile1745 cmd1 = elfdump_cmd + " -i " + f1 + " > " + tmpFile1748 cmd1 = (elfdump_cmd + " -s -N " + section + " " + f1 +757 cmd1 = (dis_cmd + " -t " + section + " " + f1 +762 cmd1 = (elfdump_cmd + " -w " + tmpFile1 + " -N " +[all …]
31 OBJS= myfopen.o aux.o cmd1.o cmd2.o cmd3.o \