Home
last modified time | relevance | path

Searched refs:abts (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/apr-util/test/
HDMakefile.in42 abts.lo: $(srcdir)/abts.c $(srcdir)/abts.h $(srcdir)/abts_tests.h \
45 testutil.lo: $(srcdir)/abts.c $(srcdir)/abts.h $(srcdir)/abts_tests.h \
48 OBJECTS_testall = abts.lo testutil.lo $(TESTS) $(LOCAL_LIBS)
HDMakefile.win126 abts.c: abts.h abts_tests.h testutil.h
128 testutil.c: abts.h abts_tests.h testutil.h
130 $(OUTDIR)\testall.exe: $(ALL_TESTS) $(INTDIR)\abts.obj $(PROGRAM_DEPENDENCIES)
HDNWGNUaputest174 $(OBJDIR)/abts.o \
/trueos/sys/dev/isp/
HDisp_target.c139 abts_t *abts; in isp_target_notify() member
160 #define abts unp.abts in isp_target_notify() macro
416 isp_get_abts(isp, abts, (abts_t *)local); in isp_target_notify()
452 #undef abts in isp_target_notify()
1172 abts_t *abts = arg; in isp_acknak_abts() local
1181 if (abts->abts_header.rqs_entry_type != RQSTYPE_ABTS_RCVD) { in isp_acknak_abts()
1182 …isp_prt(isp, ISP_LOGERR, "%s: called for non-ABTS entry (0x%x)", __func__, abts->abts_header.rqs_e… in isp_acknak_abts()
1192 ISP_MEMCPY(rsp, abts, QENTRY_LEN); in isp_acknak_abts()
HDisp_freebsd.c3338 abts_t *abts = (abts_t *)mp->nt_lreserved; in isp_handle_platform_target_notify_ack() local
3341 …isp_prt(isp, ISP_LOGTDEBUG0, "%s: [%x] terminating after ABTS received", __func__, abts->abts_rxid… in isp_handle_platform_target_notify_ack()
3345 cto->ct_rxid = abts->abts_rxid_task; in isp_handle_platform_target_notify_ack()
3348 cto->ct_oxid = abts->abts_ox_id; in isp_handle_platform_target_notify_ack()
6039 abts_t *abts = (abts_t *)hp; in isp_async() local
6046 did = (abts->abts_did_hi << 16) | abts->abts_did_lo; in isp_async()
6047 sid = (abts->abts_sid_hi << 16) | abts->abts_sid_lo; in isp_async()
6052 nt->nt_nphdl = abts->abts_nphdl; in isp_async()
6059 if (isp_find_pdb_by_loopid(isp, chan, abts->abts_nphdl, &lp)) { in isp_async()
6068 tptr = get_lun_statep_from_tag(isp, chan, abts->abts_rxid_task); in isp_async()
[all …]
/trueos/contrib/apr/
HDCMakeLists.txt206 test/abts.c