Searched refs:origXT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dtools.c91 pBP->origXT = *pVM->ip;
460 pVM->pSys->bpStep.origXT = pVM->ip[1];
498 assert(pVM->pSys->bpStep.origXT);
505 *pVM->ip = pVM->pSys->bpStep.origXT;
517 pFW = pVM->pSys->bpStep.origXT;
H A Dficl.h816 ** origXT - if NULL, this breakpoint is unused. Otherwise it stores the xt
821 ** origXT - The original contents of the location with the breakpoint
827 FICL_WORD *origXT; member in struct:FICL_BREAKPOINT

Completed in 159 milliseconds