Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 2271) sorted by relevance

12345678910>>...91

/freebsd/sys/sys/
H A Dsyscall.mk4 syscall.o \
5 exit.o \
6 fork.o \
7 read.o \
8 write.o \
9 open.o \
10 close.o \
11 wait4.o \
12 link.o \
14 chdir.o \
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files36 ldo.o \
37 lvm.o \
42 ltm.o \
47 lgc.o \
62 lparser.o
65 abd.o \
67 arc.o \
76 ddt.o \
108 sa.o \
157 zthr.o
[all …]
/freebsd/sys/contrib/openzfs/module/
H A DKbuild.in69 obj-$(CONFIG_ZFS) := spl.o zfs.o
200 ldo.o \
202 lgc.o \
213 ltm.o \
214 lvm.o \
232 uconv.o
314 abd.o \
316 arc.o \
356 fm.o \
370 sa.o \
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A DMakefile.in22 base64.o \
27 daemon.o \
33 getcwd.o \
37 glob.o \
41 md5.o \
42 memmem.o \
51 sha1.o \
52 sha2.o \
67 vis.o
95 xcrypt.o
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Doptions_test.cpp250 o.validate("123"); in ATF_TEST_CASE_BODY()
253 o.validate("-567"); in ATF_TEST_CASE_BODY()
298 o.validate(""); in ATF_TEST_CASE_BODY()
305 o.validate("foo"); in ATF_TEST_CASE_BODY()
323 o.validate("foo,bar,"); in ATF_TEST_CASE_BODY()
333 o.validate(",foo,bar"); in ATF_TEST_CASE_BODY()
343 o.validate("foo,,bar"); in ATF_TEST_CASE_BODY()
389 o.validate("/some/path"); in ATF_TEST_CASE_BODY()
392 o.validate(""); in ATF_TEST_CASE_BODY()
437 o.validate("foo=bar"); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A DMakefile6 util.o \
8 tx.o \
9 rx.o \
10 mac.o \
11 phy.o \
14 fw.o \
15 ps.o \
16 sec.o \
17 bf.o \
19 regd.o
[all …]
/freebsd/contrib/wpa/src/ap/
H A DMakefile17 ap_list.o \
18 ap_mlme.o \
20 authsrv.o \
21 beacon.o \
24 dfs.o \
31 hs20.o \
44 rrm.o \
47 utils.o \
48 vlan.o \
51 wmm.o \
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A DMakefile6 mac.o \
7 phy.o \
8 fw.o \
9 cam.o \
11 regd.o \
12 sar.o \
13 coex.o \
14 ps.o \
15 chan.o \
16 ser.o \
[all …]
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_bswap.c73 o32 = (u_int32_t *)o; in ffs_sb_swap()
89 n->fs_time = bswap64(o->fs_time); in ffs_sb_swap()
90 n->fs_size = bswap64(o->fs_size); in ffs_sb_swap()
137 n->di_gen = bswap32(o->di_gen); in ffs_dinode1_swap()
138 n->di_uid = bswap32(o->di_uid); in ffs_dinode1_swap()
139 n->di_gid = bswap32(o->di_gid); in ffs_dinode1_swap()
147 n->di_uid = bswap32(o->di_uid); in ffs_dinode2_swap()
148 n->di_gid = bswap32(o->di_gid); in ffs_dinode2_swap()
160 n->di_gen = bswap32(o->di_gen); in ffs_dinode2_swap()
175 oint = (u_int32_t*)o; in ffs_csum_swap()
[all …]
/freebsd/contrib/wpa/src/crypto/
H A DMakefile11 aes-cbc.o \
12 aes-ccm.o \
13 aes-ctr.o \
14 aes-eax.o \
16 aes-gcm.o \
21 aes-siv.o \
28 md5.o \
32 rc4.o \
33 sha1.o \
39 sha256.o \
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h110 #define val_(o) ((o)->value_) argument
111 #define num_(o) (val_(o).n) argument
115 #define rttype(o) ((o)->tt_) argument
150 #define nvalue(o) check_exp(ttisnumber(o), num_(o)) argument
151 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc) argument
160 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) argument
161 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h) argument
162 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) argument
167 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0)) argument
325 #define val_(o) v_(o) argument
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A DMakefile4 debug.o \
5 core.o \
6 htc.o \
7 htt.o \
8 htt_rx.o \
10 txrx.o \
11 wmi.o \
13 bmi.o \
14 hw.o \
15 p2p.o \
[all …]
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dsequence.c64 if (*o == NULL) { in msg_order_alloc()
115 o->elem[slot % o->jitter_window] = val; in elem_set()
126 memmove(&o->elem[after_slot + 1], &o->elem[after_slot], in elem_insert()
127 (o->length - after_slot - 1) * sizeof(o->elem[0])); in elem_insert()
131 if (o->length < o->jitter_window) in elem_insert()
132 o->length++; in elem_insert()
146 if (o == NULL) in _gssapi_msg_order_check()
164 || o->length == 0) in _gssapi_msg_order_check()
177 if (seq_num < o->elem[o->length - 1]) { in _gssapi_msg_order_check()
184 if (seq_num == o->elem[o->length - 1]) { in _gssapi_msg_order_check()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A DMakefile4 hal.o \
7 wmi.o \
8 mac.o \
9 reg.o \
10 htc.o \
11 qmi.o \
12 dp.o \
16 ce.o \
19 hw.o \
22 ath11k-$(CONFIG_ATH11K_DEBUGFS) += debugfs.o debugfs_htt_stats.o debugfs_sta.o
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp192 EmitRange(o, SM, in EmitRanges()
204 Indent(o, indent); in EmitMessage()
210 Indent(o, indent); in EmitMessage()
235 o << "\n"; in EmitFixits()
335 Indent(o, indent); o << "</dict>\n"; in ReportEvent()
418 o << "</dict>\n"; in ReportMacroExpansions()
448 Indent(o, indent); o << "</dict>\n"; in ReportNote()
668 EmitPlistHeader(o); in FlushDiagnosticsImpl()
674 o << "<dict>\n" << in FlushDiagnosticsImpl()
802 o << " </array>\n"; in FlushDiagnosticsImpl()
[all …]
/freebsd/sys/arm64/include/
H A Dbus.h344 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) argument
345 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) argument
346 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) argument
347 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) argument
349 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t), (h), (o)) argument
350 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t), (h), (o)) argument
351 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) argument
399 #define bus_space_write_1(t, h, o, v) __bs_ws(1,(t),(h),(o),(v)) argument
400 #define bus_space_write_2(t, h, o, v) __bs_ws(2,(t),(h),(o),(v)) argument
401 #define bus_space_write_4(t, h, o, v) __bs_ws(4,(t),(h),(o),(v)) argument
[all …]
/freebsd/contrib/bmake/mk/
H A Doptions.mk41 .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})
48 .elif defined(WITH_${o:H}) && defined(WITHOUT_${o:H})
51 ${OPTION_PREFIX}${o:H} ?= ${DOMINANT_${o:H}}
71 .if defined(NO_${o:H}) || defined(NO${o:H})
74 .elif defined(WITH_${o:H}) && defined(WITHOUT_${o:H})
77 ${OPTION_PREFIX}${o:H} ?= ${DOMINANT_${o:H}}
83 ${OPTION_PREFIX}${o:H} ?= ${${OPTION_PREFIX}${o:T}}
93 OPTIONS_SHOW ?= ${.set_options:O:u:@o@${OPTION_PREFIX}$o=${${OPTION_PREFIX}$o}@}
[all …]
/freebsd/lib/csu/
H A DMakefile.inc13 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
40 CLEANFILES+= ${OBJS} ${CRT1OBJS} crt1_c.o gcrt1_c.o Scrt1_c.o
49 gcrt1.o: gcrt1_c.o ${CRT1OBJS} ${CRT1OBJ}
55 Scrt1.o: Scrt1_c.o ${CRT1OBJS} ${CRT1OBJ}
67 crtbegin.o crtend.o crtbeginT.o:
70 crtbeginS.o crtendS.o:
[all …]
/freebsd/libexec/bootpd/
H A DMakefile.UNIX70 -rm -f core *.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 \
161 TRYLOOK= trylook.o lookup.o report.o $(STRERROR)
166 TRYGETIF= trygetif.o getif.o report.o $(STRERROR)
171 TRYGETEA= trygetea.o getether.o report.o $(STRERROR)
[all …]
/freebsd/contrib/nvi/common/
H A Doptions.h33 #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
54 #define O_CLR(sp, o) o_set(sp, o, 0, NULL, 0) argument
55 #define O_SET(sp, o) o_set(sp, o, 0, NULL, 1) argument
56 #define O_STR(sp, o) O_V(sp, o, o_cur.str) argument
57 #define O_VAL(sp, o) O_V(sp, o, o_cur.val) argument
58 #define O_ISSET(sp, o) O_VAL(sp, o) argument
66 #define O_D_STR(sp, o) O_V(sp, o, o_def.str) argument
67 #define O_D_VAL(sp, o) O_V(sp, o, o_def.val) argument
[all …]
/freebsd/contrib/lua/src/
H A Dlobject.h72 #define val_(o) ((o)->value_) argument
73 #define valraw(o) (val_(o)) argument
77 #define rawtt(o) ((o)->tt_) argument
114 #define settt_(o,t) ((o)->tt_=(t)) argument
172 #define s2v(o) (&(o)->val) argument
247 #define l_isfalse(o) (ttisfalse(o) || ttisnil(o)) argument
305 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc) argument
331 (ttisinteger(o) ? cast_num(ivalue(o)) : fltvalue(o)))
332 #define fltvalue(o) check_exp(ttisfloat(o), val_(o).n) argument
333 #define ivalue(o) check_exp(ttisinteger(o), val_(o).i) argument
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog207 o Cleanup __func__ detection (b3af7bdd)
238 o Merge branch 'iocp-fixes' (6bfac964)
288 o Fix RPATH for APPLE (45b1f379)
294 o Merge branch 'pull-628' (7e56c8b2)
349 o Update README.md (3821cca1 Breaker)
372 o cmake: cleanup (dc624ad Zonr Chang)
644 o tab (6e7a580 Greg Hazel)
851 o Fix a c90 warning (76643dd)
1038 o Fix a c90 warning (c207682)
1076 o Small doxygen tweaks (6e67b51)
[all …]
H A DChangeLog-2.0393 o Make whitespace more consistent
714 o Fix whitespace. (cb927a5)
826 o Fix test.sh on freebsd (3d9e05b)
970 o Fix mingw compilation (23170a6)
987 o Add a .gitignore file. (ba34071)
1036 o Fix a rare crash bug in evdns.
1074 o Numerous other bugfixes.
1092 o Make sendfile work on FreeBSD
1153 o Removed obsoleted recalc code
1220 o support for periodic timeouts
[all …]
/freebsd/contrib/libevent/
H A DChangeLog207 o Cleanup __func__ detection (b3af7bdd)
238 o Merge branch 'iocp-fixes' (6bfac964)
288 o Fix RPATH for APPLE (45b1f379)
294 o Merge branch 'pull-628' (7e56c8b2)
349 o Update README.md (3821cca1 Breaker)
372 o cmake: cleanup (dc624ad Zonr Chang)
644 o tab (6e7a580 Greg Hazel)
851 o Fix a c90 warning (76643dd)
1038 o Fix a c90 warning (c207682)
1076 o Small doxygen tweaks (6e67b51)
[all …]
/freebsd/sys/riscv/include/
H A Dbus.h309 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) argument
310 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) argument
311 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) argument
312 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) argument
317 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) argument
364 #define bus_space_write_1(t, h, o, v) __bs_ws(1,(t),(h),(o),(v)) argument
365 #define bus_space_write_2(t, h, o, v) __bs_ws(2,(t),(h),(o),(v)) argument
366 #define bus_space_write_4(t, h, o, v) __bs_ws(4,(t),(h),(o),(v)) argument
367 #define bus_space_write_8(t, h, o, v) __bs_ws(8,(t),(h),(o),(v)) argument
369 #define bus_space_write_stream_1(t, h, o, v) __bs_ws_s(1,(t),(h),(o),(v)) argument
[all …]

12345678910>>...91