HomeSort by: relevance | last modified time | path
    Searched defs:rc_history (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/omapip/
alloc.c 49 struct rc_history_entry rc_history [RC_HISTORY_MAX]; variable in typeref:struct:rc_history_entry
324 if (rc_history [i].addr == dp + 1) {
332 if (!rc_history [i].refcnt)
355 rc_history [i].file, rc_history [i].line,
356 (unsigned long)rc_history [i].reference,
357 (unsigned long)rc_history [i].addr,
358 rc_history [i].refcnt);
366 if (!rc_history [i].file)
375 while (rc_history [i].file)
    [all...]
alloc.c 49 struct rc_history_entry rc_history [RC_HISTORY_MAX]; variable in typeref:struct:rc_history_entry
324 if (rc_history [i].addr == dp + 1) {
332 if (!rc_history [i].refcnt)
355 rc_history [i].file, rc_history [i].line,
356 (unsigned long)rc_history [i].reference,
357 (unsigned long)rc_history [i].addr,
358 rc_history [i].refcnt);
366 if (!rc_history [i].file)
375 while (rc_history [i].file)
    [all...]

Completed in 31 milliseconds