Searched refs:eindex (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/iir/
H A Diir.c1846 int eindex; local
1851 eindex = eoldidx;
1853 eindex = handle;
1856 if (eindex >= GDT_MAX_EVENTS) {
1858 return eindex;
1860 e = &ebuffer[eindex];
1862 if (eindex != elastidx) {
1863 if (++eindex == GDT_MAX_EVENTS)
1864 eindex = 0;
1866 eindex
1878 int eindex; local
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2355 int eindex, empty_streams, sindex; local
2580 eindex = sindex = 0;
2601 if (h->emptyFileBools[eindex])
2605 eindex++;
/freebsd-11.0-release/contrib/libreadline/
H A Dhistexpand.c926 int i, r, l, passc, cc, modified, eindex, only_printing, dquote; local
1192 r = history_expand_internal (string, i, &eindex, &temp, result);
1211 i = eindex;
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_cd.c253 u_int32_t etrack, u_int32_t eindex);
3019 u_int32_t etrack, u_int32_t eindex)
3050 scsi_cmd->end_index = eindex;
3018 cdplaytracks(struct cam_periph *periph, u_int32_t strack, u_int32_t sindex, u_int32_t etrack, u_int32_t eindex) argument

Completed in 71 milliseconds