Home
last modified time | relevance | path

Searched refs:syn (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c351 FN_attrset_t *syn; in need_nns_only() local
355 syn = fn_ctx_get_syntax_attrs(ctx, empty_cname, status); in need_nns_only()
356 if (syn == NULL || !non_slash_hierarchy(syn)) { in need_nns_only()
357 fn_attrset_destroy(syn); in need_nns_only()
364 retval = (prefix_syn == NULL) || syntax_attrs_equal(syn, prefix_syn); in need_nns_only()
366 fn_attrset_destroy(syn); in need_nns_only()
378 FN_attrset_t *syn; in need_ctx_and_nns() local
381 syn = fn_ctx_get_syntax_attrs(ctx, empty_cname, status); in need_ctx_and_nns()
382 if (syn == NULL) { in need_ctx_and_nns()
385 retval = slash_hierarchy(syn); in need_ctx_and_nns()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DMakefile50 SYN_FILES :sh= (cd syn; print *.awk)
59 $(SYN_FILES:%=$(TESTDIR)/syn/%) \
60 $(SYN_FILES:%.awk=$(TESTDIR)/syn/%.ok) \
63 SUBDIRS = bugs-fixed data examples/awk examples/out gnu syn tests
H A DREADME11 The tests in gnu/ and syn/ were gathered tests from gawk's "basic" and
H A Druntests.sh174 cd syn || exit 1
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to syn-received - yes
H A Dtst.remotetcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man232 my @syn = $2 . $3;
237 for (split /\n/) { s/^ *(or: +)?//; push @syn, $_ }
241 for (@syn)
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Dascii3 |020 dle|021 dc1|022 dc2|023 dc3|024 dc4|025 nak|026 syn|027 etb|
21 | 10 dle| 11 dc1| 12 dc2| 13 dc3| 14 dc4| 15 nak| 16 syn| 17 etb|
H A Diso3 | 10 dle| 11 dc1| 12 dc2| 13 dc3| 14 dc4| 15 nak| 16 syn| 17 etb|
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m962 dir path=opt/util-tests/tests/awk/syn
972 file path=opt/util-tests/tests/awk/syn/aryprm1.ok mode=0444
974 file path=opt/util-tests/tests/awk/syn/aryprm2.ok mode=0444
976 file path=opt/util-tests/tests/awk/syn/aryprm3.ok mode=0444
978 file path=opt/util-tests/tests/awk/syn/aryprm4.ok mode=0444
980 file path=opt/util-tests/tests/awk/syn/aryprm5.ok mode=0444
996 file path=opt/util-tests/tests/awk/syn/fnmisc.ok mode=0444
1003 file path=opt/util-tests/tests/awk/syn/nfneg.awk mode=0444
1004 file path=opt/util-tests/tests/awk/syn/nfneg.ok mode=0444
1016 file path=opt/util-tests/tests/awk/syn/scalar.ok mode=0444
[all …]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.h60 unsigned int nroutes, int parity, int syn);
H A Dmc5.c402 unsigned int nroutes, int parity, int syn) in t1_mc5_init() argument
426 mc5->issue_syn = (unsigned char)syn; in t1_mc5_init()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c716 hpi_pfc_set_tcp_control_syn(hpi_handle_t handle, boolean_t syn) in hpi_pfc_set_tcp_control_syn() argument
726 if (syn) in hpi_pfc_set_tcp_control_syn()
727 tcp.bits.syn = 1; in hpi_pfc_set_tcp_control_syn()
729 tcp.bits.syn = 0; in hpi_pfc_set_tcp_control_syn()
H A Dhxge_pfc_hw.h483 uint32_t syn:1; member
493 uint32_t syn:1;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.d.in80 state == TCP_STATE_SYN_SENT ? "state-syn-sent" :
81 state == TCP_STATE_SYN_RECEIVED ? "state-syn-received" :
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_roce.h365 struct ecore_iwarp_ll2_buff *syn; member
H A Drelease.txt2456 Change: (FW iWARP) Correct value is checked for tcp syn packets.
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c2159 ctf_file_t *fp, *syn = mdb.m_synth; in mdb_ctf_synthetics_from_file() local
2163 if (syn == NULL) { in mdb_ctf_synthetics_from_file()
2176 ti.ti_arg = syn; in mdb_ctf_synthetics_from_file()
2184 if (ctf_update(syn) == CTF_ERR) { in mdb_ctf_synthetics_from_file()
2192 (void) ctf_discard(syn); in mdb_ctf_synthetics_from_file()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h413 uint32_t syn :4; member
436 uint32_t syn :4; member