Searched refs:inc (Results 101 - 125 of 319) sorted by relevance

1234567891011>>

/freebsd-13-stable/share/mk/
H A DMakefile19 bsd.arch.inc.mk \
78 FILES+= googletest.test.inc.mk
H A Dbsd.init.mk4 # ../Makefile.inc and <bsd.own.mk>; this is used at the
6 # bsd.opts.mk is included early so Makefile.inc can use the
19 .if exists(${.CURDIR}/../Makefile.inc)
20 .include "${.CURDIR}/../Makefile.inc"
/freebsd-13-stable/usr.bin/clang/llvm-objcopy/
H A DMakefile34 ${hdr}.inc: ${LLVM_BASE}/${SRCDIR}/${hdr}.td
38 TGHDRS+= ${hdr}.inc
/freebsd-13-stable/sys/netinet/
H A Dtcp_subr.c369 static char * tcp_log_addr(struct in_conninfo *inc, struct tcphdr *th,
2832 struct in_conninfo inc; local
2908 bzero(&inc, sizeof(inc));
2909 inc.inc_faddr = faddr;
2910 inc.inc_fibnum =
2912 tcp_hc_updatemtu(&inc, mtu);
2921 bzero(&inc, sizeof(inc));
2922 inc
2991 struct in_conninfo inc; local
3164 tcp_keyed_hash(struct in_conninfo *inc, u_char *key, u_int len) argument
3195 tcp_new_ts_offset(struct in_conninfo *inc) argument
3273 tcp_new_isn(struct in_conninfo *inc) argument
3400 tcp_maxmtu(struct in_conninfo *inc, struct tcp_ifcap *cap) argument
3433 tcp_maxmtu6(struct in_conninfo *inc, struct tcp_ifcap *cap) argument
3816 tcp_log_vain(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, const void *ip6hdr) argument
3828 tcp_log_addrs(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, const void *ip6hdr) argument
3840 tcp_log_addr(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, const void *ip6hdr) argument
[all...]
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dmemory.c542 int inc)
551 if (tmp && tmp->refcnt == node->refcnt + inc)
562 uintptr_t start, int inc)
573 node->refcnt += inc;
594 int inc; local
613 inc = advice == MADV_DONTFORK ? 1 : -1;
615 node = get_start_node(start, end, inc);
629 if ((inc == -1 && node->refcnt == 1) ||
630 (inc == 1 && node->refcnt == 0)) {
650 node = undo_node(node, start, inc);
541 get_start_node(uintptr_t start, uintptr_t end, int inc) argument
561 undo_node(struct ibv_mem_node *node, uintptr_t start, int inc) argument
[all...]
/freebsd-13-stable/lib/libclang_rt/profile/
H A DMakefile32 INCS+= InstrProfData.inc
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h100 void inc(uptr I) const { function in class:scudo::PackedCounterArray
112 inc(I);
230 Counters.inc(P >> PageSizeLog);
234 Counters.inc(P >> PageSizeLog);
/freebsd-13-stable/cddl/lib/pam_zfs_key/
H A DMakefile27 .include "../../lib/libpam/modules/Makefile.inc"
/freebsd-13-stable/sys/dev/dpaa/
H A Dbman.h34 #include <contrib/ncsw/inc/Peripherals/bm_ext.h>
H A Dif_dtsec_im.c54 #include <contrib/ncsw/inc/integrations/dpaa_integration_ext.h>
55 #include <contrib/ncsw/inc/Peripherals/fm_mac_ext.h>
56 #include <contrib/ncsw/inc/Peripherals/fm_port_ext.h>
57 #include <contrib/ncsw/inc/xx_ext.h>
H A Dif_dtsec_fdt.c54 #include <contrib/ncsw/inc/Peripherals/fm_port_ext.h>
55 #include <contrib/ncsw/inc/xx_ext.h>
H A Dqman.h34 #include <contrib/ncsw/inc/Peripherals/qm_ext.h>
/freebsd-13-stable/sys/modules/hyperv/vmbus/
H A DMakefile23 # XXX: for assym.inc
29 DPSRCS= assym.inc
/freebsd-13-stable/sys/modules/linux/
H A DMakefile32 DPSRCS= assym.inc linux${SFX}_genassym.c
34 # XXX: for assym.inc
62 linux${SFX}_locore.o: linux${SFX}_assym.h assym.inc
71 linux${SFX}_support.o: linux${SFX}_assym.h assym.inc
86 linux${SFX}_genassym.o: offset.inc
/freebsd-13-stable/usr.bin/clang/lldb/
H A DMakefile26 INCFILE= Options.inc
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile.wc33 CFLAGS = $(DEFS) $(YYDEFS) -I. -I$(%watt_root)\inc -I.\msdos\pm_drvr &
51 $(OBJDIR)\pktdrvr.obj: msdos\pkt_stub.inc msdos\pktdrvr.c &
75 msdos\pkt_stub.inc: bin2c.exe msdos\pkt_rx1.S
91 @del msdos\pkt_stub.inc
128 pcap.h pcap-bpf.h msdos\pktdrvr.h msdos\pkt_stub.inc
H A Dmakefile.dj14 PREREQUISITES = scanner.c grammar.c tokdefs.h version.h msdos/pkt_stub.inc
78 msdos/pkt_stub.inc: msdos/bin2c.exe msdos/pkt_rx1.S
111 msdos/pktdrvr.c: msdos/pkt_stub.inc
/freebsd-13-stable/sys/conf/
H A Dkmod.mk494 .if !empty(SRCS:Massym.inc) || !empty(DPSRCS:Massym.inc)
495 CLEANFILES+= assym.inc genassym.o
497 DPSRCS+= offset.inc
500 DPSRCS+= offset.inc
502 .if !empty(SRCS:Moffset.inc) || !empty(DPSRCS:Moffset.inc)
503 CLEANFILES+= offset.inc genoffset.o
506 assym.inc: genassym.o
507 offset.inc
[all...]
/freebsd-13-stable/usr.bin/systat/
H A Dnetstat.c357 enter(struct in_conninfo *inc, uint8_t vflag, int state, const char *proto) argument
370 sa4->sin_addr = inc->inc_laddr;
371 sa4->sin_port = inc->inc_lport;
376 sa4->sin_addr = inc->inc_faddr;
377 sa4->sin_port = inc->inc_fport;
384 memcpy(&sa6->sin6_addr, &inc->inc6_laddr,
386 sa6->sin6_port = inc->inc_lport;
391 memcpy(&sa6->sin6_addr, &inc->inc6_faddr,
393 sa6->sin6_port = inc->inc_fport;
/freebsd-13-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S71 start: cld # String ops inc
280 hexout.2: decl %esi # Adjust for inc
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509name.c187 int n, i, inc; local
198 inc = (set == 0);
204 inc = 1;
230 if (inc) {
/freebsd-13-stable/libexec/
H A DMakefile120 .include <bsd.arch.inc.mk>
/freebsd-13-stable/sbin/
H A DMakefile93 .include <bsd.arch.inc.mk>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp139 uptr inc = 1; local
144 inc = -1;
146 for (; s != send; s += inc, d += inc) {
H A Dtsan_sync.cpp267 uptr inc = 1; local
272 inc = -1;
274 for (; src_meta != src_meta_end; src_meta += inc, dst_meta += inc) {

Completed in 141 milliseconds

1234567891011>>