Searched refs:tc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c244 struct tchars *tc = (struct tchars *)data; local
248 cc[VINTR] = tc->t_intrc;
249 cc[VQUIT] = tc->t_quitc;
250 cc[VSTART] = tc->t_startc;
251 cc[VSTOP] = tc->t_stopc;
252 cc[VEOF] = tc->t_eofc;
253 cc[VEOL] = tc->t_brkc;
254 if (tc->t_brkc == -1)
398 struct tchars *tc = (struct tchars *)data; local
401 tc
[all...]
H A Dkern_core.c130 struct thread_command *tc; local
140 tc = (struct thread_command *) (header + hoffset);
141 tc->cmd = LC_THREAD;
142 tc->cmdsize = sizeof(struct thread_command)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c217 struct thread_command *tc; local
225 tc = (struct thread_command *) (header + hoffset);
226 tc->cmd = LC_THREAD;
227 tc->cmdsize = sizeof(struct thread_command) + t->tstate_size;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c259 struct thread_command *tc; local
267 tc = (struct thread_command *) (header + hoffset);
268 tc->cmd = LC_THREAD;
269 tc->cmdsize = sizeof(struct thread_command)

Completed in 43 milliseconds