Searched refs:IBCS2_RECLEN (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c329 #define IBCS2_RECLEN(reclen) (reclen + sizeof(u_short)) macro
421 if (reclen > len || resid < IBCS2_RECLEN(reclen)) {
433 idb.d_reclen = (u_short)IBCS2_RECLEN(reclen);
446 outp += IBCS2_RECLEN(reclen);
447 resid -= IBCS2_RECLEN(reclen);

Completed in 67 milliseconds