Home
last modified time | relevance | path

Searched refs:srr (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sbin/ipf/ipsend/
HDipsopt.c78 int olen = len, srr = 0; in addipopt() local
117 srr++; in addipopt()
131 if (srr) in addipopt()
132 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4 * srr; in addipopt()
/freebsd-13-stable/usr.sbin/bluetooth/sdpd/
HDMakefile9 sd.c server.c sp.c srr.c ssar.c ssr.c sur.c uuid.c
/freebsd-13-stable/sys/cam/ctl/
HDscsi_ctl.c1197 int srr = 0; in ctlfedone() local
1216 srr = 1; in ctlfedone()
1229 if (srr && (io->io_hdr.flags & CTL_FLAG_DMA_INPROG) && in ctlfedone()
1252 if (srr && (io->io_hdr.flags & CTL_FLAG_DMA_INPROG) == 0) { in ctlfedone()
/freebsd-13-stable/share/misc/
HDiso639445 srr srr Serer
/freebsd-13-stable/usr.bin/vgrind/
HDvgrindefs.src67 neq next not or otherwise repeat restart resume sr0 sr1 srd srr sl0 sl1\
/freebsd-13-stable/sys/dev/isp/
HDisp_freebsd.h116 uint8_t srr[64]; /* sb QENTRY_LEN, but order of definitions is wrong */ member
HDisp_freebsd.c1487 inot = (in_fcentry_24xx_t *)atp->srr; in isp_handle_srr_start()
1593 memcpy(atp->srr, inot, sizeof (atp->srr)); in isp_handle_platform_srr()
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdmu_send.c184 struct srr { struct
928 struct srr *srrp = &range->sru.redact; in do_dump()