Searched refs:GEN (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/kerberos5/lib/libgssapi_spnego/
H A DMakefile15 ${GEN:S/.x$/.c/:S/.hx$/.h/} \
18 GEN= asn1_ContextFlags.x \ macro
37 CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} \
40 .ORDER: ${GEN}
41 ${GEN:[2..-1]}: .NOMETA
42 ${GEN}: spnego.asn1 spnego.opt
/freebsd-11.0-release/share/examples/sunrpc/msg/
H A DMakefile9 GEN = msg_clnt.c msg_svc.c msg.h macro
25 $(GEN): msg.x
39 rm -f $(GEN) *.o $(BIN)
/freebsd-11.0-release/kerberos5/lib/libasn1/
H A DMakefile22 ${GEN:S/.x$/.c/:S/.hx$/.h/}
36 GEN+= ${GEN_RFC2459}
37 GEN+= ${GEN_CMS}
38 GEN+= ${GEN_K5}
39 GEN+= ${GEN_PKINIT}
40 GEN+= ${GEN_PKCS8}
41 GEN+= ${GEN_PKCS9}
42 GEN+= ${GEN_PKCS12}
43 GEN+= ${GEN_DIGEST}
44 GEN
[all...]
/freebsd-11.0-release/share/examples/sunrpc/dir/
H A DMakefile9 GEN = dir_clnt.c dir_svc.c dir_xdr.c dir.h macro
15 $(GEN): dir.x
29 rm -f $(GEN) *.o $(BIN)
/freebsd-11.0-release/kerberos5/lib/libhdb/
H A DMakefile57 ${GEN:S/.x$/.c/:S/.hx$/.h/}
65 GEN= asn1_Salt.x \ macro
85 CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} hdb_asn1_files \
88 .ORDER: ${GEN}
89 ${GEN:[2..-1]}: .NOMETA
90 ${GEN}: hdb.asn1
/freebsd-11.0-release/share/examples/sunrpc/sort/
H A DMakefile9 GEN = sort_clnt.c sort_svc.c sort_xdr.c sort.h macro
38 rm -f $(GEN) *.o $(BIN)
/freebsd-11.0-release/kerberos5/lib/libhx509/
H A DMakefile261 GEN+= ${GEN_OCSP}
262 GEN+= ${GEN_PKCS10}
263 GEN+= ${GEN_CRMF}
265 CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} ocsp_asn1_files \
/freebsd-11.0-release/sys/dev/ncr/
H A Dncrreg.h198 #define GEN 0x0200/* sta: timeout (general) */ macro
H A Dncr.c5305 !(sist & (GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5317 !(sist & (STO|GEN|HTH|SGE|UDC|RST|PAR)) &&
5329 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5346 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5411 !(sist & (STO|GEN|HTH|MA|SGE|RST|PAR)) &&
5424 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5457 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
6912 * Measure GEN timer delay in order
6934 while (!(INW(nc_sist) & GEN) && ms++ < 1000)
6946 printf ("\tDelay (GEN
[all...]
/freebsd-11.0-release/sys/dev/sym/
H A Dsym_defs.h424 #define GEN 0x0200/* sta: timeout (general) */ macro
H A Dsym_hipd.c3889 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
3920 if (!(sist & (GEN|HTH|SGE)) &&
3938 if ((sist & (GEN|HTH|SGE)) ||
6892 * Measure GEN timer delay in order
6913 while (!(INW(nc_sist) & GEN) && ms++ < 100000)
6929 printf ("%s: Delay (GEN=%d): %u msec, %u KHz\n",

Completed in 264 milliseconds