Searched refs:tdp (Results 26 - 27 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/gdb/gdb/
H A Dtracepoint.c2067 int tdp; local
2076 tdp = tracepoint_number; /* default is current TDP */
2079 tdp = parse_and_eval_long (args);
2081 sprintf (target_buf, "QTFrame:tdp:%x", tdp);
/freebsd-10-stable/sys/kern/
H A Dvfs_syscalls.c703 struct vnode *vp, *tdp, *vpold; local
723 error = VFS_ROOT(mp, LK_SHARED, &tdp);
728 vp = tdp;

Completed in 114 milliseconds

12