/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 | 44 CFLAGS_zfs/dsl_scan.o += -mllvm -x86-cmov-converter=false 45 CFLAGS_zfs/metaslab.o += -mllvm -x86-cmov-converter=false 46 CFLAGS_zfs/range_tree.o += -mllvm -x86-cmov-converter=false 47 CFLAGS_zfs/zap_micro.o += -mllvm -x86-cmov-converter=false 60 CFLAGS_REMOVE_zcommon/zfs_fletcher_aarch64_neon.o += -mgeneral-regs-only 61 CFLAGS_REMOVE_zfs/vdev_raidz_math_aarch64_neon.o += -mgeneral-regs-only 62 CFLAGS_REMOVE_zfs/vdev_raidz_math_aarch64_neonx2.o += -mgeneral-regs-only 69 obj-$(CONFIG_ZFS) := spl.o zfs.o 72 spl-atomic.o \ 73 spl-condvar.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/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/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/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/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/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 | 110 #define val_(o) ((o)->value_) argument 111 #define num_(o) (val_(o).n) argument 115 #define rttype(o) ((o)->tt_) argument 121 #define ttype(o) (rttype(o) & 0x3F) argument 124 #define ttypenv(o) (novariant(rttype(o))) argument 128 #define checktag(o,t) (rttype(o) == (t)) argument 129 #define checktype(o,t) (ttypenv(o) == (t)) argument 130 #define ttisnumber(o) checktag((o), LUA_TNUMBER) argument 131 #define ttisnil(o) checktag((o), LUA_TNIL) argument 132 #define ttisboolean(o) checktag((o), LUA_TBOOLEAN) argument [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/contrib/bmake/mk/ |
H A D | options.mk | 40 .for o in ${OPTIONS_DEFAULT_VALUES:M*/*} 41 .if defined(WITH_${o:H}) && ${WITH_${o:H}} == "no" 43 .warning use WITHOUT_${o:H}=1 not WITH_${o:H}=no 45 .if defined(NO_${o:H}) || defined(NO${o:H}) 47 ${OPTION_PREFIX}${o:H} ?= no 48 .elif defined(WITH_${o:H}) && defined(WITHOUT_${o:H}) 50 DOMINANT_${o:H} ?= no 51 ${OPTION_PREFIX}${o:H} ?= ${DOMINANT_${o:H}} 52 .elif ${o:T:tl} == "no" 53 .if defined(WITH_${o:H}) [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/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/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/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 17 o Backport github actions to 2.1 (be3acd7c Azat Khuzhin) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 19 o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji) 22 o tinytest: support timeout on Windows (794e8f75 yuangongji) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 27 o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin) 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 29 …o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khu… 30 o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin) [all …]
|
H A D | ChangeLog-2.0 | 3 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f) 4 o ssl: Stop looping in "consider_reading" if reading is suspended. (f719b8a Joachim Bauch) 5 o ssl: No need to reserve space if reading is suspended. (1acf2eb Joachim Bauch) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 7 o build: Use python2 rather than python (0eb0109 Ross Lagerwall) 8 o build: Compile without warnings on mingw64 (94866c2) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4) 11 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F… 12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3) [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 17 o Backport github actions to 2.1 (be3acd7c Azat Khuzhin) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 19 o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji) 22 o tinytest: support timeout on Windows (794e8f75 yuangongji) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 27 o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin) 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 29 …o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khu… 30 o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin) [all …]
|
H A D | ChangeLog-2.0 | 3 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f) 4 o ssl: Stop looping in "consider_reading" if reading is suspended. (f719b8a Joachim Bauch) 5 o ssl: No need to reserve space if reading is suspended. (1acf2eb Joachim Bauch) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 7 o build: Use python2 rather than python (0eb0109 Ross Lagerwall) 8 o build: Compile without warnings on mingw64 (94866c2) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4) 11 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F… 12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3) [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lobject.h | 72 #define val_(o) ((o)->value_) argument 73 #define valraw(o) (val_(o)) argument 77 #define rawtt(o) ((o)->tt_) argument 84 #define ttypetag(o) withvariant(rawtt(o)) argument 87 #define ttype(o) (novariant(rawtt(o))) argument 91 #define checktag(o,t) (rawtt(o) == (t)) argument 92 #define checktype(o,t) (ttype(o) == (t)) argument 114 #define settt_(o,t) ((o)->tt_=(t)) argument 172 #define s2v(o) (&(o)->val) argument 197 #define ttisstrictnil(o) checktag((o), LUA_VNIL) argument [all …]
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 262 #define __bs_rs(sz, t, h, o) \ argument 263 (*(t)->__bs_opname(r,sz))((t)->bs_cookie, h, o) 264 #define __bs_ws(sz, t, h, o, v) \ argument 265 (*(t)->__bs_opname(w,sz))((t)->bs_cookie, h, o, v) 266 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 267 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, a, c) 268 #define __bs_set(type, sz, t, h, o, v, c) \ argument 269 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, v, c) 274 #define __bs_rs_s(sz, t, h, o) \ argument 275 (*(t)->__bs_opname_s(r,sz))((t)->bs_cookie, h, o) [all …]
|