/src/sys/arch/m68k/m68k/ |
compat_16_machdep.c | 256 struct sigstate tstate; local in function:compat_16_sys___sigreturn14 304 if (flags == 0 || copyin((void *)rf, &tstate, sizeof(tstate)) != 0) 310 (flags & SS_RTEFRAME) ? tstate.ss_frame.f_format : -1); 321 sz = tstate.ss_frame.f_format; 326 frame->f_format = tstate.ss_frame.f_format; 327 frame->f_vector = tstate.ss_frame.f_vector; 328 memcpy(&frame->F_u, &tstate.ss_frame.F_u, sz); 332 p->p_pid, sz, tstate.ss_frame.f_format); 341 memcpy(frame->f_regs, tstate.ss_frame.f_regs [all...] |
/src/sys/arch/sparc64/sparc64/ |
sunos32_machdep.c | 109 int64_t tstate; local in function:sunos32_setregs 129 * %tstate: (retain icc and xcc and cwp bits) 133 tstate = ((PSTATE_USER32)<<TSTATE_PSTATE_SHIFT) 149 tf->tf_tstate = tstate; 356 printf("sunos32_sigreturn: return trapframe pc=%p sp=%p tstate=%llx\n",
|
netbsd32_machdep.c | 108 int64_t tstate; local in function:netbsd32_setregs 127 * %tstate: (retain icc and xcc and cwp bits) 131 tstate = ((PSTATE_USER32)<<TSTATE_PSTATE_SHIFT) 144 tf->tf_tstate = tstate; 508 /* take only tstate CCR (and ASI) fields */ 840 /* take only tstate CCR (and ASI) fields */
|
db_interface.c | 88 u_int tstate; /* tstate */ member in struct:traptrace 831 (int)te->tt, (unsigned long long)te->tstate, 873 db_printf("#:tl p:pid tt:tt:tstate:tfault sp:pc\n");
|
trap.c | 437 trap(struct trapframe64 *tf, unsigned int type, vaddr_t pc, long tstate) 444 int pstate = tstate >> TSTATE_PSTATE_SHIFT; 1030 uint64_t tstate; local in function:data_access_fault 1084 tstate = tf->tf_tstate; 1090 if (tstate & TSTATE_PRIV) { 1128 if (tstate & TSTATE_PRIV) { 1203 if (tstate & TSTATE_PRIV) { 1269 if ((tstate & TSTATE_PRIV) == 0) { 1301 uint64_t tstate; local in function:data_access_error 1348 tstate = tf->tf_tstate 1459 uint64_t tstate; local in function:text_access_fault 1570 int64_t tstate; local in function:text_access_error [all...] |
machdep.c | 233 int64_t tstate; local in function:setregs 248 * %tstate: (retain icc and xcc and cwp bits) 270 tstate = ((int64_t)ASI_PRIMARY_NO_FAULT << TSTATE_ASI_SHIFT) | 283 tf->tf_tstate = tstate; 806 printf("TRAPFRAME: tstate=%llx pc=%llx npc=%llx y=%x\n", 2544 /* take only tstate CCR (and ASI) fields */
|
/src/sys/net/ |
slcompress.c | 74 struct cstate *tstate = comp->tstate; local in function:sl_compress_init 78 tstate[i].cs_id = i; 79 tstate[i].cs_next = &tstate[i - 1]; 81 tstate[0].cs_next = &tstate[MAX_STATES - 1]; 82 tstate[0].cs_id = 0; 83 comp->last_cs = &tstate[0]; 98 struct cstate *tstate = comp->tstate local in function:sl_compress_setup [all...] |
slcompress.h | 143 struct cstate *last_cs; /* most recently used tstate */ 157 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:slcompress
|
/src/sys/arch/sparc64/include/ |
db_machdep.h | 57 int64_t tstate; member in struct:trapstate
|
/src/sys/dev/ic/ |
aic79xx_osm.c | 325 struct ahd_tmode_tstate *tstate; local in function:ahd_action 357 target_id, &tstate); 424 &tstate); 428 old_autoneg = tstate->auto_negotiate; 442 tstate->tagenable |= 444 tstate->discenable |= 473 if ((tstate->discenable & devinfo.target_mask) == 0 || 474 (tstate->tagenable & devinfo.target_mask) == 0) 479 tstate->tagenable |= devinfo.target_mask; 481 tstate->tagenable &= ~devinfo.target_mask 534 struct ahd_tmode_tstate *tstate; local in function:ahd_execute_scb 820 struct ahd_tmode_tstate *tstate; local in function:ahd_platform_set_tags 835 struct ahd_tmode_tstate *tstate; local in function:ahd_send_async [all...] |
aic7xxx_osm.c | 329 struct ahc_tmode_tstate *tstate; local in function:ahc_action 412 &tstate); 416 old_autoneg = tstate->auto_negotiate; 430 tstate->tagenable |= 432 tstate->discenable |= 460 if ((tstate->discenable & devinfo.target_mask) == 0 || 461 (tstate->tagenable & devinfo.target_mask) == 0) 466 tstate->tagenable |= devinfo.target_mask; 468 tstate->tagenable &= ~devinfo.target_mask; 496 if (old_autoneg == tstate->auto_negotiate && first) 524 struct ahc_tmode_tstate *tstate; local in function:ahc_execute_scb 1059 struct ahc_tmode_tstate *tstate; local in function:ahc_platform_set_tags 1116 struct ahc_tmode_tstate *tstate; local in function:ahc_send_async [all...] |
aic79xx.c | 1030 struct ahd_tmode_tstate *tstate; local in function:ahd_handle_seqint 1064 &tstate); 2215 struct ahd_tmode_tstate *tstate; local in function:ahd_handle_nonpkt_busfree 2227 devinfo.target, &tstate); 2453 struct ahd_tmode_tstate *tstate; local in function:ahd_force_renegotiation 2465 &tstate); 2466 ahd_update_neg_request(ahd, devinfo, tstate, 2701 struct ahd_tmode_tstate *tstate; local in function:ahd_alloc_tstate 2709 tstate = malloc(sizeof(*tstate), M_DEVBUF, M_WAITOK | M_ZERO) 2740 struct ahd_tmode_tstate *tstate; local in function:ahd_free_tstate 2961 struct ahd_tmode_tstate *tstate; local in function:ahd_set_syncrate 3107 struct ahd_tmode_tstate *tstate; local in function:ahd_set_width 3290 struct ahd_tmode_tstate *tstate; local in function:ahd_update_pending_scbs 3578 struct ahd_tmode_tstate *tstate; local in function:ahd_build_transfer_msg 4163 struct ahd_tmode_tstate *tstate; local in function:ahd_parse_msg 4588 struct ahd_tmode_tstate *tstate; local in function:ahd_handle_msg_reject 4998 struct ahd_tmode_tstate* tstate; local in function:ahd_handle_devreset 5185 struct ahd_tmode_tstate *tstate; local in function:ahd_free 6382 struct ahd_tmode_tstate *tstate; local in function:ahd_chip_init 6555 struct ahd_tmode_tstate *tstate; local in function:ahd_default_config 6635 struct ahd_tmode_tstate *tstate; local in function:ahd_parse_cfgdata 7695 struct ahd_tmode_tstate* tstate; local in function:ahd_reset_channel 7947 struct ahd_tmode_tstate *tstate; local in function:ahd_handle_scsi_status 9222 struct ahd_tmode_tstate *tstate; local in function:ahd_handle_en_lun 9624 struct ahd_tmode_tstate *tstate; local in function:ahd_handle_target_cmd [all...] |
aic7xxx.c | 502 struct ahc_tmode_tstate *tstate; local in function:ahc_handle_seqint 520 &tstate); 566 tstate, targ_info, 569 if (tstate->auto_negotiate & devinfo.target_mask) { 1302 struct ahc_tmode_tstate *tstate; local in function:ahc_handle_scsiint 1312 &tstate); 1397 struct ahc_tmode_tstate *tstate; local in function:ahc_force_renegotiation 1404 &tstate); 1405 ahc_update_neg_request(ahc, &devinfo, tstate, 1564 struct ahc_tmode_tstate *tstate; local in function:ahc_alloc_tstate 1608 struct ahc_tmode_tstate *tstate; local in function:ahc_free_tstate 1897 struct ahc_tmode_tstate *tstate; local in function:ahc_set_syncrate 2023 struct ahc_tmode_tstate *tstate; local in function:ahc_set_width 2104 struct ahc_tmode_tstate *tstate; local in function:ahc_update_pending_scbs 2365 struct ahc_tmode_tstate *tstate; local in function:ahc_build_transfer_msg 2991 struct ahc_tmode_tstate *tstate; local in function:ahc_parse_msg 3413 struct ahc_tmode_tstate *tstate; local in function:ahc_handle_msg_reject 3732 struct ahc_tmode_tstate* tstate; local in function:ahc_handle_devreset 3930 struct ahc_tmode_tstate *tstate; local in function:ahc_free 4663 struct ahc_tmode_tstate *tstate; local in function:ahc_init 6022 struct ahc_tmode_tstate* tstate; local in function:ahc_reset_channel 6827 struct ahc_tmode_tstate *tstate; local in function:ahc_handle_en_lun 7265 struct ahc_tmode_tstate *tstate; local in function:ahc_handle_target_cmd [all...] |
/src/sys/net/npf/ |
npf_state_tcp.c | 297 npf_tcpstate_t *fstate, *tstate; local in function:npf_tcp_inwindow 333 tstate = &nst->nst_tcpst[!flow]; 349 tstate->nst_end = 0; 350 tstate->nst_maxend = 0; 351 tstate->nst_maxwin = 1; 360 tstate->nst_wscale = 0; 384 ack = tstate->nst_end; 387 ack = tstate->nst_end; 413 if (!SEQ_GEQ(seq, fstate->nst_end - tstate->nst_maxwin)) { 422 ackskew = tstate->nst_end - ack [all...] |
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_test_subr.c | 239 npf_tcpstate_t *tstate = &cstream_state.nst_tcpst[!di]; local in function:npf_test_statetrack 250 result[i++] = tstate->nst_end; 251 result[i++] = tstate->nst_maxend; 252 result[i++] = tstate->nst_maxwin; 253 result[i++] = tstate->nst_wscale;
|
/src/bin/ksh/ |
table.h | 132 struct tstate { struct
|