Lines Matching refs:replace
115 struct systrace_replace *replace; member
819 if (!error && strp->replace != NULL) in systrace_redirect()
1356 if (strp->replace != NULL) { in systrace_preprepl()
1357 free(strp->replace, M_XDATA); in systrace_preprepl()
1358 strp->replace = NULL; in systrace_preprepl()
1387 strp->replace = (struct systrace_replace *) in systrace_preprepl()
1390 memcpy(strp->replace, repl, sizeof(struct systrace_replace)); in systrace_preprepl()
1391 ret = copyin(repl->strr_base, strp->replace + 1, len); in systrace_preprepl()
1393 free(strp->replace, M_XDATA); in systrace_preprepl()
1394 strp->replace = NULL; in systrace_preprepl()
1399 repl = strp->replace; in systrace_preprepl()
1412 struct systrace_replace *repl = strp->replace; in systrace_replace()
1471 if (strp->replace != NULL) { in systrace_replacefree()
1472 free(strp->replace, M_XDATA); in systrace_replacefree()
1473 strp->replace = NULL; in systrace_replacefree()