Searched refs:echo (Results 151 - 170 of 170) sorted by relevance

1234567

/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl71 $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC});
H A Dsha512-mips.pl75 $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC});
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dcontrol_server.c96 DEF_PL_HANDLER(echo),
556 else if (strncmp(cp->cp_key, "echo", 8) == 0)
/freebsd-11-stable/usr.bin/mail/
H A Dcmd3.c546 * Expand file names like echo
549 echo(char **argv) function
/freebsd-11-stable/share/mk/
H A Dbsd.lib.mk312 echo ${SHLIB_NAME_FULL}: ${DPADD} >> ${DEPENDFILE}
/freebsd-11-stable/contrib/apr-util/
H A Dbuild-outputs.mk152 @echo timestamp > $@
/freebsd-11-stable/usr.sbin/ppp/
H A Dlcp.c224 lcp->cfg.echo ? "enabled" : "disabled");
279 lcp->cfg.echo = 0;
H A Dcommand.c2425 "LQR period", "set lqr/echo period value", (const void *)VAR_LQRPERIOD},
2900 if (cx->physical->link.lcp.cfg.echo && !add) {
2901 cx->physical->link.lcp.cfg.echo = 0;
2909 } else if (!cx->physical->link.lcp.cfg.echo && add) {
2910 cx->physical->link.lcp.cfg.echo = 1;
2972 {"echo", NULL, NegotiateSet, LOCAL_AUTH | LOCAL_CX, "Send echo requests",
/freebsd-11-stable/sys/conf/
H A Dkmod.mk252 echo -n "${EXPORT_SYMS:@s@$s${.newline}@}" > export_syms
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl83 $prefix=`echo __USER_LABEL_PREFIX__ | $ENV{CC} -E -P -`;
/freebsd-11-stable/sys/dev/an/
H A Dif_an.c3625 * Put character to SWS0 wait for dwelltime x 50us for echo .
3631 int echo; local
3664 * Port is clear now write byte and wait for it to echo back
3670 echo = CSR_READ_2(sc, AN_SW1(sc->mpi350));
3671 } while (dwelltime >= 0 && echo != byte);
3676 return echo == byte;
/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk68 echo "SWIG python disabled at configure time: $(SWIG_PY_ERRMSG)" >&2; \
81 echo "SWIG perl disabled at configure time: $(SWIG_PL_ERRMSG)" >&2; \
94 echo "SWIG ruby disabled at configure time: $(SWIG_RB_ERRMSG)" >&2; \
116 echo "SWIG disabled at configure time" >&2; \
572 if $(SVN_BUILD_SVNXX) ; then cd subversion/bindings/cxx && $(LINK_CXX_LIB) $(libsvnxx_LDFLAGS) -o libsvnxx-1.la $(LT_NO_UNDEFINED) $(libsvnxx_OBJECTS) ../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../subversion/libsvn_client/libsvn_client-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(LIBS) ; else echo "fake" > subversion/bindings/cxx/libsvnxx-1.la ; fi
600 if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_authz_svn && $(LINK_APACHE_MOD) $(mod_authz_svn_LDFLAGS) -o mod_authz_svn.la $(LT_NO_UNDEFINED) $(mod_authz_svn_OBJECTS) ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la $(SVN_HTTPD_LIBS) $(LIBS) ; else echo "fake" > subversion/mod_authz_svn/mod_authz_svn.la ; fi
606 if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_dav_svn && $(LINK_APACHE_MOD) $(mod_dav_svn_LDFLAGS) -o mod_dav_svn.la $(LT_NO_UNDEFINED) $(mod_dav_svn_OBJECTS) ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la $(SVN_HTTPD_LIBS) $(SVN_MOD_DAV_LIBS) $(LIBS) ; else echo "fake" > subversion/mod_dav_svn/mod_dav_svn.la ; fi
612 if $(INSTALL_APACHE_MODS) ; then cd tools/server-side/mod_dontdothat && $(LINK_APACHE_MOD) $(mod_dontdothat_LDFLAGS) -o mod_dontdothat.la $(LT_NO_UNDEFINED) $(mod_dontdothat_OBJECTS) ../../../subversion/libsvn_subr/libsvn_subr-1.la $(SVN_HTTPD_LIBS) $(LIBS) ; else echo "fake" > tools/server-side/mod_dontdothat/mod_dontdothat.la ; fi
1026 if $(SVN_BUILD_SVNXX_TESTS) ; then cd subversion/bindings/cxx && $(LINK_SVNXX_TEST) $(svnxx_tests_LDFLAGS) -o svnxx-tests$(EXEEXT) $(svnxx_tests_OBJECTS) ../../../subversion/bindings/cxx/libsvnxx-1.la ../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../subversion/libsvn_client/libsvn_client-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(LIBS) ; else echo "fake" > subversion/bindings/cxx/svnxx-tests$(EXEEXT) ; fi
1632 if $(SVN_BUILD_SVNXX) ; then $(COMPILE_SVNXX) $(canonicalized_srcdir)subversion/bindings/cxx/src/aprwrap/impl.cpp ; else echo "fak
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h5870 uint32_t ts_to_echo /* The time stamp value to echo to far end */;
6294 uint32_t ts_to_echo /* The time stamp value to echo to far end */;
6791 uint32_t echo /* echo value to be sent to driver on event ring */; member in struct:client_update_ramrod_data
6864 uint32_t echo /* echo value to be sent to driver on event ring */; member in struct:eth_classify_header
7331 uint32_t echo; member in struct:eth_rss_update_ramrod_data
7374 uint32_t echo; member in struct:common_ramrod_eth_rx_cqe
7780 uint32_t echo /* echo valu member in struct:mac_configuration_hdr
11146 uint8_t echo; member in struct:afex_vif_list_ramrod_data
11499 uint32_t echo /* set mac echo data to return to driver */; member in struct:eth_event_data
11547 uint8_t echo; member in struct:vif_list_event_data
11558 uint8_t echo; member in struct:function_update_event_data
11742 uint8_t echo; member in struct:function_update_data
[all...]
H A Dbxe.c8449 uint32_t cid = elem->message.data.eth_event.echo & BXE_SWCID_MASK;
8455 switch (le32toh(elem->message.data.eth_event.echo) >> BXE_SWCID_SHIFT) {
8472 elem->message.data.eth_event.echo);
8511 uint8_t echo; local
8587 echo = elem->message.data.function_update_event.echo;
8588 if (echo == SWITCH_UPDATE) {
8627 cid = elem->message.data.eth_event.echo & BXE_SWCID_MASK;
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h253 extern int echo(void);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c56 __le16 echo,
4349 __le16 echo,
4355 return ecore_sriov_vfpf_msg(p_hwfn, OSAL_LE16_TO_CPU(echo),
4347 ecore_sriov_eqe_event(struct ecore_hwfn *p_hwfn, u8 opcode, __le16 echo, union event_ring_data *data, u8 OSAL_UNUSED fw_return_code) argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2162 report_return(echo());
/freebsd-11-stable/contrib/ee/
H A Dee.c3106 echo();
4355 echo_string(string) /* echo the given string */
5196 shell_echo_msg = catgetlocal( 110, "<!echo 'list of unrecognized words'; echo -=-=-=-=-=-");
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl82 $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC});
/freebsd-11-stable/contrib/apr/
H A Dbuild-outputs.mk328 @echo timestamp > $@

Completed in 618 milliseconds

1234567