Home
last modified time | relevance | path

Searched defs:tst (Results 1 – 14 of 14) sorted by path

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dpclose.c77 #define tst(a, b) (*mode == 'r'? (b) : (a)) macro
/illumos-gate/usr/src/cmd/mailx/
H A Dpopen.c50 #define tst(a,b) (*mode == 'r'? (b) : (a)) macro
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c318 int tst[MAXNCG]; in cgoto() local
513 packtrans(int st, CHR *tch, int *tst, int cnt, int tryit) in packtrans()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h207 struct tstnod tst; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dheredoc.sh285 function tst function
H A Dpty.sh60 function tst function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpkrd.c230 char tst[2]; local
/illumos-gate/usr/src/lib/libmail/common/
H A Dpopenvp.c51 #define tst(a, b) (*mode == 'r'? (b) : (a)) macro
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dprt1eval.awk1 function tst () { function
6 BEGIN { OFMT = "%.0f" ; print tst() } function
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmypopen.c40 #define tst(a, b) (*mode == 'r'? (b) : (a)) macro
/illumos-gate/usr/src/tools/smatch/src/validation/expand/
H A Dfunction-pointer.c11 static void tst(struct s *s) in tst() function
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c1204 hermon_test_t *tst) in hermon_PIO_start()
1246 hermon_test_t *tst) in hermon_PIO_end()
1729 hermon_trigger_pio_error(hermon_test_t *tst, ddi_fm_error_t *derr) in hermon_trigger_pio_error()
2239 struct i_hca_fm_test *tst) in i_hca_pio_start()
2313 struct i_hca_fm_test *tst) in i_hca_pio_end()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h217 #define TEST_DECLARE(tst) hermon_test_t *tst; argument
218 #define REGISTER_PIO_TEST(st, tst) \ argument
220 #define PIO_START(st, hdl, tst) hermon_PIO_start(st, hdl, tst) argument
221 #define PIO_END(st, hdl, cnt, tst) hermon_PIO_end(st, hdl, &cnt, tst) argument
223 #define TEST_DECLARE(tst) argument
224 #define REGISTER_PIO_TEST(st, tst) argument
225 #define PIO_START(st, hdl, tst) hermon_PIO_start(st, hdl, NULL) argument
226 #define PIO_END(st, hdl, cnt, tst) hermon_PIO_end(st, hdl, &cnt, NULL) argument
232 #define hermon_pio_init(cnt, status, tst) \ argument
241 #define hermon_pio_start(st, hdl, label, cnt, status, tst) \ argument
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1046 } tst; member