Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh86 cmd1="${commands[$i]}"
90 log_must $cmd1
95 grep "$(echo "$cmd1" | sed 's/\/usr\/sbin\///g')" $NEW_HISTORY \
96 >/dev/null 2>&1 || log_fail "Didn't find \"$cmd1\" in pool history"
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py806 cmd1 = cmd2 = "{} -c ".format(ctfdump_cmd)
809 cmd1 += "-p {} ".format(diff_ctf.genunix1)
815 cmd1 += f1
818 return (cmd1, cmd2)
831 cmd1 = elfdump_cmd + " -r " + f1 + " > " + tmpFile1
834 cmd1 = elfdump_cmd + " -g " + f1 + " > " + tmpFile1
837 cmd1 = elfdump_cmd + " -h " + f1 + " > " + tmpFile1
840 cmd1 = elfdump_cmd + " -d " + f1 + " > " + tmpFile1
843 cmd1 = elfdump_cmd + " -G " + f1 + " > " + tmpFile1
846 cmd1 = elfdump_cmd + " -H " + f1 + " > " + tmpFile1
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_regops.c49 static void local_apic_write_int_cmd(uint32_t cpu_id, uint32_t cmd1);
115 local_apic_write_int_cmd(uint32_t cpu_id, uint32_t cmd1) in local_apic_write_int_cmd() argument
118 apicadr[APIC_INT_CMD1] = cmd1; in local_apic_write_int_cmd()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dpipeio1.awk23 cmd1="cat " FILE1; cmd2="cat " FILE2;
26 while( (cmd1 | getline)==1) { #terminates as file has only 1 line
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_regops.c50 static void local_x2apic_write_int_cmd(uint32_t cpu_id, uint32_t cmd1);
116 local_x2apic_write_int_cmd(uint32_t cpu_id, uint32_t cmd1) in local_x2apic_write_int_cmd() argument
119 (((uint64_t)cpu_id << 32) | cmd1)); in local_x2apic_write_int_cmd()
/illumos-gate/usr/src/cmd/mailx/
H A DMakefile32 OBJS= myfopen.o cmd1.o cmd2.o cmd3.o \