Home
last modified time | relevance | path

Searched defs:DONE (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh43 cat <<- 'DONE' | heredoc
46 cat <<- 'DONE' | heredoc
50 cat <<- 'DONE' | heredoc
54 cat <<- 'DONE' | heredoc
59 cat <<- 'DONE' | heredoc
64 cat <<- 'DONE' | heredoc
74 cat <<- 'DONE' | heredoc
338 cat <<- 'DONE' > helper.sh heredoc
347 cat <<- 'DONE' > reread.sh heredoc
418 cat <<- 'DONE' > helper.sh heredoc
[all …]
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh82 cat >${TOP}/conf/files.${UPPER} <<DONE heredoc
89 cat >${TOP}/i386/conf/${UPPER} <<DONE heredoc
100 cat >>${TOP}/i386/conf/${UPPER} <<DONE heredoc
111 cat >${TOP}/dev/${1}/${1}.c <<DONE heredoc
928 cat >${TOP}/sys/${1}io.h <<DONE heredoc
952 cat >${TOP}/modules/${1}/Makefile <<DONE heredoc
H A Dmake_pseudo_driver.sh71 cat >${TOP}/conf/files.${UPPER} <<DONE heredoc
75 cat >${TOP}/i386/conf/${UPPER} <<DONE heredoc
94 cat >${TOP}/dev/${1}/${1}.c <<DONE heredoc
362 cat >${TOP}/sys/${1}io.h <<DONE heredoc
386 cat >${TOP}/modules/${1}/Makefile <<DONE heredoc
/freebsd/crypto/krb5/src/include/
H A Dk5-tls.h50 DATA_READ, DONE, WANT_READ, WANT_WRITE, ERROR_TLS enumerator
/freebsd/crypto/heimdal/lib/hx509/
H A Dfile.c195 enum { BEFORE, SEARCHHEADER, INHEADER, INDATA, DONE } where; in hx509_pem_read() enumerator
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tnc.c18 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
/freebsd/crypto/krb5/src/tests/shlib/
H A Dt_loader.c204 #define DONE() (verbose ? printf("done\n") : 0) in main() macro
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator
/freebsd/sys/contrib/zlib/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator
/freebsd/lib/libcam/
H A Dscsi_cmdparse.c370 DONE, in next_field() enumerator
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c2424 #define DONE 4 /* if not found, error else unhash and return it */ macro
/freebsd/sys/dev/rl/
H A Dif_rlreg.h862 enum rl_twist { DONE, CHK_LINK, FIND_ROW, SET_PARAM, RECHK_LONG, RETUNE }; enumerator
/freebsd/sys/dev/mrsas/
H A Dmrsas.h122 #define DONE 0 macro