Searched defs:tp (Results 251 - 275 of 517) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c847 struct tcpcb *tp; local
/freebsd-9.3-release/sys/dev/speaker/
H A Dspkr.c498 tone_t *tp = (tone_t *)cmdarg; local
506 tone_t *tp = (tone_t *)(*(caddr_t *)cmdarg); local
/freebsd-9.3-release/sys/dev/syscons/
H A Dscmouse.c650 sc_mouse_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) argument
H A Dscterm-teken.c116 teken_pos_t tp; local
190 scteken_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data, argument
241 scteken_input(scr_stat *scp, int c, struct tty *tp) argument
536 scteken_putchar(void *arg, const teken_pos_t *tp, teken_char_ argument
[all...]
H A Dscvidctl.c136 sc_set_text_mode(scr_stat *scp, struct tty *tp, int mode, int xsize, int ysize, argument
245 sc_set_graphics_mode(scr_stat *scp, struct tty *tp, int mode) argument
306 sc_set_pixel_mode(scr_stat *scp, struct tty *tp, int xsize, int ysize, argument
472 sc_vid_ioctl(struct tty *tp, u_lon argument
[all...]
/freebsd-9.3-release/sys/dev/uart/
H A Duart_bus.h127 struct tty *tp; member in struct:uart_softc::__anon9045::__anon9046
/freebsd-9.3-release/sys/dev/xen/console/
H A Dconsole.c279 struct tty *tp = xccons; local
347 xcopen(struct tty *tp) argument
355 xcclose(struct tty *tp) argument
375 xcoutwakeup(struct tty *tp) argument
393 struct tty *tp; local
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_frw.c712 xfs_trans_t *tp; local
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_btree.c415 xfs_trans_t *tp; /* transaction pointer, can be NULL */ local
524 xfs_btree_get_bufl( xfs_mount_t *mp, xfs_trans_t *tp, xfs_fsblock_t fsbno, uint lock) argument
546 xfs_btree_get_bufs( xfs_mount_t *mp, xfs_trans_t *tp, xfs_agnumber_t agno, xfs_agblock_t agbno, uint lock) argument
570 xfs_btree_init_cursor( xfs_mount_t *mp, xfs_trans_t *tp, xfs_buf_t *agbp, xfs_agnumber_t agno, xfs_btnum_t btnum, xfs_inode_t *ip, int whichfork) argument
745 xfs_btree_read_bufl( xfs_mount_t *mp, xfs_trans_t *tp, xfs_fsblock_t fsbno, uint lock, xfs_buf_t **bpp, int refval) argument
776 xfs_btree_read_bufs( xfs_mount_t *mp, xfs_trans_t *tp, xfs_agnumber_t agno, xfs_agblock_t agbno, uint lock, xfs_buf_t **bpp, int refval) argument
[all...]
H A Dxfs_buf_item.c430 xfs_buf_item_unpin_remove( xfs_buf_log_item_t *bip, xfs_trans_t *tp) argument
H A Dxfs_dir2_block.c85 xfs_trans_t *tp; /* transaction structure */ local
427 xfs_dir2_block_getdents( xfs_trans_t *tp, xfs_inode_t *dp, uio_t *uio, int *eofp, xfs_dirent_t *dbp, xfs_dir2_put_t put) argument
552 xfs_dir2_block_log_leaf( xfs_trans_t *tp, xfs_dabuf_t *bp, int first, int last) argument
575 xfs_dir2_block_log_tail( xfs_trans_t *tp, xfs_dabuf_t *bp) argument
656 xfs_trans_t *tp; /* transaction pointer */ local
750 xfs_trans_t *tp; /* transaction pointer */ local
901 xfs_trans_t *tp; /* transaction pointer */ local
1048 xfs_trans_t *tp; /* transaction pointer */ local
[all...]
H A Dxfs_iomap.c425 xfs_trans_t *tp; local
761 xfs_trans_t *tp; local
916 xfs_trans_t *tp; local
[all...]
H A Dxfs_trans.c253 xfs_trans_t *tp; local
281 xfs_trans_dup( xfs_trans_t *tp) argument
331 xfs_trans_reserve( xfs_trans_t *tp, uint blocks, uint logspace, uint rtextents, uint flags, uint logcount) argument
447 xfs_trans_mod_sb( xfs_trans_t *tp, uint field, long delta) argument
545 xfs_trans_apply_sb_deltas( xfs_trans_t *tp) argument
642 xfs_trans_unreserve_and_mod_sb( xfs_trans_t *tp) argument
770 _xfs_trans_commit( xfs_trans_t *tp, uint flags, xfs_lsn_t *commit_lsn_p, int *log_flushed) argument
997 xfs_trans_count_vecs( xfs_trans_t *tp) argument
1035 xfs_trans_uncommit( xfs_trans_t *tp, uint flags) argument
1069 xfs_trans_fill_vecs( xfs_trans_t *tp, xfs_log_iovec_t *log_vector) argument
1130 xfs_trans_cancel( xfs_trans_t *tp, int flags) argument
1203 xfs_trans_free( xfs_trans_t *tp) argument
1226 xfs_trans_committed( xfs_trans_t *tp, int abortflag) argument
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_cons.c519 constty_set(struct tty *tp) argument
H A Dsubr_terminal.c164 struct tty *tp; local
178 struct tty *tp; local
246 struct tty *tp; local
299 struct tty *tp; local
314 struct tty *tp; local
336 termtty_open(struct tty *tp) argument
345 termtty_close(struct tty *tp) argument
353 termtty_outwakeup(struct tty *tp) argument
376 termtty_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) argument
421 termtty_mmap(struct tty *tp, vm_ooffset_t offset, vm_paddr_t * paddr, int nprot, vm_memattr_t *memattr) argument
[all...]
H A Dtty_pts.c112 struct tty *tp = fp->f_data; local
186 struct tty *tp = fp->f_data; local
267 struct tty *tp = fp->f_data; local
392 struct tty *tp = fp->f_data; local
447 struct tty *tp = fp->f_data; local
457 struct tty *tp = fp->f_data; local
473 struct tty *tp = fp->f_data; local
483 struct tty *tp = fp->f_data; local
509 struct tty *tp = fp->f_data; local
537 struct tty *tp = fp->f_data; local
573 struct tty *tp = fp->f_data; local
610 ptsdrv_outwakeup(struct tty *tp) argument
620 ptsdrv_inwakeup(struct tty *tp) argument
630 ptsdrv_open(struct tty *tp) argument
640 ptsdrv_close(struct tty *tp) argument
651 ptsdrv_pktnotify(struct tty *tp, char event) argument
722 struct tty *tp; local
776 struct tty *tp; local
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dtcp_usrreq.c129 struct tcpcb *tp = NULL; local
163 struct tcpcb *tp; local
248 struct tcpcb *tp = NULL; local
289 struct tcpcb *tp = NULL; local
351 struct tcpcb *tp = NULL; local
392 struct tcpcb *tp = NULL; local
444 struct tcpcb *tp = NULL; local
492 struct tcpcb *tp = NULL; local
586 struct tcpcb *tp = NULL; local
625 struct tcpcb *tp = NULL; local
668 struct tcpcb *tp = NULL; local
725 struct tcpcb *tp = NULL; local
758 struct tcpcb *tp = NULL; local
797 struct tcpcb *tp = NULL; local
940 struct tcpcb *tp = NULL; local
978 struct tcpcb *tp = NULL; local
1018 struct tcpcb *tp = NULL; local
1108 tcp_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) argument
1169 tcp6_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) argument
1247 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti) argument
1310 struct tcpcb *tp; local
1607 struct tcpcb *tp; local
1655 tcp_disconnect(struct tcpcb *tp) argument
1695 tcp_usrclosed(struct tcpcb *tp) argument
1930 db_print_tcpcb(struct tcpcb *tp, const char *name, int indent) argument
2044 struct tcpcb *tp; local
[all...]
H A Dtoecore.c189 struct tcpcb *tp; local
212 toe_listen_start_event(void *arg __unused, struct tcpcb *tp) argument
224 toe_listen_stop_event(void *arg __unused, struct tcpcb *tp) argument
556 struct tcpcb *tp = intotcpcb(inp); local
[all...]
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dmp_machdep.c143 struct tte *tp; local
/freebsd-9.3-release/usr.bin/make/
H A Ddir.c571 struct Path tp = local
/freebsd-9.3-release/usr.bin/netstat/
H A Dinet.c309 struct tcpcb *tp = NULL; local
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dfunc.c574 type_t *tp; local
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dchk.c599 type_t *tp; local
824 type_t *tp = NULL; local
1334 mnoarg(type_t *tp, int *warn) argument
[all...]
/freebsd-9.3-release/usr.bin/xstr/
H A Dxstr.c235 char *tp; local
/freebsd-9.3-release/usr.sbin/config/
H A Dmkmakefile.c311 struct file_list *tp; local
598 struct file_list *tp; local
623 struct file_list *tp; local
652 struct file_list *tp; local
786 struct file_list *tp; local
[all...]

Completed in 209 milliseconds

<<11121314151617181920>>