| /freebsd/sys/sys/ |
| H A D | syscall.mk | 8 syscall.o \ 9 _exit.o \ 10 fork.o \ 11 read.o \ 12 write.o \ 13 open.o \ 14 close.o \ 15 wait4.o \ 16 link.o \ 17 unlink.o \ [all …]
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/ |
| H A D | Makefile.files | 36 ldo.o \ 37 lvm.o \ 38 lbitlib.o \ 39 lopcodes.o \ 40 lstring.o \ 41 ltable.o \ 42 ltm.o \ 43 lcorolib.o \ 44 lauxlib.o \ 45 ldebug.o \ [all …]
|
| /freebsd/sys/contrib/openzfs/module/ |
| H A D | Kbuild.in | 46 CFLAGS_zfs/dsl_scan.o += -mllvm -x86-cmov-converter=false 47 CFLAGS_zfs/metaslab.o += -mllvm -x86-cmov-converter=false 48 CFLAGS_zfs/range_tree.o += -mllvm -x86-cmov-converter=false 49 CFLAGS_zfs/zap_micro.o += -mllvm -x86-cmov-converter=false 57 CFLAGS_REMOVE_os/linux/spl/spl-math-compat.o += -Wmissing-prototypes 58 CFLAGS_REMOVE_os/linux/spl/spl-math-compat.o += -Wmissing-declarations 69 CFLAGS_REMOVE_zcommon/zfs_fletcher_aarch64_neon.o += -mgeneral-regs-only 70 CFLAGS_REMOVE_zfs/vdev_raidz_math_aarch64_neon.o += -mgeneral-regs-only 71 CFLAGS_REMOVE_zfs/vdev_raidz_math_aarch64_neonx2.o += -mgeneral-regs-only 78 obj-$(CONFIG_ZFS) := spl.o zfs.o [all …]
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | Makefile | 3 obj-$(CONFIG_RTW88_CORE) += rtw88_core.o 4 rtw88_core-y += main.o \ 5 mac80211.o \ 6 util.o \ 7 debug.o \ 8 tx.o \ 9 rx.o \ 10 mac.o \ 11 phy.o \ 12 coex.o \ [all …]
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | Makefile.in | 20 OPENBSD=arc4random.o \ 21 arc4random_uniform.o \ 22 base64.o \ 23 basename.o \ 24 bcrypt_pbkdf.o \ 25 bindresvport.o \ 26 blowfish.o \ 27 daemon.o \ 28 dirname.o \ 29 explicit_bzero.o \ [all …]
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | Makefile | 3 obj-$(CONFIG_RTW89_CORE) += rtw89_core.o 4 rtw89_core-y += core.o \ 5 mac80211.o \ 6 mac.o \ 7 mac_be.o \ 8 phy.o \ 9 phy_be.o \ 10 fw.o \ 11 cam.o \ 12 efuse.o \ [all …]
|
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | options_test.cpp | 107 const mock_option o('f', "force", "Force execution"); in ATF_TEST_CASE_BODY() local 108 ATF_REQUIRE(o.has_short_name()); in ATF_TEST_CASE_BODY() 109 ATF_REQUIRE_EQ('f', o.short_name()); in ATF_TEST_CASE_BODY() 110 ATF_REQUIRE_EQ("force", o.long_name()); in ATF_TEST_CASE_BODY() 111 ATF_REQUIRE_EQ("Force execution", o.description()); in ATF_TEST_CASE_BODY() 112 ATF_REQUIRE(!o.needs_arg()); in ATF_TEST_CASE_BODY() 113 ATF_REQUIRE_EQ("-f", o.format_short_name()); in ATF_TEST_CASE_BODY() 114 ATF_REQUIRE_EQ("--force", o.format_long_name()); in ATF_TEST_CASE_BODY() 121 const mock_option o('c', "conf_file", "Configuration file", "path"); in ATF_TEST_CASE_BODY() local 122 ATF_REQUIRE(o.has_short_name()); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/bmake/mk/ |
| H A D | options.mk | 22 .for o v in ${OPTIONS_FORCED_VALUES:M*/*:S,/, ,g} 25 .if defined(WITHOUT_$o) 26 .warning WITHOUT_$o ignored 28 .elif defined(WITH_$o) 29 .warning WITH_$o ignored 32 ${OPTION_PREFIX}$o := ${v:tl} 33 .if defined(DEBUG_OPTIONS) && ${DEBUG_OPTIONS:@x@${o:M$x}@} != "" 34 .info ${.INCLUDEDFROMFILE}: ${OPTION_PREFIX}$o=${${OPTION_PREFIX}$o} 56 .for o v in ${OPTIONS_DEFAULT_VALUES:M*/*:S,/, ,} 57 .if defined(WITH_$o) && ${WITH_$o:tl} == "no" [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | Makefile | 2 obj-$(CONFIG_MT76_CORE) += mt76.o 3 obj-$(CONFIG_MT76_USB) += mt76-usb.o 4 obj-$(CONFIG_MT76_SDIO) += mt76-sdio.o 5 obj-$(CONFIG_MT76x02_LIB) += mt76x02-lib.o 6 obj-$(CONFIG_MT76x02_USB) += mt76x02-usb.o 7 obj-$(CONFIG_MT76_CONNAC_LIB) += mt76-connac-lib.o 8 obj-$(CONFIG_MT792x_LIB) += mt792x-lib.o 9 obj-$(CONFIG_MT792x_USB) += mt792x-usb.o 12 mmio.o util.o trace.o dma.o mac80211.o debugfs.o eeprom.o \ 13 tx.o agg-rx.o mcu.o wed.o scan.o channel.o [all …]
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | Makefile | 14 accounting.o \ 15 ap_config.o \ 16 ap_drv_ops.o \ 17 ap_list.o \ 18 ap_mlme.o \ 19 airtime_policy.o \ 20 authsrv.o \ 21 beacon.o \ 22 bss_load.o \ 23 ctrl_iface_ap.o \ [all …]
|
| /freebsd/usr.sbin/makefs/ffs/ |
| H A D | ffs_bswap.c | 59 void ffs_csum_swap(struct csum *o, struct csum *n, int size); 60 void ffs_csumtotal_swap(struct csum_total *o, struct csum_total *n); 63 ffs_sb_swap(struct fs *o, struct fs *n) in ffs_sb_swap() argument 73 o32 = (u_int32_t *)o; in ffs_sb_swap() 78 n->fs_swuid = bswap64(o->fs_swuid); in ffs_sb_swap() 79 n->fs_cgrotor = bswap32(o->fs_cgrotor); /* Unused */ in ffs_sb_swap() 80 n->fs_old_cpc = bswap32(o->fs_old_cpc); in ffs_sb_swap() 86 n->fs_maxbsize = bswap32(o->fs_maxbsize); in ffs_sb_swap() 87 n->fs_sblockloc = bswap64(o->fs_sblockloc); in ffs_sb_swap() 88 ffs_csumtotal_swap(&o->fs_cstotal, &n->fs_cstotal); in ffs_sb_swap() [all …]
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | Makefile | 11 aes-cbc.o \ 12 aes-ccm.o \ 13 aes-ctr.o \ 14 aes-eax.o \ 15 aes-encblock.o \ 16 aes-gcm.o \ 17 aes-internal.o \ 18 aes-internal-dec.o \ 19 aes-internal-enc.o \ 20 aes-omac1.o \ [all …]
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 111 #define val_(o) ((o)->value_) argument 112 #define num_(o) (val_(o).n) argument 116 #define rttype(o) ((o)->tt_) argument 122 #define ttype(o) (rttype(o) & 0x3F) argument 125 #define ttypenv(o) (novariant(rttype(o))) argument 129 #define checktag(o,t) (rttype(o) == (t)) argument 130 #define checktype(o,t) (ttypenv(o) == (t)) argument 131 #define ttisnumber(o) checktag((o), LUA_TNUMBER) argument 132 #define ttisnil(o) checktag((o), LUA_TNIL) argument 133 #define ttisboolean(o) checktag((o), LUA_TBOOLEAN) argument [all …]
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | Makefile | 2 obj-$(CONFIG_ATH11K) += ath11k.o 3 ath11k-y += core.o \ 4 hal.o \ 5 hal_tx.o \ 6 hal_rx.o \ 7 wmi.o \ 8 mac.o \ 9 reg.o \ 10 htc.o \ 11 qmi.o \ [all …]
|
| /freebsd/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | sequence.c | 54 struct gss_msg_order **o, in msg_order_alloc() argument 59 len = jitter_window * sizeof((*o)->elem[0]); in msg_order_alloc() 60 len += sizeof(**o); in msg_order_alloc() 61 len -= sizeof((*o)->elem[0]); in msg_order_alloc() 63 *o = calloc(1, len); in msg_order_alloc() 64 if (*o == NULL) { in msg_order_alloc() 79 struct gss_msg_order **o, in _gssapi_msg_order_create() argument 90 ret = msg_order_alloc(minor_status, o, jitter_window); in _gssapi_msg_order_create() 94 (*o)->flags = flags; in _gssapi_msg_order_create() 95 (*o)->length = 0; in _gssapi_msg_order_create() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | Makefile | 2 obj-$(CONFIG_ATH10K) += ath10k_core.o 3 ath10k_core-y += mac.o \ 4 debug.o \ 5 core.o \ 6 htc.o \ 7 htt.o \ 8 htt_rx.o \ 9 htt_tx.o \ 10 txrx.o \ 11 wmi.o \ [all …]
|
| /freebsd/sys/arm64/include/ |
| H A D | bus.h | 294 #define __bs_rs(sz, t, h, o) \ argument 295 (*(t)->__bs_opname(r,sz))((t)->bs_cookie, h, o) 296 #define __bs_ws(sz, t, h, o, v) \ argument 297 (*(t)->__bs_opname(w,sz))((t)->bs_cookie, h, o, v) 298 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 299 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, a, c) 300 #define __bs_set(type, sz, t, h, o, v, c) \ argument 301 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, v, c) 306 #define __bs_rs_s(sz, t, h, o) \ argument 307 (*(t)->__bs_opname_s(r,sz))((t)->bs_cookie, h, o) [all …]
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | Makefile | 2 obj-$(CONFIG_ATH12K) += ath12k.o 3 ath12k-y += core.o \ 4 hal.o \ 5 hal_tx.o \ 6 hal_rx.o \ 7 wmi.o \ 8 mac.o \ 9 reg.o \ 10 htc.o \ 11 qmi.o \ [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | Makefile | 2 obj-$(CONFIG_IWLMLD) += iwlmld.o 5 iwlmld-y += mld.o notif.o mac80211.o fw.o power.o iface.o link.o rx.o mcc.o session-protect.o phy.o 6 iwlmld-y += scan.o sta.o tx.o coex.o tlc.o agg.o key.o regulatory.o ap.o thermal.o roc.o stats.o 7 iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o 8 iwlmld-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o 9 iwlmld-$(CONFIG_IWLWIFI_LEDS) += led.o 10 iwlmld-$(CONFIG_PM_SLEEP) += d3.o
|
| /freebsd/tests/sys/netinet/ |
| H A D | raw.c | 111 #define o false in ATF_TC_BODY() macro 113 { x, x, x, x, o, o, x, x, o, o, o, o, x } }, in ATF_TC_BODY() 115 { x, o, x, o, o, o, x, o, o, o, o, o, x } }, in ATF_TC_BODY() 117 { x, x, x, x, o, o, o, o, x, x, o, o, x } }, in ATF_TC_BODY() 119 { x, o, x, o, o, o, o, o, x, o, o, o, x } }, in ATF_TC_BODY() 121 { x, x, o, o, x, x, o, o, o, o, o, o, x } }, in ATF_TC_BODY() 123 { x, o, o, o, x, o, o, o, o, o, o, o, x } }, in ATF_TC_BODY() 125 { x, x, o, o, x, x, o, o, o, o, x, x, x } }, in ATF_TC_BODY() 127 { x, o, o, o, x, o, o, o, o, o, x, o, x } }, in ATF_TC_BODY() 129 { x, x, o, o, o, o, o, o, o, o, o, o, x } }, in ATF_TC_BODY() [all …]
|
| /freebsd/lib/csu/ |
| H A D | Makefile.inc | 13 OBJS+= Scrt1.o crt1.o gcrt1.o 14 OBJS+= crtbegin.o crtbeginS.o crtbeginT.o 15 OBJS+= crtend.o crtendS.o 16 OBJS+= crti.o crtn.o 18 CRT1OBJS+= crtbrand.o feature_note.o ignore_init_note.o 41 CLEANFILES+= ${OBJS} ${CRT1OBJS} crt1_c.o gcrt1_c.o Scrt1_c.o 42 CLEANFILES+= crti_s.o ${CRT1SRC:C/.[S|c]$/.o/} 44 crt1.o: ${CRT1SRC:C/.[S|c]$/.o/} ${CRT1OBJS} ${CRT1OBJ} 45 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o} 47 gcrt1_c.o: ${CRT1SRC} [all …]
|
| /freebsd/libexec/bootpd/ |
| H A D | Makefile.UNIX | 70 -rm -f core *.o 84 STRERROR=strerror.o 90 STRERROR=strerror.o 109 STRERROR=strerror.o 141 OBJ_D= bootpd.o dovend.o readfile.o hash.o dumptab.o \ 142 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR) 146 OBJ_EF= bootpef.o dovend.o readfile.o hash.o dumptab.o \ 147 lookup.o hwaddr.o tzone.o report.o $(STRERROR) 151 OBJ_GW= bootpgw.o getif.o hwaddr.o report.o $(STRERROR) 155 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \ [all …]
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | Makefile | 12 obj-$(CONFIG_BRCMFMAC) += brcmfmac.o 14 cfg80211.o \ 15 chip.o \ 16 fwil.o \ 17 fweh.o \ 18 p2p.o \ 19 proto.o \ 20 common.o \ 21 core.o \ 22 firmware.o \ [all …]
|
| /freebsd/contrib/nvi/common/ |
| H A D | options.h | 25 #define O_V(sp, o, fld) \ argument 26 (F_ISSET(&(sp)->opts[(o)], OPT_GLOBAL) ? \ 27 (sp)->gp->opts[(sp)->opts[(o)].o_cur.val].fld : \ 28 (sp)->opts[(o)].fld) 31 #define OG_CLR(gp, o) ((gp)->opts[(o)].o_cur.val) = 0 argument 32 #define OG_SET(gp, o) ((gp)->opts[(o)].o_cur.val) = 1 argument 33 #define OG_STR(gp, o) ((gp)->opts[(o)].o_cur.str) argument 34 #define OG_VAL(gp, o) ((gp)->opts[(o)].o_cur.val) argument 35 #define OG_ISSET(gp, o) OG_VAL(gp, o) argument 37 #define OG_D_STR(gp, o) ((gp)->opts[(o)].o_def.str) argument [all …]
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | Makefile.in | 81 threads.o \ 82 init-addrinfo.o \ 83 plugins.o \ 84 errors.o \ 85 k5buf.o \ 86 gmt_mktime.o \ 87 fake-addrinfo.o \ 88 utf8.o \ 89 utf8_conv.o \ 90 zap.o \ [all …]
|