Home
last modified time | relevance | path

Searched refs:opts2 (Results 1 – 4 of 4) sorted by relevance

/external/openssh/regress/
Dcert-file.sh48 opts2="$opts -i $OBJ/user_key1 -i $OBJ/user_key2"
73 ${SSH} $opts2 somehost exit 5$p
81 opts3="$opts2 -oCertificateFile=$OBJ/cert_user_key1_2.pub"
100 opts3="$opts2 -oCertificateFile=$OBJ/cert_user_key1_1.pub"
109 opts3="$opts2 -oCertificateFile=$OBJ/cert_user_key1_2.pub"
/external/llvm/unittests/Support/
DCommandLineTest.cpp241 const char *opts2[] = { "-tool", "-o", "x" }; in TEST() local
243 testAliasRequired(array_lengthof(opts2), opts2); in TEST()
/external/syslinux/gpxe/src/drivers/net/
Dr8169.h411 volatile uint32_t opts2; member
418 volatile uint32_t opts2; member
Dr8169.c1672 rx_desc->opts2 = 0; in rtl8169_populate_rx_descriptor()
1979 tx_curr_desc->opts2 = 0; in rtl8169_transmit()
1988 DBG ( "tx_curr_desc->opts2 = %#08x\n", tx_curr_desc->opts2 ); in rtl8169_transmit()