HomeSort by: relevance | last modified time | path
    Searched defs:TARGET (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/amiga/stand/loadbsd/
Makefile 3 TARGET = loadbsd
16 $(TARGET): $(OBJS)
  /src/sys/arch/luna68k/stand/boot/
samachdep.h 211 #define UNIT(ctlr, target) ((ctlr) * 10 + (target))
213 #define TARGET(unit) ((unit) % 10)
  /src/tests/lib/libc/c063/
t_renameat.c 50 #define TARGET "newdir/new"
77 ATF_REQUIRE(stat(TARGET, &nst) == 0);
100 ATF_REQUIRE(renameat(AT_FDCWD, FILE, AT_FDCWD, TARGET) == 0);
102 ATF_REQUIRE(stat(TARGET, &nst) == 0);
121 ATF_REQUIRE(renameat(AT_FDCWD, FILEERR, AT_FDCWD, TARGET) == -1);
138 ATF_REQUIRE(renameat(-1, FILE, AT_FDCWD, TARGET) == -1);
139 ATF_REQUIRE(renameat(AT_FDCWD, FILE, -1, TARGET) == -1);
140 ATF_REQUIRE(renameat(-1, FILE, -1, TARGET) == -1);
t_linkat.c 50 #define TARGET "newdir/new"
78 ATF_REQUIRE(stat(TARGET, &nst) == 0);
98 ATF_REQUIRE(linkat(AT_FDCWD, FILE, AT_FDCWD, TARGET, 0) == 0);
101 ATF_REQUIRE(stat(TARGET, &nst) == 0);
120 ATF_REQUIRE(linkat(AT_FDCWD, FILEERR, AT_FDCWD, TARGET, 0) == -1);
137 ATF_REQUIRE(linkat(-1, FILE, AT_FDCWD, TARGET, 0) == -1);
138 ATF_REQUIRE(linkat(AT_FDCWD, FILE, -1, TARGET, 0) == -1);
139 ATF_REQUIRE(linkat(-1, FILE, -1, TARGET, 0) == -1);
145 atf_tc_set_md_var(tc, "descr", "See that linkat works on symlink target");
166 ATF_REQUIRE(lstat(TARGET, &nst) == 0)
    [all...]
  /src/sys/arch/atari/stand/tostools/libtos/
diskio.h 36 #define MINOR(bus, target, lun) (lun)
37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target))
40 #define TARGET(major, minor) ((major) & 0x0007)
54 char * fname; /* full name (scsi target 0 lun 0)*/
  /src/common/dist/zlib/nintendods/
Makefile 12 # TARGET is the name of the output
18 TARGET := $(shell basename $(CURDIR))
  /src/sys/arch/atari/stand/tostools/aptck/
aptck.h 36 #define MINOR(bus, target, lun) (lun)
37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target))
40 #define TARGET(major, minor) ((major) & 0x0007)
62 char * fname; /* full name (scsi target 0 lun 0)*/
  /src/sys/external/bsd/sljit/dist/
Makefile 23 TARGET = sljit_test regex_test
40 all: $(BINDIR) $(TARGET)
  /src/sys/arch/m68k/fpsp/
Makefile 41 TARGET = fpsp
59 LIB_TARGET = lib$(TARGET).a
79 SED=${TOOL_SED:Q} ${HOST_SH} ${FPSPDIR}/asm2gas ${.IMPSRC} >${.TARGET}
81 SED=${TOOL_SED:Q} ${HOST_SH} ${FPSPDIR}/asm2gas ${.IMPSRC} >${.TARGET}
83 ${CC} ${AFLAGS} ${CPPFLAGS} -c -o ${.TARGET} ${.IMPSRC}
224 # Build the target object. The linkfile is created on the fly.
227 $(TARGET).o: $(O_FILES)
228 $(LD) -r -o $(TARGET).o $(O_FILES)
263 $(LIB_FILTER) ${.ALLSRC} >${.TARGET}
269 ed - ${.TARGET} <.SCRIP
    [all...]
  /src/sys/dev/ic/
aic6360reg.h 193 /* SCSI selection/reselection ID (both target *and* initiator) */
214 #define TARGET 0x80
  /src/usr.bin/make/
make.h 243 * The target was aborted due to an error making a dependency. Used
251 * communicating to other parts of the program the way in which a target
282 /* Don't care if the target doesn't exist and can't be created. */
287 * Target is never out of date, but always execute commands anyway.
296 /* Don't remove the target when interrupted. */
301 * Target is a recursive make so its commands should always be
307 * Target is out-of-date only if any of its children was out-of-date.
322 * The node does not become the main target, even if it is the first
323 * target in the first makefile.
326 /* Not a file target; run always. *
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aic7xxx_reg.h 1153 #define TARGET 0x80
aic79xx_reg.h 2722 #define TARGET 0x80

Completed in 18 milliseconds