Searched refs:inc (Results 76 - 100 of 273) sorted by relevance

1234567891011

/freebsd-10.2-release/contrib/bmake/mk/
H A Dinc.mk1 # $Id: inc.mk,v 1.3 2011/03/11 05:23:05 sjg Exp $
H A Dsubdir.mk12 .if exists(${.CURDIR}/Makefile.inc)
13 .include "Makefile.inc"
H A Dinit.mk26 .-include "${.CURDIR:H}/Makefile.inc"
/freebsd-10.2-release/gnu/usr.bin/gdb/
H A DMakefile.inc1 # $FreeBSD: releng/10.2/gnu/usr.bin/gdb/Makefile.inc 276486 2014-12-31 23:25:37Z ngie $
69 .include "../Makefile.inc"
/freebsd-10.2-release/contrib/ofed/libibverbs/src/
H A Dmemory.c486 int inc)
495 if (tmp && tmp->refcnt == node->refcnt + inc)
506 uintptr_t start, int inc)
517 node->refcnt += inc;
538 int inc; local
551 inc = advice == MADV_DONTFORK ? 1 : -1;
553 node = get_start_node(start, end, inc);
567 if ((inc == -1 && node->refcnt == 1) ||
568 (inc == 1 && node->refcnt == 0)) {
588 node = undo_node(node, start, inc);
485 get_start_node(uintptr_t start, uintptr_t end, int inc) argument
505 undo_node(struct ibv_mem_node *node, uintptr_t start, int inc) argument
[all...]
/freebsd-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1056 pass_accept_req_to_protohdrs(const struct mbuf *m, struct in_conninfo *inc, argument
1069 if (inc) {
1070 bzero(inc, sizeof(*inc));
1071 inc->inc_fport = tcp->th_sport;
1072 inc->inc_lport = tcp->th_dport;
1076 inc->inc_faddr = ip->ip_src;
1077 inc->inc_laddr = ip->ip_dst;
1081 inc->inc_flags |= INC_ISIPV6;
1082 inc
1123 get_l2te_for_nexthop(struct port_info *pi, struct ifnet *ifp, struct in_conninfo *inc) argument
1223 struct in_conninfo inc; local
1464 synqe_to_protohdrs(struct synq_entry *synqe, const struct cpl_pass_establish *cpl, struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to) argument
1502 struct in_conninfo inc; local
[all...]
/freebsd-10.2-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c387 struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to)
391 bzero(inc, sizeof(*inc));
392 inc->inc_faddr.s_addr = cpl->peer_ip;
393 inc->inc_laddr.s_addr = cpl->local_ip;
394 inc->inc_fport = cpl->peer_port;
395 inc->inc_lport = cpl->local_port;
501 struct in_conninfo inc; local
513 pass_accept_req_to_protohdrs(req, &inc, &th, &to);
539 nam.sin_addr = inc
386 pass_accept_req_to_protohdrs(const struct cpl_pass_accept_req *cpl, struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to) argument
662 pass_establish_to_protohdrs(const struct cpl_pass_establish *cpl, struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to) argument
704 struct in_conninfo inc; local
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp192 inc(integral_constant<int,Is_Forward_Iterator>());
221 inc(false_type) function in class:pb_ds::detail::bin_search_tree_const_it_
225 inc(true_type) function in class:pb_ds::detail::bin_search_tree_const_it_
255 { inc(true_type()); }
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpoint_iterators.hpp211 inc(integral_constant<int,Is_Forward_Iterator>());
240 inc(false_type) function in class:pb_ds::detail::pat_trie_const_it_
244 inc(true_type) function in class:pb_ds::detail::pat_trie_const_it_
270 { inc(true_type()); }
/freebsd-10.2-release/contrib/libc++/src/
H A Dstdexcept.cpp17 #define __has_include(inc) 0
H A Dnew.cpp17 #define __has_include(inc) 0
/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Dreg.h45 int inc; member in class:general_reg
H A Dreg.cpp65 general_reg::general_reg() : format('1'), width(0), inc(0)
219 set_value(n + inc);
226 set_value(n - inc);
231 inc = n;
/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dx509name.c231 int n, i, inc; local
248 inc = 1;
251 inc = 0;
262 inc = (set == 0) ? 1 : 0;
272 if (inc) {
/freebsd-10.2-release/sys/netinet/
H A Dtcp_input.c1027 struct in_conninfo inc; local
1033 bzero(&inc, sizeof(inc));
1036 inc.inc_flags |= INC_ISIPV6;
1037 inc.inc6_faddr = ip6->ip6_src;
1038 inc.inc6_laddr = ip6->ip6_dst;
1042 inc.inc_faddr = ip->ip_src;
1043 inc.inc_laddr = ip->ip_dst;
1045 inc.inc_fport = th->th_sport;
1046 inc
1439 struct in_conninfo *inc; local
3635 tcp_mssopt(struct in_conninfo *inc) argument
[all...]
/freebsd-10.2-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S71 start: cld # String ops inc
286 hexout.2: decl %esi # Adjust for inc
/freebsd-10.2-release/sys/boot/i386/gptboot/
H A Dgptldr.S87 inc %cx # bytes
99 cld # String ops inc
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dx86cpuid.pl67 &inc ("esi"); # number of cores
214 &inc ("eax");
/freebsd-10.2-release/sbin/
H A DMakefile130 .include <bsd.arch.inc.mk>
/freebsd-10.2-release/share/mk/
H A DMakefile8 bsd.arch.inc.mk \
/freebsd-10.2-release/usr.sbin/ppp/
H A Ddatalink.h80 int inc; /* Increment timeout by `inc' each time read */ member in struct:datalink::__anon12433::__anon12436
/freebsd-10.2-release/contrib/gcc/
H A Dloop-doloop.c76 rtx inc; local
101 inc = XVECEXP (pattern, 0, 1);
104 if (GET_CODE (inc) != SET)
106 reg = SET_DEST (inc);
112 inc_src = SET_SRC (inc);
H A Dexpr.h130 tree inc = (INC); \
131 if (host_integerp (inc, 0)) \
132 (TO).constant += tree_low_cst (inc, 0); \
134 (TO).var = fold_convert (ssizetype, inc); \
137 fold_convert (ssizetype, inc)); \
/freebsd-10.2-release/sys/contrib/x86emu/
H A Dx86emu.c2574 int inc; local
2577 inc = -1;
2579 inc = 1;
2591 emu->x86.R_SI += inc;
2592 emu->x86.R_DI += inc;
2604 int inc; local
2608 inc = 4;
2610 inc = 2;
2613 inc = -inc;
2645 int inc; local
2697 int inc; local
2790 int inc; local
2819 int inc; local
2857 int inc; local
2885 int inc; local
2922 int inc; local
2966 int inc; local
8226 int inc = size; local
8291 int inc = size; local
[all...]
/freebsd-10.2-release/usr.sbin/newsyslog/
H A Dnewsyslog.c802 struct include_entry *inc; local
817 inc = malloc(sizeof(struct include_entry));
818 if (inc == NULL)
819 err(1, "malloc of inc");
820 inc->file = conf;
821 if (inc->file == NULL)
822 inc->file = _PATH_CONF;
823 STAILQ_INSERT_TAIL(&inclist, inc, inc_nextp);
825 STAILQ_FOREACH(inc, &inclist, inc_nextp) {
826 if (strcmp(inc
1675 struct include_entry *inc; local
[all...]

Completed in 409 milliseconds

1234567891011