Searched refs:tp (Results 76 - 100 of 1220) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/file/
H A Dltmain.sh7275 # -tp=* Portland pgcc target processor selection
7280 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-11-stable/sys/net80211/
H A Dieee80211_output.c2071 const struct ieee80211_txparam *tp; local
2160 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)];
2161 params.ibp_rate0 = tp->mgmtrate;
2166 params.ibp_try0 = tp->maxretry;
/freebsd-11-stable/sys/netinet/
H A Dtcp_var.h94 #define SEGQ_EMPTY(tp) TAILQ_EMPTY(&(tp)->t_segq)
133 struct inpcb *inp, struct tcpcb *tp);
345 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una)
473 #define TCP_REXMTVAL(tp) \
474 max((tp)->t_rttmin, (((tp)->t_srtt >> (TCP_RTT_SHIFT - TCP_DELTA_SHIFT)) \
475 + (tp)->t_rttvar) >> TCP_DELTA_SHIFT)
635 struct tcpcb *tp; member in struct:tcp_hhook_data
[all...]
H A Dtcp_sack.c159 tcp_update_dsack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) argument
165 INP_WLOCK_ASSERT(tp->t_inpcb);
169 if (SEQ_LT(rcv_end, tp->rcv_nxt) ||
170 ((rcv_end == tp->rcv_nxt) &&
171 (tp->rcv_numsacks > 0 ) &&
172 (tp->sackblks[0].end == tp->rcv_nxt))) {
184 for (i = 0; i < tp->rcv_numsacks; i++) {
185 start = tp->sackblks[i].start;
186 end = tp
255 tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) argument
392 tcp_clean_dsack_blocks(struct tcpcb *tp) argument
434 tcp_clean_sackreport(struct tcpcb *tp) argument
448 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) argument
476 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) argument
492 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, struct sackhole *after) argument
519 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) argument
543 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) argument
750 tcp_free_sackholes(struct tcpcb *tp) argument
773 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) argument
835 tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt) argument
860 tcp_sack_adjust(struct tcpcb *tp) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_time.c227 struct timespec *tp; member in struct:clock_gettime_args
239 error = copyout(&ats, uap->tp, sizeof(ats));
380 const struct timespec *tp; member in struct:clock_settime_args
390 if ((error = copyin(uap->tp, &ats, sizeof(ats))) != 0)
417 struct timespec *tp; member in struct:clock_getres_args
426 if (uap->tp == NULL)
431 error = copyout(&ts, uap->tp, sizeof(ts));
632 struct timeval *tp; member in struct:gettimeofday_args
644 if (uap->tp) {
646 error = copyout(&atv, uap->tp, sizeo
[all...]
H A Dimgact_binmisc.c112 char *sp, *tp; local
120 sp = str; tp = t;
125 *tp++ = ' ';
131 *tp++ = *sp++;
135 *tp = '\0';
H A Dkern_umtx.c3330 umtx_copyin_umtx_time(const void *addr, size_t size, struct _umtx_time *tp) argument
3335 tp->_clockid = CLOCK_REALTIME;
3336 tp->_flags = 0;
3337 error = copyin(addr, &tp->_timeout, sizeof(struct timespec));
3339 error = copyin(addr, tp, sizeof(struct _umtx_time));
3342 if (tp->_timeout.tv_sec < 0 ||
3343 tp->_timeout.tv_nsec >= 1000000000 || tp->_timeout.tv_nsec < 0)
4073 umtx_copyin_umtx_time32(const void *addr, size_t size, struct _umtx_time *tp) argument
4089 tp
[all...]
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.c131 token_t *tp; local
133 for(tp = tbl; tp->name != NULL; tp++)
134 if(strcasecmp(tp->name, m) == 0)
135 return tp->val;
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c896 struct typemap *tp; local
901 for (tp = typenamemap;
902 tp < &typenamemap[nitems(typenamemap)];
903 tp++) {
904 if (!strcmp(argv[1], tp->typename)) {
905 printf("setting type to %s\n", tp->typename);
906 type = tp->typebits;
910 if (tp == &typenamemap[nitems(typenamemap)]) {
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c394 struct tosent *tp; local
395 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
396 tos = tp->t_tos;
H A Dsys_term.c86 # define cfsetospeed(tp, val) (tp)->sg.sg_ospeed = (val)
87 # define cfsetispeed(tp, val) (tp)->sg.sg_ispeed = (val)
88 # define cfgetospeed(tp) (tp)->sg.sg_ospeed
89 # define cfgetispeed(tp) (tp)->sg.sg_ispeed
108 # define cfsetospeed(tp, val) (tp)
746 struct termspeeds *tp; local
762 struct termspeeds *tp; local
[all...]
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c3008 char *tp; local
3015 tp = f->fu_forw_hname;
3027 *tp++ = *p++;
3031 *tp = '\0';
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c189 static void cx_oproc (struct tty *tp);
190 static int cx_param (struct tty *tp, struct termios *t);
191 static void cx_stop (struct tty *tp, int flag);
1326 #define CONDITION(t,tp) (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON))\
1327 && (!(tp->t_iflag & BRKINT) || (tp->t_iflag & IGNBRK))\
1328 && (!(tp->t_iflag & PARMRK)\
1329 || (tp->t_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK))\
1331 && linesw[tp->t_line]->l_rint == ttyinput)
1438 static int cx_topen (struct tty *tp, struc argument
1464 cx_tclose(struct tty *tp) argument
1480 cx_tmodem(struct tty *tp, int sigon, int sigoff) argument
2047 cx_oproc(struct tty *tp) argument
2116 cx_param(struct tty *tp, struct termios *t) argument
2182 cx_stop(struct tty *tp, int flag) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c3085 char *tp; local
3100 for (tp = NULL, cp = reqpt; cp != reqend; ++cp) {
3101 if (*cp == '=' && tp == NULL)
3102 tp = cp;
3109 if (NULL != tp) {
3111 const char *plhead = tp + 1; /* skip the '=' */
3131 tp = cp;
3151 * name is bracketed by [reqpt..tp] and not NUL
3161 while ( (sp1 != tp)
3166 if (sp1 == tp
4795 struct ctl_trap *tp; local
4916 register struct ctl_trap *tp; local
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Ddolfptoa.c95 u_char *tp = cpend; local
98 for (dec = (int)(tp - cbuf); carry && dec > 0; dec--) {
99 *--tp += 1;
100 if (*tp == 10)
101 *tp = 0;
106 if (tp < cp) /* rounding from 999 to 1000 or similiar? */
107 cp = tp;
H A Ddofptoa.c87 register u_char *tp; local
91 tp = cpend;
92 *(--tp) += 1;
93 while (*tp >= 10) {
94 *tp = 0;
95 *(--tp) += 1;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c901 const struct LEXICON *tp; local
923 for (tp = TimeWords; tp->name; tp++) {
924 size_t abbrev = tp->abbrev;
926 abbrev = strlen(tp->name);
928 && strncmp(tp->name, buff, strlen(buff))
933 *value = tp->value;
934 return tp->type;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c344 ATF_TP_ADD_TCS(tp)
347 ATF_TP_ADD_TC(tp, o_search_perm1);
349 ATF_TP_ADD_TC(tp, o_search_root_flag1);
350 ATF_TP_ADD_TC(tp, o_search_unpriv_flag1);
352 ATF_TP_ADD_TC(tp, o_search_perm2);
354 ATF_TP_ADD_TC(tp, o_search_root_flag2);
355 ATF_TP_ADD_TC(tp, o_search_unpriv_flag2);
357 ATF_TP_ADD_TC(tp, o_search_notdir);
359 ATF_TP_ADD_TC(tp, o_search_nord);
360 ATF_TP_ADD_TC(tp, o_search_getdent
[all...]
/freebsd-11-stable/tests/sys/net/
H A Dif_epair.c70 ATF_TP_ADD_TCS(tp)
72 ATF_TP_ADD_TC(tp, params);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.h44 char tp_l_[PADL_(struct timeb *)]; struct timeb * tp; char tp_r_[PADR_(struct timeb *)]; member in struct:xenix_ftime_args
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c1351 size_t num_handles, int idx, zfs_iter_f func, void *data, tpool_t *tp)
1356 mnt_param->mnt_tp = tp;
1363 (void) tpool_dispatch(tp, zfs_mount_task, (void*)mnt_param);
1498 tpool_t *tp = tpool_create(1, mount_tp_nthr, 0, NULL); local
1516 tp);
1519 tpool_wait(tp); /* wait for all scheduled mounts to complete */
1520 tpool_destroy(tp);
1350 zfs_dispatch_mount(libzfs_handle_t *hdl, zfs_handle_t **handles, size_t num_handles, int idx, zfs_iter_f func, void *data, tpool_t *tp) argument
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c313 struct tcpcb *tp = NULL; local
360 tp = &((struct xtcpcb *)xig)->xt_tp;
390 (istcp && tp->t_state == TCPS_LISTEN)
486 if (istcp && (tp->t_flags & TF_TOE) != 0)
501 tp->t_sndrexmitpack, tp->t_rcvoopack,
502 tp->t_sndzerowin);
615 if (tp->t_state < 0 || tp->t_state >= TCP_NSTATES)
616 xo_emit("{:tcp-state/%d}", tp
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.h174 * @param tp: trust point to write.
176 void autr_write_file(struct module_env* env, struct trust_anchor* tp);
181 * @param tp: trust point to delete.
183 void autr_point_delete(struct trust_anchor* tp);
189 * @param tp: trust anchor to process.
198 struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
/freebsd-11-stable/contrib/unbound/daemon/
H A Dcachedump.c142 char* nm, *tp, *cl; local
144 tp = sldns_wire2str_type(ntohs(k->rk.type));
146 if(!nm || !cl || !tp) {
148 free(tp);
152 if(!ssl_printf(ssl, "%s %s %s %d\n", nm, cl, tp, (int)k->rk.flags)) {
154 free(tp);
159 free(tp);
171 char* nm, *tp, *cl; local
176 tp = sldns_wire2str_type(k->qtype);
178 if(!nm || !tp || !c
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dsmbutil.c30 interpret_dos_date(uint32_t date, struct tm *tp) argument
39 tp->tm_sec = 2 * (p0 & 0x1F);
40 tp->tm_min = ((p0 >> 5) & 0xFF) + ((p1 & 0x7) << 3);
41 tp->tm_hour = (p1 >> 3) & 0xFF;
42 tp->tm_mday = (p2 & 0x1F);
43 tp->tm_mon = ((p2 >> 5) & 0xFF) + ((p3 & 0x1) << 3) - 1;
44 tp->tm_year = ((p3 >> 1) & 0xFF) + 80;

Completed in 251 milliseconds

1234567891011>>