Searched refs:common (Results 1 - 25 of 766) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/bmake/tests/variables/modifier_M/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/variables/t0/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_include.h9 #include <common/cxgb_common.h>
12 #include <common/cxgb_regs.h>
13 #include <common/cxgb_t3_cpl.h>
14 #include <common/cxgb_ctl_defs.h>
15 #include <common/cxgb_sge_defs.h>
16 #include <common/cxgb_firmware_exports.h>
17 #include <common/jhash.h>
/freebsd-current/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/archives/fmt_44bsd/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/basic/t2/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/basic/t1/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/basic/t3/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/execution/ellipsis/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/execution/plus/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/execution/joberr/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/execution/empty/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/syntax/directive-t0/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/syntax/enl/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/syntax/funny-targets/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/syntax/semi/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/variables/modifier_t/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/variables/opt_V/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/tests/sys/net/routing/
H A Dgeneric_cleanup.sh32 . ${srcdir}/../../common/vnet.subr
/freebsd-current/sys/contrib/dev/athk/
H A Dhw.c23 #define REG_READ (common->ops->read)
24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg)
29 * @common: the ath_common struct for the device.
46 * When you do this you are essentially computing the common bits of all your
80 * significant bit". This is because its the only bit common
82 * common bit is we can simply "&" the bssid_mask now with any BSSID we have
92 * common bit amongst the MAC and BSSIDs is 0, this frame has the 2nd LSB
118 void ath_hw_setbssidmask(struct ath_common *common) argument
120 void *ah = common->ah;
123 REG_WRITE(ah, AR_STA_ID0, get_unaligned_le32(common
142 ath_hw_cycle_counters_update(struct ath_common *common) argument
178 ath_hw_get_listen_time(struct ath_common *common) argument
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
5 SUBDIRS = common ftp ftpd
/freebsd-current/crypto/heimdal/appl/gssmask/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
7 gssmask_SOURCES = gssmask.c common.c common.h protocol.h
9 gssmaestro_SOURCES = gssmaestro.c common.c common.h protocol.h
/freebsd-current/sys/riscv/riscv/
H A Dbusdma_machdep.c59 struct bus_dma_tag_common *common; local
77 common = newtag;
78 common->impl = &bus_dma_bounce_impl;
79 common->alignment = alignment;
80 common->boundary = boundary;
81 common->lowaddr = trunc_page((vm_paddr_t)lowaddr) + (PAGE_SIZE - 1);
82 common->highaddr = trunc_page((vm_paddr_t)highaddr) + (PAGE_SIZE - 1);
83 common->maxsize = maxsize;
84 common->nsegments = nsegments;
85 common
144 struct bus_dma_tag_common *common; local
[all...]
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh45 exclude EXFAIL common/aggs/tst.subr.d
46 exclude EXFAIL common/dtraceUtil/tst.ELFGenerationOut.d.ksh
47 exclude EXFAIL common/dtraceUtil/tst.ELFGenerationWithO.d.ksh
48 exclude EXFAIL common/funcs/tst.copyin.d
49 exclude EXFAIL common/funcs/tst.copyinto.d
50 exclude EXFAIL common/funcs/tst.ddi_pathname.d
51 exclude EXFAIL common/io/tst.fds.d
52 exclude EXFAIL common/mdb/tst.dtracedcmd.ksh
53 exclude EXFAIL common/misc/tst.dofmax.ksh
54 exclude EXFAIL common/mis
[all...]

Completed in 106 milliseconds

1234567891011>>