Home
last modified time | relevance | path

Searched refs:td (Results 1 – 25 of 75) sorted by relevance

123

/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c399 termio_data_t *td = io->io_data; in termio_read() local
411 td->tio_rti_on = TRUE; in termio_read()
412 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_rtios) == -1) in termio_read()
416 if ((c = mdb_iob_getc(td->tio_in)) == EOF) in termio_read()
425 if (td->tio_flags & TIO_TAB) in termio_read()
426 termio_redraw(td); in termio_read()
428 termio_prompt(td); in termio_read()
434 if (sigsetjmp(td->tio_env, 1) != 0) { in termio_read()
435 td in termio_read()
554 termio_data_t *td = io->io_data; termio_write() local
572 termio_data_t *td = io->io_data; termio_ctl() local
588 termio_data_t *td = io->io_data; termio_close() local
609 termio_data_t *td = io->io_data; termio_name() local
620 termio_data_t *td = io->io_data; termio_link() local
632 termio_data_t *td = io->io_data; termio_unlink() local
644 termio_data_t *td = io->io_data; termio_setattr() local
685 termio_warn(termio_data_t * td,uint_t flag,const char * format,...) termio_warn() argument
705 termio_suspend_tty(termio_data_t * td,struct termios * iosp) termio_suspend_tty() argument
737 termio_resume_tty(termio_data_t * td,struct termios * iosp) termio_resume_tty() argument
882 termio_data_t *td = io->io_data; termio_suspend() local
889 termio_data_t *td = io->io_data; termio_resume() local
899 termio_delay(termio_data_t * td,uint_t usec) termio_delay() argument
915 termio_pad(termio_data_t * td,const char * s,uint_t lines) termio_pad() argument
978 termio_putp(termio_data_t * td,const char * s,uint_t lines) termio_putp() argument
997 termio_puts(termio_data_t * td,const char * s,uint_t lines) termio_puts() argument
1010 termio_tput(termio_data_t * td,const char * s,uint_t lines) termio_tput() argument
1017 termio_addch(termio_data_t * td,char c,size_t width) termio_addch() argument
1036 termio_insch(termio_data_t * td,char c,size_t width) termio_insch() argument
1063 termio_mvcur(termio_data_t * td) termio_mvcur() argument
1107 termio_backleft(termio_data_t * td) termio_backleft() argument
1121 termio_bspch(termio_data_t * td) termio_bspch() argument
1136 termio_delch(termio_data_t * td) termio_delch() argument
1149 termio_clear(termio_data_t * td) termio_clear() argument
1171 termio_redraw(termio_data_t * td) termio_redraw() argument
1205 termio_prompt(termio_data_t * td) termio_prompt() argument
1231 termio_dump(termio_data_t * td,const termio_attr_t * ta) termio_dump() argument
1266 termio_setup_attrs(termio_data_t * td,const char * name) termio_setup_attrs() argument
1454 termio_data_t *td; mdb_termio_create() local
1629 termio_insert(termio_data_t * td,int c) termio_insert() argument
1644 termio_accept(termio_data_t * td,int c) termio_accept() argument
1664 termio_backspace(termio_data_t * td,int c) termio_backspace() argument
1691 termio_tab(termio_data_t * td,int c) termio_tab() argument
1738 termio_delchar(termio_data_t * td,int c) termio_delchar() argument
1756 termio_fwdchar(termio_data_t * td,int c) termio_fwdchar() argument
1765 termio_backchar(termio_data_t * td,int c) termio_backchar() argument
1774 termio_transpose(termio_data_t * td,int c) termio_transpose() argument
1783 termio_home(termio_data_t * td,int c) termio_home() argument
1792 termio_end(termio_data_t * td,int c) termio_end() argument
1801 termio_fwdword(termio_data_t * td,int c) termio_fwdword() argument
1810 termio_backword(termio_data_t * td,int c) termio_backword() argument
1819 termio_kill(termio_data_t * td,int c) termio_kill() argument
1828 termio_killfwdword(termio_data_t * td,int c) termio_killfwdword() argument
1837 termio_killbackword(termio_data_t * td,int c) termio_killbackword() argument
1846 termio_reset(termio_data_t * td,int c) termio_reset() argument
1856 termio_widescreen(termio_data_t * td,int c) termio_widescreen() argument
1871 termio_prevhist(termio_data_t * td,int c) termio_prevhist() argument
1880 termio_nexthist(termio_data_t * td,int c) termio_nexthist() argument
1895 termio_accel(termio_data_t * td,int c) termio_accel() argument
1909 termio_findhist(termio_data_t * td,int c) termio_findhist() argument
1923 termio_refresh(termio_data_t * td,int c) termio_refresh() argument
1938 termio_abort(termio_data_t * td,int c,int err) termio_abort() argument
1953 termio_intr(termio_data_t * td,int c) termio_intr() argument
1959 termio_quit(termio_data_t * td,int c) termio_quit() argument
1966 termio_susp(termio_data_t * td,int c) termio_susp() argument
1998 termio_data_t *td = data; termio_winch() local
[all...]
/titanic_51/usr/src/common/net/wanboot/crypt/
H A Dhmac_test.c56 test_data_t td[7]; in hmactest() local
63 td[0].keylen = 20; in hmactest()
64 getxdata(td[0].key, "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b", in hmactest()
65 td[0].keylen); in hmactest()
66 td[0].datalen = 8; in hmactest()
67 (void) strcpy((char *)td[0].data, "Hi There"); in hmactest()
68 getxdata(td[0].digest, "b617318655057264e28bc0b6fb378c8ef146be00", 20); in hmactest()
70 td[1].keylen = 4; in hmactest()
71 (void) strcpy((char *)td[1].key, "Jefe"); in hmactest()
72 td[ in hmactest()
[all...]
H A Daes_test.c52 static test_data_t td[] = { variable
83 num = sizeof (td) / sizeof (test_data_t); in aestest()
87 (void) printf("Test #%d [AES%d] ", i, td[i].keysize * 8); in aestest()
88 getxdata(key, td[i].key, td[i].keysize); in aestest()
89 aes_key(ah, key, td[i].keysize); in aestest()
91 getxdata(plain, td[i].plain, AES_BLOCK_SIZE); in aestest()
93 getxdata(cipher, td[i].cipher, AES_BLOCK_SIZE); in aestest()
H A Ddes3_test.c32 * Using the values for td[], encrypts plain text using the provided
55 static test_data_t td[] = { variable
126 num = sizeof (td) / sizeof (test_data_t); in des3test()
131 getxdata(key, td[i].key, DES_KEY_SIZE); in des3test()
136 getxdata(plain, td[i].plain, DES3_BLOCK_SIZE); in des3test()
138 getxdata(cipher, td[i].cipher, DES3_BLOCK_SIZE); in des3test()
/titanic_51/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c68 static int traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp,
70 static void prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *,
76 traverse_data_t *td = arg; in traverse_zil_block() local
82 if (claim_txg == 0 && bp->blk_birth >= spa_first_txg(td->td_spa)) in traverse_zil_block()
85 SET_BOOKMARK(&zb, td->td_objset, ZB_ZIL_OBJECT, ZB_ZIL_LEVEL, in traverse_zil_block()
88 (void) td->td_func(td->td_spa, zilog, bp, &zb, NULL, td->td_arg); in traverse_zil_block()
96 traverse_data_t *td = arg; in traverse_zil_record() local
109 SET_BOOKMARK(&zb, td in traverse_zil_record()
119 traverse_zil(traverse_data_t * td,zil_header_t * zh) traverse_zil() argument
154 resume_skip_check(traverse_data_t * td,const dnode_phys_t * dnp,const zbookmark_phys_t * zb) resume_skip_check() argument
179 traverse_prefetch_metadata(traverse_data_t * td,const blkptr_t * bp,const zbookmark_phys_t * zb) traverse_prefetch_metadata() argument
213 traverse_visitbp(traverse_data_t * td,const dnode_phys_t * dnp,const blkptr_t * bp,const zbookmark_phys_t * zb) traverse_visitbp() argument
425 prefetch_dnode_metadata(traverse_data_t * td,const dnode_phys_t * dnp,uint64_t objset,uint64_t object) prefetch_dnode_metadata() argument
443 traverse_dnode(traverse_data_t * td,const dnode_phys_t * dnp,uint64_t objset,uint64_t object) traverse_dnode() argument
523 traverse_data_t td = *td_main; traverse_prefetch_thread() local
550 traverse_data_t td; traverse_impl() local
[all...]
/titanic_51/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h172 #define GetField(u, td, f, o, l) \ argument
173 ((GetTD32(u, (td)->f) >> (o)) & ((1U<<l)-1))
175 #define SetField(u, td, f, o, l, v) \ argument
176 SetTD32(u, (td)->f, \
177 (GetTD32(u, (td)->f) & ~(((1U<<l)-1) << o)) | \
180 #define GetTD_alen(u, td) GetField((u), (td), dw2, 0, 11) argument
181 #define GetTD_status(u, td) GetField((u), (td), dw2, 16, 8) argument
182 #define GetTD_ioc(u, td) GetFiel argument
183 GetTD_iso(u,td) global() argument
184 GetTD_ls(u,td) global() argument
185 GetTD_c_err(u,td) global() argument
186 GetTD_spd(u,td) global() argument
187 GetTD_PID(u,td) global() argument
188 GetTD_devaddr(u,td) global() argument
189 GetTD_endpt(u,td) global() argument
190 GetTD_dtogg(u,td) global() argument
191 GetTD_mlen(u,td) global() argument
193 SetTD_alen(u,td,v) global() argument
194 SetTD_status(u,td,v) global() argument
195 SetTD_ioc(u,td,v) global() argument
196 SetTD_iso(u,td,v) global() argument
197 SetTD_ls(u,td,v) global() argument
198 SetTD_c_err(u,td,v) global() argument
199 SetTD_spd(u,td,v) global() argument
200 SetTD_PID(u,td,v) global() argument
201 SetTD_devaddr(u,td,v) global() argument
202 SetTD_endpt(u,td,v) global() argument
203 SetTD_dtogg(u,td,v) global() argument
204 SetTD_mlen(u,td,v) global() argument
[all...]
H A Duhciutil.h74 void uhci_handle_ctrl_td(uhci_state_t *uhcip, uhci_td_t *td);
78 void uhci_handle_intr_td(uhci_state_t *uhcip, uhci_td_t *td);
82 uhci_pipe_private_t *pp, uhci_td_t *td);
84 void uhci_delete_td(uhci_state_t *uhcip, uhci_td_t *td);
157 void uhci_handle_bulk_td(uhci_state_t *uhcip, uhci_td_t *td);
170 void uhci_handle_isoc_td(uhci_state_t *uhcip, uhci_td_t *td);
/titanic_51/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c205 uhci_td_t *td; in uhci_hcdi_polled_read() local
232 td = uhci_polledp->uhci_polled_td; in uhci_hcdi_polled_read()
237 if (GetTD_status(uhcip, td) & UHCI_TD_ACTIVE) { in uhci_hcdi_polled_read()
244 if ((GetTD_status(uhcip, td) & TD_STATUS_MASK) || in uhci_hcdi_polled_read()
245 (GetTD_alen(uhcip, td) == ZERO_LENGTH)) { in uhci_hcdi_polled_read()
247 SetTD_alen(uhcip, td, 0); in uhci_hcdi_polled_read()
249 *num_characters = GetTD_alen(uhcip, td) + 1; in uhci_hcdi_polled_read()
251 tw = td->tw; in uhci_hcdi_polled_read()
256 (uint8_t *)td->tw->tw_buf, in uhci_hcdi_polled_read()
261 * Insert the td agai in uhci_hcdi_polled_read()
392 uhci_td_t *td; uhci_hcdi_polled_write() local
540 uhci_td_t *td = uhci_polledp->uhci_polled_td; uhci_polled_fini() local
571 uhci_td_t *td, *polled_td; uhci_polled_save_state() local
704 uhci_td_t *td, *polled_td; uhci_polled_restore_state() local
795 uhci_td_t *td; uhci_polled_insert_td_on_qh() local
[all...]
H A Duhci.c127 static void uhci_handle_intr_td_errors(uhci_state_t *uhcip, uhci_td_t *td,
130 usb_cr_t usb_err, uhci_td_t *td);
357 /* Create the td and ed pools */ in uhci_attach()
1132 uhci_handle_intr_td(uhci_state_t *uhcip, uhci_td_t *td) in uhci_handle_intr_td() argument
1137 uhci_trans_wrapper_t *tw = td->tw; in uhci_handle_intr_td()
1148 /* set tw->tw_claim flag, so that nobody else works on this td. */ in uhci_handle_intr_td()
1155 usb_err = uhci_parse_td_error(uhcip, pp, td); in uhci_handle_intr_td()
1158 bytes_xfered = GetTD_alen(uhcip, td); in uhci_handle_intr_td()
1162 GetTD_mlen(uhcip, td))) { in uhci_handle_intr_td()
1180 * If error occurred or all data xfered, delete the current td, in uhci_handle_intr_td()
1416 uhci_handle_ctrl_td(uhci_state_t * uhcip,uhci_td_t * td) uhci_handle_ctrl_td() argument
1718 uhci_handle_intr_td_errors(uhci_state_t * uhcip,uhci_td_t * td,uhci_trans_wrapper_t * tw,uhci_pipe_private_t * pp) uhci_handle_intr_td_errors() argument
1750 uhci_handle_one_xfer_completion(uhci_state_t * uhcip,usb_cr_t usb_err,uhci_td_t * td) uhci_handle_one_xfer_completion() argument
1795 uhci_parse_td_error(uhci_state_t * uhcip,uhci_pipe_private_t * pp,uhci_td_t * td) uhci_parse_td_error() argument
[all...]
H A Duhciutil.c62 uhci_td_t *td, uhci_td_t *current_dummy,
91 static void uhci_handle_bulk_td_errors(uhci_state_t *uhcip, uhci_td_t *td);
106 uhci_td_t *td);
108 static void uhci_print_td(uhci_state_t *uhcip, uhci_td_t *td);
202 * Add a dummy td that is used to generate an interrupt for in uhci_build_interrupt_lattice()
354 uhci_td_t *td; in uhci_free_pools() local
362 td = &uhcip->uhci_td_pool_addr[i]; in uhci_free_pools()
366 (flag != TD_FLAG_DUMMY) && (td->tw != NULL)) { in uhci_free_pools()
367 tw = td->tw; in uhci_free_pools()
545 * Set the ioc bit of the isoc intr td in uhci_init_ctlr()
1875 uhci_td_t *td, *current_dummy; uhci_insert_hc_td() local
1942 uhci_fill_in_td(uhci_state_t * uhcip,uhci_td_t * td,uhci_td_t * current_dummy,uint32_t buffer_offset,size_t length,uhci_pipe_private_t * pp,uchar_t PID,usb_req_attrs_t attrs,uhci_trans_wrapper_t * tw) uhci_fill_in_td() argument
2555 uhci_delete_td(uhci_state_t * uhcip,uhci_td_t * td) uhci_delete_td() argument
2742 uhci_td_t *td; uhci_allocate_td_from_pool() local
3262 uhci_handle_bulk_td(uhci_state_t * uhcip,uhci_td_t * td) uhci_handle_bulk_td() argument
3526 uhci_handle_bulk_td_errors(uhci_state_t * uhcip,uhci_td_t * td) uhci_handle_bulk_td_errors() argument
4289 uhci_handle_isoc_td(uhci_state_t * uhcip,uhci_td_t * td) uhci_handle_isoc_td() argument
4413 uhci_delete_isoc_td(uhci_state_t * uhcip,uhci_td_t * td) uhci_delete_isoc_td() argument
5003 uhci_print_td(uhci_state_t * uhcip,uhci_td_t * td) uhci_print_td() argument
[all...]
/titanic_51/usr/src/cmd/sendmail/db/xa/
H A Dxa.c168 TXN_DETAIL *td; local
199 td = (TXN_DETAIL *)((u_int8_t *)env->tx_info->region + off);
200 if (td->xa_status == TXN_XA_SUSPENDED && !LF_ISSET(TMRESUME))
202 if (td->xa_status == TXN_XA_DEADLOCKED)
204 if (td->xa_status == TXN_XA_ABORTED)
208 __xa_txn_init(env, td, off);
209 td->xa_status = TXN_XA_STARTED;
214 td = (TXN_DETAIL *)
216 td->xa_status = TXN_XA_STARTED;
233 TXN_DETAIL *td; local
286 TXN_DETAIL *td; global() local
338 TXN_DETAIL *td; global() local
555 TXN_DETAIL *td; global() local
651 __xa_txn_init(env,td,off) __xa_txn_init() argument
[all...]
H A Dxa_map.c113 struct __txn_detail *td; local
123 for (td = SH_TAILQ_FIRST(&tmr->active_txn, __txn_detail);
124 td != NULL;
125 td = SH_TAILQ_NEXT(td, links, __txn_detail))
126 if (memcmp(xid->data, td->xid, XIDDATASIZE) == 0)
130 if (td == NULL)
133 *offp = (u_int8_t *)td - (u_int8_t *)tmr;
195 TXN_DETAIL *td; local
198 td
220 TXN_DETAIL *td; global() local
[all...]
/titanic_51/usr/src/tools/ctf/cvt/
H A Dtdata.c274 tdata_label_add(tdata_t *td, char *label, int idx) in tdata_label_add() argument
279 le->le_idx = (idx == -1 ? td->td_nextid - 1 : idx); in tdata_label_add()
281 slist_add(&td->td_labels, le, (int (*)())tdata_label_cmp); in tdata_label_add()
296 tdata_label_top(tdata_t *td) in tdata_label_top() argument
300 (void) list_iter(td->td_labels, tdata_label_top_cb, &top); in tdata_label_top()
312 tdata_label_find(tdata_t *td, char *label) in tdata_label_find() argument
318 ret = (labelent_t *)list_first(td->td_labels); in tdata_label_find()
324 if (!(ret = (labelent_t *)list_find(td->td_labels, &let, in tdata_label_find()
346 tdata_label_newmax(tdata_t *td, int newmax) in tdata_label_newmax() argument
348 (void) list_iter(td in tdata_label_newmax()
361 tdata_label_free(tdata_t * td) tdata_label_free() argument
391 tdata_free(tdata_t * td) tdata_free() argument
412 tdata_t *td = private; build_hashes() local
438 tdata_build_hashes_common(tdata_t * td,hash_t * hash) tdata_build_hashes_common() argument
445 tdata_build_hashes(tdata_t * td) tdata_build_hashes() argument
[all...]
H A Dfixup_tdescs.c53 fix_ptrptr_to_struct(tdata_t *td) in fix_ptrptr_to_struct() argument
91 p2->t_id = td->td_nextid++; in fix_ptrptr_to_struct()
96 p1->t_id = td->td_nextid++; in fix_ptrptr_to_struct()
107 fix_ptr_to_struct(tdata_t *td) in fix_ptr_to_struct() argument
140 ptr->t_id = td->td_nextid++; in fix_ptr_to_struct()
154 cvt_fixstabs(tdata_t *td) in cvt_fixstabs() argument
156 fix_ptrptr_to_struct(td); in cvt_fixstabs()
157 fix_ptr_to_struct(td); in cvt_fixstabs()
179 lookup_tdesc(tdata_t *td, const char *name) in lookup_tdesc() argument
182 iter_iidescs_by_name(td, nam in lookup_tdesc()
198 fix_small_cpu_struct(tdata_t * td,size_t ptrsize) fix_small_cpu_struct() argument
274 cvt_fixups(tdata_t * td,size_t ptrsize) cvt_fixups() argument
[all...]
H A Dstabs.c116 resolve_nodes(tdata_t *td) in resolve_nodes() argument
120 (void) iitraverse_hash(td->td_iihash, &td->td_curvgen, resolve_cbs, in resolve_nodes()
121 NULL, NULL, td); in resolve_nodes()
177 stabs_read(tdata_t *td, Elf *elf, const char *file) in stabs_read() argument
212 parse_init(td); in stabs_read()
345 iidesc_add(td->td_iihash, iidescp); in stabs_read()
354 iidesc_add(td->td_iihash, iidescp); in stabs_read()
373 resolve_nodes(td); in stabs_read()
375 parse_finish(td); in stabs_read()
[all...]
H A Doutput.c116 iiburst_new(tdata_t *td, int max) in iiburst_new() argument
119 iiburst->iib_td = td; in iiburst_new()
191 find_iidesc(tdata_t *td, iidesc_match_t *match) in find_iidesc() argument
194 iter_iidescs_by_name(td, match->iim_name, in find_iidesc()
299 * the weak symbol. We also need to add it to the td so it's
303 copy_from_strong(tdata_t *td, GElf_Sym *sym, iidesc_t *strongdesc, in copy_from_strong() argument
318 hash_add(td->td_iihash, new); in copy_from_strong()
329 sort_iidescs(Elf *elf, const char *file, tdata_t *td, int fuzzymatch, in sort_iidescs() argument
354 iiburst = iiburst_new(td, nent); in sort_iidescs()
389 iidesc = find_iidesc(td, in sort_iidescs()
669 make_ctf_data(tdata_t * td,Elf * elf,const char * file,size_t * lenp,int flags) make_ctf_data() argument
684 write_ctf(tdata_t * td,const char * curname,const char * newname,int flags) write_ctf() argument
[all...]
H A Dinput.c93 tdata_t *td; in read_file() local
114 td = ctf_load(file, ctfdata->d_buf, ctfdata->d_size, si, label); in read_file()
115 tdata_build_hashes(td); in read_file()
119 if (td != NULL) { in read_file()
120 if (func(td, file, arg) < 0) in read_file()
223 read_ctf_save_cb(tdata_t *td, char *name, void *retp) in read_ctf_save_cb() argument
227 *tdp = td; in read_ctf_save_cb()
/titanic_51/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c427 load_token_data(TSS_HCONTEXT hContext, TOKEN_DATA *td) in load_token_data() argument
454 rc = init_token_data(hContext, td); in load_token_data()
485 READ_TOKEN_INFO_STR(fp, td->token_info.label, in load_token_data()
486 sizeof (td->token_info.label)); in load_token_data()
487 READ_TOKEN_INFO_STR(fp, td->token_info.manufacturerID, in load_token_data()
488 sizeof (td->token_info.manufacturerID)); in load_token_data()
489 READ_TOKEN_INFO_STR(fp, td->token_info.model, in load_token_data()
490 sizeof (td->token_info.model)); in load_token_data()
491 READ_TOKEN_INFO_STR(fp, td->token_info.serialNumber, in load_token_data()
492 sizeof (td in load_token_data()
542 save_token_data(TOKEN_DATA * td) save_token_data() argument
[all...]
H A Dutility.c336 init_slot_info(TOKEN_DATA *td) in init_slot_info() argument
352 td->token_info.manufacturerID, in init_slot_info()
353 strlen((char *)td->token_info.manufacturerID)); in init_slot_info()
369 init_token_info(TOKEN_DATA *td) in init_token_info() argument
373 token_info = &td->token_info; in init_token_info()
387 if (memcmp(td->user_pin_sha, "00000000000000000000", in init_token_info()
411 init_token_data(TSS_HCONTEXT hContext, TOKEN_DATA *td) { in init_token_data() argument
414 (void) memset((char *)td, 0, sizeof (nv_token_data)); in init_token_data()
418 (void) memcpy(td->user_pin_sha, "00000000000000000000", in init_token_data()
420 (void) memcpy(td in init_token_data()
[all...]
/titanic_51/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c76 ohci_td_t *td);
78 ohci_td_t *td);
80 ohci_td_t *td,
89 ohci_td_t *td);
168 /* Insert bulkin td into endpoint's tds list */ in ohci_hcdi_polled_input_init()
521 /* Insert td into endpoint's tds list */ in ohci_hcdi_polled_write()
885 ohci_td_t *td, *prev_td; in ohci_polled_save_state() local
1056 td = (ohci_td_t *) in ohci_polled_save_state()
1060 while (td) { in ohci_polled_save_state()
1061 prev_td = td; in ohci_polled_save_state()
1268 ohci_td_t *td; ohci_polled_restore_state() local
1578 ohci_td_t *create_head = NULL, *current_td, *td; ohci_polled_pickup_done_list() local
1649 ohci_td_t *cpu_save, *td; ohci_polled_create_input_list() local
1705 ohci_td_t *td, *next_td; ohci_polled_process_input_list() local
1812 ohci_polled_handle_normal_td(ohci_polled_t * ohci_polledp,ohci_td_t * td) ohci_polled_handle_normal_td() argument
1863 ohci_polled_insert_td(ohci_state_t * ohcip,ohci_td_t * td) ohci_polled_insert_td() argument
1959 ohci_polled_fill_in_td(ohci_state_t * ohcip,ohci_td_t * td,ohci_td_t * new_dummy,uint_t hctd_ctrl,uint32_t hctd_dma_offs,size_t hctd_length,ohci_trans_wrapper_t * tw) ohci_polled_fill_in_td() argument
1999 ohci_polled_insert_td_on_tw(ohci_state_t * ohcip,ohci_trans_wrapper_t * tw,ohci_td_t * td) ohci_polled_insert_td_on_tw() argument
[all...]
H A Dohci.c288 ohci_td_t *td,
301 ohci_td_t *td);
310 ohci_td_t *td);
378 ohci_td_t *td);
383 ohci_td_t *td);
388 ohci_td_t *td,
392 ohci_td_t *td,
398 ohci_td_t *td);
401 ohci_td_t *td,
406 ohci_td_t *td,
2087 ohci_td_t *td; ohci_cleanup() local
5960 ohci_td_t *td; ohci_allocate_td_from_pool() local
6012 ohci_fill_in_td(ohci_state_t * ohcip,ohci_td_t * td,ohci_td_t * new_dummy,uint_t hctd_ctrl,uint32_t hctd_dma_offs,size_t hctd_length,uint32_t hctd_ctrl_phase,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw) ohci_fill_in_td() argument
6078 ohci_init_td(ohci_state_t * ohcip,ohci_trans_wrapper_t * tw,uint32_t hctd_dma_offs,size_t hctd_length,ohci_td_t * td) ohci_init_td() argument
6163 ohci_init_itd(ohci_state_t * ohcip,ohci_trans_wrapper_t * tw,uint_t hctd_ctrl,uint32_t index,ohci_td_t * td) ohci_init_itd() argument
6400 ohci_insert_td_on_tw(ohci_state_t * ohcip,ohci_trans_wrapper_t * tw,ohci_td_t * td) ohci_insert_td_on_tw() argument
6699 uint32_t td; ohci_td_cpu_to_iommu() local
6731 ohci_td_t *td; ohci_td_iommu_to_cpu() local
6764 ohci_td_t *td; ohci_allocate_tds_for_tw() local
6838 ohci_td_t *td; ohci_free_tw_tds_resources() local
7352 ohci_td_t *td; ohci_xfer_timeout_handler() local
8268 ohci_td_t *td, *old_td; /* TD pointers */ ohci_traverse_done_list() local
8436 ohci_parse_error(ohci_state_t * ohcip,ohci_td_t * td) ohci_parse_error() argument
8511 ohci_parse_isoc_error(ohci_state_t * ohcip,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw,ohci_td_t * td) ohci_parse_isoc_error() argument
8587 ohci_check_for_error(ohci_state_t * ohcip,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw,ohci_td_t * td,uint_t ctrl) ohci_check_for_error() argument
8722 ohci_handle_error(ohci_state_t * ohcip,ohci_td_t * td,usb_cr_t error) ohci_handle_error() argument
8858 ohci_cleanup_data_underrun(ohci_state_t * ohcip,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw,ohci_td_t * td) ohci_cleanup_data_underrun() argument
8954 ohci_handle_normal_td(ohci_state_t * ohcip,ohci_td_t * td,ohci_trans_wrapper_t * tw) ohci_handle_normal_td() argument
8987 ohci_handle_ctrl_td(ohci_state_t * ohcip,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw,ohci_td_t * td,void * tw_handle_callback_value) ohci_handle_ctrl_td() argument
9073 ohci_handle_bulk_td(ohci_state_t * ohcip,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw,ohci_td_t * td,void * tw_handle_callback_value) ohci_handle_bulk_td() argument
9134 ohci_handle_intr_td(ohci_state_t * ohcip,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw,ohci_td_t * td,void * tw_handle_callback_value) ohci_handle_intr_td() argument
9289 ohci_handle_isoc_td(ohci_state_t * ohcip,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw,ohci_td_t * td,void * tw_handle_callback_value) ohci_handle_isoc_td() argument
9498 ohci_sendup_td_message(ohci_state_t * ohcip,ohci_pipe_private_t * pp,ohci_trans_wrapper_t * tw,ohci_td_t * td,usb_cr_t error) ohci_sendup_td_message() argument
9655 ohci_get_td_residue(ohci_state_t * ohcip,ohci_td_t * td) ohci_get_td_residue() argument
11238 ohci_print_td(ohci_state_t * ohcip,ohci_td_t * td) ohci_print_td() argument
[all...]
/titanic_51/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c63 * For the current uchi_state_t*, see if the td address is in its pool.
72 void *fic_td_qh; /* td/qh we want uhci instance for */
120 /* td/qh address is within pool for this instance of uhci. */ in find_uhci_instance()
129 * Figure out which instance of uhci owns a td/qh.
131 * - td_qh: a pointer to a uhci td or qh
132 * - td_or_qh: a flag indicating which it is (td/qh),
195 uhci_td_t td; in uhci_td() local
227 if (mdb_vread(&td, sizeof (td), addr) != sizeof (td)) { in uhci_td()
[all...]
/titanic_51/usr/src/cmd/sendmail/db/txn/
H A Dtxn_rec.c266 TXN_DETAIL *td; local
276 if ((ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td)) != 0)
280 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail);
282 td->txnid = argp->txnid->txnid;
283 td->begin_lsn = argp->begin_lsn;
284 td->last_lsn = *lsnp;
285 td->last_lock = 0;
286 td->parent = 0;
287 td->status = TXN_PREPARED;
288 td
[all...]
H A Dtxn.c299 TXN_DETAIL *td; local
330 if ((ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td)) != 0
332 ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td);
337 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail);
342 td->txnid = id;
343 td->begin_lsn = begin_lsn;
344 ZERO_LSN(td->last_lsn);
345 td->last_lock = 0;
346 td->status = TXN_RUNNING;
348 td
459 TXN_DETAIL *td; global() local
[all...]
/titanic_51/usr/src/uts/i86pc/io/
H A Dhrtimers.c366 hrt_gettofd(hrtimes_t *td) in hrt_gettofd() argument
368 ulong new_res = td->hrt_res; in hrt_gettofd()
372 td->hrt_secs = ts.tv_sec; in hrt_gettofd()
373 td->hrt_rem = ts.tv_nsec; in hrt_gettofd()
374 td->hrt_res = NANOSEC; in hrt_gettofd()
376 if (new_res != td->hrt_res) { in hrt_gettofd()
377 td->hrt_rem /= NANOSEC / new_res; in hrt_gettofd()
378 td->hrt_res = new_res; in hrt_gettofd()

123