Searched refs:seqid (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/tcpdump/ |
| HD | print-arcnet.c | 123 u_int flag, u_int seqid) in arcnet_print() argument 154 arctypename, seqid, in arcnet_print() 164 arctypename, seqid, in arcnet_print() 171 arctypename, seqid, in arcnet_print() 190 u_int seqid = 0; in arcnet_if_print() local 231 seqid = GET_BE_U_2(ap->arc_seqid2); in arcnet_if_print() 234 seqid = GET_BE_U_2(ap->arc_seqid); in arcnet_if_print() 241 arcnet_print(ndo, p, length, phds, flag, seqid); in arcnet_if_print()
|
| /dragonfly/sys/dev/disk/isp/ |
| HD | isp_target.c | 107 uint32_t seqid; in isp_target_notify() local 249 seqid = ecp->in_seqid; in isp_target_notify() 255 seqid = fcp->in_seqid; in isp_target_notify() 261 seqid = inp->in_seqid; in isp_target_notify() 269 …prt(isp, ISP_LOGTDEBUG0, "Immediate Notify On Bus %d, status=0x%x seqid=0x%x", bus, status, seqid); in isp_target_notify() 907 uint16_t seqid, loopid; in isp_got_msg_fc() local 915 seqid = ((in_fcentry_e_t *)inp)->in_seqid; in isp_got_msg_fc() 919 seqid = inp->in_seqid; in isp_got_msg_fc() 930 notify.nt_tagval = seqid; in isp_got_msg_fc()
|
| HD | ispmbox.h | 2106 #define IN_FC_MAKE_TAGID(tid, bus, inst, seqid) \ argument 2107 tid = seqid; \
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | luks | 84 # seqid; sequence ID, increased on update; called Epoch by cryptsetup with value like: 3 4 8 10
|