Searched refs:tp (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_timer.c59 static struct tcpcb *tcp_timers(PNATState pData, register struct tcpcb *tp, int timer);
67 register struct tcpcb *tp; local
75 if ( (tp = (struct tcpcb *)so->so_tcpcb)
76 && (tp->t_flags & TF_DELACK))
78 tp->t_flags &= ~TF_DELACK;
79 tp->t_flags |= TF_ACKNOW;
81 TCP_OUTPUT(pData, tp);
96 register struct tcpcb *tp;
110 tp = sototcpcb(ip);
111 if (tp
[all...]
H A Ddebug.h43 # define TCP_STATE_SWITCH_TO(tp, new_tcp_state) \
45 Log2(("%R[tcpcb793] switch to %R[tcpstate] -> %R[tcpstate]\n", (tp), (tp), (tp->t_state) ,(new_tcp_state))); \
46 if ((tp)->t_socket) \
47 Log2(("%R[tcpcb793] %R[natsock]\n", (tp), (tp)->t_socket)); \
48 (tp)->t_state = (new_tcp_state); \
51 # define TCP_STATE_SWITCH_TO(tp, new_tcp_state) (tp)
[all...]
H A Dtcp_output.c92 tcp_output(PNATState pData, register struct tcpcb *tp) argument
94 register struct socket *so = tp->t_socket;
104 LogFlowFunc(("ENTER: tcp_output: tp = %R[tcpcb793]\n", tp));
112 idle = (tp->snd_max == tp->snd_una);
113 if (idle && tp->t_idle >= tp->t_rxtcur)
119 tp->snd_cwnd = tp
717 tcp_setpersist(struct tcpcb *tp) argument
[all...]
H A Dtcp_input.c77 #define DELAY_ACK(tp, ti) \
79 tp->t_flags |= TF_ACKNOW; \
81 tp->t_flags |= TF_DELACK;
83 #define DELAY_ACK(tp, ign) \
84 tp->t_flags |= TF_DELACK;
94 tcp_reass(PNATState pData, struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m) argument
100 struct socket *so = tp->t_socket;
103 LogFlowFunc(("ENTER: pData:%p, tp:%R[tcpcb793], th:%p, tlenp:%p, m:%p\n", pData, tp, th, tlenp, m));
128 if ( th->th_seq != tp
297 register struct tcpcb *tp = 0; local
1747 struct tcpcb *tp; local
1805 tcp_dooptions(PNATState pData, struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) argument
1917 tcp_xmit_timer(PNATState pData, register struct tcpcb *tp, int rtt) argument
2006 tcp_mss(PNATState pData, register struct tcpcb *tp, u_int offer) argument
[all...]
H A Dtcp_subr.c88 tcp_template(struct tcpcb *tp) argument
90 struct socket *so = tp->t_socket;
91 register struct tcpiphdr *n = &tp->t_template;
116 * template for a connection tp->t_template. If flags are given
125 tcp_respond(PNATState pData, struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags) argument
129 LogFlowFunc(("ENTER: tp = %R[tcpcb793], ti = %lx, m = %lx, ack = %u, seq = %u, flags = %x\n",
130 tp, (long)ti, (long)m, ack, seq, flags));
172 if (tp)
174 int win = sbspace(&tp->t_socket->so_rcv);
175 ti->ti_win = RT_H2N_U16((u_int16_t) (win >> tp
200 register struct tcpcb *tp; local
239 tcp_drop(PNATState pData, struct tcpcb *tp, int err) argument
280 tcp_close(PNATState pData, register struct tcpcb *tp) argument
355 tcp_sockclosed(PNATState pData, struct tcpcb *tp) argument
471 struct tcpcb *tp; local
[all...]
H A Dtcp.h195 #define tcp_rcvseqinit(tp) \
196 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
198 #define tcp_sendseqinit(tp) \
199 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
H A Dtg3_phy.c11 static void tg3_link_report(struct tg3 *tp);
13 void tg3_mdio_init(struct tg3 *tp) argument
16 if (tg3_flag(tp, 5717_PLUS)) {
19 tp->phy_addr = PCI_FUNC(tp->pdev->busdevfn) + 1;
21 if (tp->pci_chip_rev_id != CHIPREV_ID_5717_A0)
27 tp->phy_addr += 7;
29 tp->phy_addr = TG3_PHY_MII_ADDR;
32 static int tg3_issue_otp_command(struct tg3 *tp, u32 cmd) argument
56 u32 tg3_read_otp_phycfg(struct tg3 *tp) argument
85 tg3_readphy(struct tg3 *tp, int reg, u32 *val) argument
204 tg3_lookup_by_subsys(struct tg3 *tp) argument
221 tg3_writephy(struct tg3 *tp, int reg, u32 val) argument
271 tg3_bmcr_reset(struct tg3 *tp) argument
303 tg3_wait_macro_done(struct tg3 *tp) argument
322 tg3_phy_write_and_check_testpat(struct tg3 *tp, int *resetp) argument
389 tg3_phy_reset_chanpat(struct tg3 *tp) argument
410 tg3_phydsp_write(struct tg3 *tp, u32 reg, u32 val) argument
422 tg3_phy_auxctl_write(struct tg3 *tp, int reg, u32 set) argument
440 tg3_phy_reset_5703_4_5(struct tg3 *tp) argument
509 tg3_phy_apply_otp(struct tg3 *tp) argument
547 tg3_phy_auxctl_read(struct tg3 *tp, int reg, u32 *val) argument
561 tg3_phy_toggle_automdix(struct tg3 *tp, int enable) argument
603 tg3_phy_set_wirespeed(struct tg3 *tp) argument
621 tg3_phy_reset(struct tg3 *tp) argument
737 tg3_copper_is_advertising_all(struct tg3 *tp, u32 mask) argument
791 tg3_phy_autoneg_cfg(struct tg3 *tp, u32 advertise, u32 flowctrl) argument
838 tg3_init_5401phy_dsp(struct tg3 *tp) argument
865 tg3_phy_init_link_config(struct tg3 *tp) argument
895 tg3_phy_probe(struct tg3 *tp) argument
1008 tg3_poll_link(struct tg3 *tp) argument
1019 tg3_aux_stat_to_speed_duplex(struct tg3 *tp, u32 val, u16 *speed, u8 *duplex) argument
1067 tg3_adv_1000T_flowctrl_ok(struct tg3 *tp, u32 *lcladv, u32 *rmtadv) argument
1124 tg3_setup_flow_control(struct tg3 *tp, u32 lcladv, u32 rmtadv) argument
1158 tg3_phy_copper_begin(struct tg3 *tp) argument
1197 tg3_5700_link_polarity(struct tg3 *tp, u32 speed) argument
1213 tg3_ump_link_report(struct tg3 *tp) argument
1261 tg3_link_report(struct tg3 *tp) argument
1291 tg3_setup_copper_phy(struct tg3 *tp, int force_reset) argument
1558 tg3_setup_phy(struct tg3 *tp, int force_reset) argument
[all...]
H A Dtg3_hw.c41 void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val) argument
44 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off);
45 pci_write_config_dword(tp->pdev, TG3PCI_REG_DATA, val);
48 u32 tg3_read_indirect_reg32(struct tg3 *tp, u32 off) argument
53 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off);
54 pci_read_config_dword(tp->pdev, TG3PCI_REG_DATA, &val);
58 static u32 tg3_read32_mbox_5906(struct tg3 *tp, u32 off) argument
61 return readl(tp->regs + off + GRCMBOX_BASE);
64 static void tg3_write32_mbox_5906(struct tg3 *tp, u32 off, u32 val) argument
67 writel(val, tp
70 tg3_write_indirect_mbox(struct tg3 *tp, u32 off, u32 val) argument
97 tg3_read_indirect_mbox(struct tg3 *tp, u32 off) argument
113 _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) argument
129 tg3_set_power_state_0(struct tg3 *tp) argument
152 tg3_read_mem(struct tg3 *tp, u32 off, u32 *val) argument
170 tg3_get_eeprom_hw_cfg(struct tg3 *tp) argument
359 tg3_switch_clocks(struct tg3 *tp) argument
393 tg3_get_invariants(struct tg3 *tp) argument
846 tg3_init_bufmgr_config(struct tg3 *tp) argument
905 tg3_wait_for_event_ack(struct tg3 *tp) argument
918 tg3_write_mem(struct tg3 *tp, u32 off, u32 val) argument
932 tg3_stop_fw(struct tg3 *tp) argument
948 tg3_write_sig_pre_reset(struct tg3 *tp) argument
955 tg3_disable_ints(struct tg3 *tp) argument
964 tg3_enable_ints(struct tg3 *tp) argument
985 tg3_stop_block(struct tg3 *tp, unsigned long ofs, u32 enable_bit) argument
1029 tg3_abort_hw(struct tg3 *tp) argument
1090 __tg3_set_mac_addr(struct tg3 *tp, int skip_mac_1) argument
1128 tg3_save_pci_state(struct tg3 *tp) argument
1135 tg3_restore_pci_state(struct tg3 *tp) argument
1174 tg3_poll_fw(struct tg3 *tp) argument
1219 tg3_nvram_lock(struct tg3 *tp) argument
1242 tg3_nvram_unlock(struct tg3 *tp) argument
1253 tg3_chip_reset(struct tg3 *tp) argument
1470 tg3_halt(struct tg3 *tp) argument
1490 tg3_nvram_read_using_eeprom(struct tg3 *tp, u32 offset, u32 *val) argument
1531 tg3_nvram_phys_addr(struct tg3 *tp, u32 addr) argument
1547 tg3_enable_nvram_access(struct tg3 *tp) argument
1557 tg3_disable_nvram_access(struct tg3 *tp) argument
1569 tg3_nvram_exec_cmd(struct tg3 *tp, u32 nvram_cmd) argument
1595 tg3_nvram_read(struct tg3 *tp, u32 offset, u32 *val) argument
1629 tg3_nvram_read_be32(struct tg3 *tp, u32 offset, u32 *val) argument
1639 tg3_get_device_address(struct tg3 *tp) argument
1710 struct tg3 *tp = netdev_priv(dev); local
1731 __tg3_set_coalesce(struct tg3 *tp) argument
1756 tg3_set_bdinfo(struct tg3 *tp, u32 bdinfo_addr, dma_addr_t mapping, u32 maxlen_flags, u32 nic_addr) argument
1777 tg3_rings_reset(struct tg3 *tp) argument
1859 tg3_setup_rxbd_thresholds(struct tg3 *tp) argument
1886 tg3_reset_hw(struct tg3 *tp, int reset_phy) argument
2545 tg3_init_hw(struct tg3 *tp, int reset_phy) argument
2555 tg3_set_txd(struct tg3 *tp, int entry, dma_addr_t mapping, int len, u32 flags) argument
2567 tg3_do_test_dma(struct tg3 *tp, u32 __unused *buf, dma_addr_t buf_dma, int size, int to_device) argument
[all...]
H A Dtg3.c22 static void tg3_refill_prod_ring(struct tg3 *tp);
24 /* Do not place this n-ring entries value into the tp struct itself,
35 #define TG3_RX_RCB_RING_BYTES(tp) \
38 #define TG3_RX_STD_RING_BYTES(tp) \
45 free_dma(tpr->rx_std, TG3_RX_STD_RING_BYTES(tp));
54 static void tg3_free_consistent(struct tg3 *tp) argument
57 if (tp->tx_ring) {
58 free_dma(tp->tx_ring, TG3_TX_RING_BYTES);
59 tp->tx_ring = NULL;
62 free(tp
84 tg3_alloc_consistent(struct tg3 *tp) argument
151 tg3_rx_prodring_alloc(struct tg3 __unused *tp, struct tg3_rx_prodring_set *tpr) argument
203 tg3_init_rings(struct tg3 *tp) argument
236 struct tg3 *tp = netdev_priv(dev); local
259 tg3_tx_avail(struct tg3 *tp) argument
301 struct tg3 *tp = netdev_priv(dev); local
340 struct tg3 *tp = netdev_priv(dev); local
404 tg3_refill_prod_ring(struct tg3 *tp) argument
432 struct tg3 *tp = netdev_priv(dev); local
480 struct tg3 *tp = netdev_priv(dev); local
494 struct tg3 *tp = netdev_priv(dev); local
509 struct tg3 *tp = netdev_priv(dev); local
532 tg3_test_dma(struct tg3 *tp) argument
715 struct tg3 *tp; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dgettimeofday.c58 gettimeofday (struct timeval *tp, void *ignore) argument
63 tp->tv_sec = t;
64 tp->tv_usec = 0;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dinet_pton.c126 u_char tmp[NS_INADDRSZ], *tp; local
130 *(tp = tmp) = 0;
135 u_int new = *tp * 10 + (u_int)(pch - digits);
139 *tp = (u_char)new;
148 *++tp = 0;
181 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
186 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
187 endp = tp + NS_IN6ADDRSZ;
214 colonp = tp;
217 if (tp
[all...]
H A Dinet_neta.c97 char *tp; local
106 tp = dst;
112 size -= (size_t)(dst - tp);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtpool.c167 tp->ioq.cnt--; \
173 static PRJob * alloc_job(PRBool joinable, PRThreadPool *tp);
174 static void notify_ioq(PRThreadPool *tp);
175 static void notify_timerq(PRThreadPool *tp);
180 * tp->ioq.lock,tp->timerq.lock
183 * tp->jobq->lock
191 PRThreadPool *tp = (PRThreadPool *) arg; local
197 while (!tp->shutdown) {
204 PR_Lock(tp
256 add_to_jobq(PRThreadPool *tp, PRJob *jobp) argument
312 PRThreadPool *tp = (PRThreadPool *) arg; local
518 PRThreadPool *tp = (PRThreadPool *) arg; local
572 delete_threadpool(PRThreadPool *tp) argument
607 PRThreadPool *tp; local
659 PRThreadPool *tp; local
732 alloc_job(PRBool joinable, PRThreadPool *tp) argument
973 notify_timerq(PRThreadPool *tp) argument
982 notify_ioq(PRThreadPool *tp) argument
1002 PRThreadPool *tp; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dvtable_layout_x86.cpp34 int *tp = (int *) t; local
40 if (*tp++ != 0x12121212)
42 tp = (int *) *tp;
44 if (tp[i] == (int) t->t1)
46 if (tp[i] == (int) t->t2)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsis190.c116 struct sis190_private *tp = netdev_priv(dev); local
118 mdio_write(tp->mmio_addr, phy_id, reg, val);
123 struct sis190_private *tp = netdev_priv(dev); local
125 return mdio_read(tp->mmio_addr, phy_id, reg);
220 static u32 sis190_rx_fill(struct sis190_private *tp, u32 start, u32 end) argument
227 if (tp->Rx_iobuf[i])
230 tp->Rx_iobuf[i] = sis190_alloc_rx_iob(tp->RxDescRing + i);
232 if (!tp->Rx_iobuf[i])
248 static int sis190_process_rx(struct sis190_private *tp) argument
311 sis190_process_tx(struct sis190_private *tp) argument
352 struct sis190_private *tp = netdev_priv(dev); local
376 sis190_init_ring_indexes(struct sis190_private *tp) argument
383 struct sis190_private *tp = netdev_priv(dev); local
404 struct sis190_private *tp = netdev_priv(dev); local
428 struct sis190_private *tp = netdev_priv(dev); local
454 sis190_phy_task(struct sis190_private *tp) argument
557 struct sis190_private *tp = netdev_priv(dev); local
596 struct sis190_private *tp = netdev_priv(dev); local
606 struct sis190_private *tp = netdev_priv(dev); local
639 struct sis190_private *tp = netdev_priv(dev); local
695 sis190_default_phy(struct sis190_private *tp) argument
748 sis190_init_phy(struct sis190_private *tp, struct sis190_phy *phy, unsigned int phy_id, u16 mii_status) argument
784 sis190_mii_probe_88e1111_fixup(struct sis190_private *tp) argument
813 struct sis190_private *tp = netdev_priv(dev); local
867 struct sis190_private *tp = netdev_priv(dev); local
874 struct sis190_private *tp; local
917 sis190_set_rgmii(struct sis190_private *tp, u8 reg) argument
925 struct sis190_private *tp = netdev_priv(dev); local
964 struct sis190_private *tp = netdev_priv(dev); local
1027 struct sis190_private *tp = netdev_priv(dev); local
1066 struct sis190_private *tp = netdev_priv(dev); local
1091 struct sis190_private *tp = netdev_priv(dev); local
1114 struct sis190_private *tp; local
1154 struct sis190_private *tp = dev->priv; local
[all...]
H A Dtulip.c442 static struct tulip_private *tp;
568 if (tp->chip_id == LC82C168) {
579 if (tp->chip_id == COMET) {
626 if (tp->chip_id == LC82C168) {
636 if (tp->chip_id == COMET) {
723 unsigned char *p, *ee_data = tp->eeprom;
729 tp->mtable = 0;
746 tp->nic_name, eeprom_fixups[i].name, tp->nic_name);
752 tp
441 static struct tulip_private *tp; variable in typeref:struct:tulip_private
[all...]
H A Dvia-rhine.c715 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
718 tp->tx_full = 0;
719 tp->cur_rx = tp->cur_tx = 0;
720 tp->dirty_rx = tp->dirty_tx = 0;
725 tp->rx_ring[i].rx_status.bits.own_bit = 1;
726 tp->rx_ring[i].rx_ctrl.bits.rx_buf_size = 1536;
728 tp->rx_ring[i].buf_addr_1 = virt_to_bus (tp
935 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
966 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
986 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1001 struct rhine_private *tp; local
1175 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1193 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1291 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1347 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/NetUtil/
H A Dinet_ntop.c139 char *tp, *ep; local
184 tp = tmp;
191 *tp++ = ':';
196 if (tp + 1 >= ep)
198 *tp++ = ':';
205 if (!inet_ntop4(src+12, tp, (socklen_t)(ep - tp)))
207 tp += strlen(tp);
210 advance = snprintf(tp, (size_
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfasttrap_isa.c229 fasttrap_tracepoint_init(proc_t *p, fasttrap_tracepoint_t *tp, uintptr_t pc, argument
275 tp->ftt_size = (uint8_t)size;
276 tp->ftt_segment = FASTTRAP_SEG_NONE;
314 if (tp->ftt_segment != FASTTRAP_SEG_NONE)
317 tp->ftt_segment = seg;
337 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE);
339 tp->ftt_type = FASTTRAP_T_COMMON;
358 tp->ftt_type = FASTTRAP_T_JCC;
359 tp->ftt_code = (instr[start + 1] & 0x0f) | FASTTRAP_JO;
360 tp
605 fasttrap_tracepoint_install(proc_t *p, fasttrap_tracepoint_t *tp) argument
616 fasttrap_tracepoint_remove(proc_t *p, fasttrap_tracepoint_t *tp) argument
662 fasttrap_tracepoint_t *tp; local
766 fasttrap_do_seg(fasttrap_tracepoint_t *tp, struct regs *rp, uintptr_t *addr) argument
885 fasttrap_tracepoint_t *tp, tp_local; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DATokenBuffer.cpp63 buffer++; // leave the first elem empty so tp-1 is valid ptr
65 tp = &buffer[0];
66 last = tp-1;
110 if ( tp <= last ) // is there any buffered lookahead still to be read?
112 return *tp++; // read buffered lookahead
139 tp = last;
140 return *tp++;
147 /* MR23 */ printMessage(stderr, "rewind(%d)[nm=%d,from=%d,%d.n=%d]\n", pos, num_markers, tp-buffer,pos,test[pos]);
150 tp = &buffer[pos];
162 test[tp
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c35 ctf_get_ctt_size(const ctf_file_t *fp, const ctf_type_t *tp, ssize_t *sizep, argument
41 tp->ctt_size == CTF_LSIZE_SENT) {
42 size = CTF_TYPE_LSIZE(tp);
45 size = tp->ctt_size;
65 const ctf_type_t *tp; local
73 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
76 (void) ctf_get_ctt_size(fp, tp, &size, &increment);
77 kind = LCTF_INFO_KIND(fp, tp->ctt_info);
84 ((uintptr_t)tp + increment);
86 for (n = LCTF_INFO_VLEN(fp, tp
116 const ctf_type_t *tp; local
155 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR(fp, id); local
176 const ctf_type_t *tp; local
244 const ctf_type_t *tp = local
324 const ctf_type_t *tp; local
373 const ctf_type_t *tp; local
437 const ctf_type_t *tp; local
453 const ctf_type_t *tp; local
508 const ctf_type_t *tp; local
632 const ctf_type_t *tp; local
682 const ctf_type_t *tp; local
710 const ctf_type_t *tp; local
747 const ctf_type_t *tp; local
791 const ctf_type_t *tp; local
[all...]
H A Dctf_decl.c96 const ctf_type_t *tp; local
99 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) {
104 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) {
113 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') {
114 ctf_decl_push(cd, fp, tp->ctt_type);
121 ctf_decl_push(cd, fp, tp->ctt_type);
126 ctf_decl_push(cd, fp, tp->ctt_type);
133 ctf_decl_push(cd, fp, tp->ctt_type);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCRT.cpp106 Test* tp = tests; local
107 for (int i = 0; i < NUM_TESTS; i++, tp++) {
108 Check(tp->s1, tp->s2, tp->n);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dthrpool_server.c126 PRThreadPool *tp; member in struct:Server_Param
134 PRThreadPool *tp; member in struct:Serve_Client_Param
145 PRThreadPool *tp; member in struct:Session
176 jobp = PR_QueueJob_Read(sp->tp, &sp->iod, serve_client_read, sp,
185 jobp = PR_QueueJob_Write(sp->tp, &sp->iod, serve_client_write, sp,
217 jobp = PR_QueueJob_Read(sp->tp, &sp->iod, serve_client_read, sp,
268 sp->tp = scp->tp;
273 jobp = PR_QueueJob_Read(sp->tp, &sp->iod, serve_client_read, sp,
283 PRThreadPool *tp local
315 PRThreadPool *tp = (PRThreadPool *) arg; local
463 PRThreadPool *tp = sp->tp; local
554 PRThreadPool *tp = NULL; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c430 fasttrap_tracepoint_t *tp; local
434 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
435 if (tp->ftt_pid == ppid &&
436 tp->ftt_proc->ftpc_acount != 0) {
437 int ret = fasttrap_tracepoint_remove(cp, tp);
447 ASSERT(tp->ftt_proc->ftpc_acount != 0);
492 fasttrap_tracepoint_t *tp, *new_t local
667 fasttrap_tracepoint_t **pp, *tp; local
1528 fasttrap_tracepoint_t *tp; local
1773 fasttrap_tracepoint_t *tp; local
2006 fasttrap_tracepoint_t *tp; local
[all...]

Completed in 89 milliseconds

123