/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 121 const mock_option o('c', "conf_file", "Configuration file", "path"); in ATF_TEST_CASE_BODY() local 137 const mock_option o('c', "conf_file", "Configuration file", "path", in ATF_TEST_CASE_BODY() local 155 const mock_option o("dryrun", "Dry run mode"); in ATF_TEST_CASE_BODY() local 167 const mock_option o("helper", "Path to helper", "path"); in ATF_TEST_CASE_BODY() local 181 const mock_option o("executable", "Executable name", "file", "foo"); in ATF_TEST_CASE_BODY() local 196 const cmdline::bool_option o('f', "force", "Force execution"); in ATF_TEST_CASE_BODY() local 208 const cmdline::bool_option o("force", "Force execution"); in ATF_TEST_CASE_BODY() local 219 const cmdline::int_option o('p', "int", "The int", "arg", "value"); in ATF_TEST_CASE_BODY() local 234 const cmdline::int_option o("int", "The int", "arg", "value"); in ATF_TEST_CASE_BODY() local [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 …]
|
H A D | lapi.c | 37 #define isvalid(o) ((o) != luaO_nilobject) argument 43 #define isstackindex(i, o) (isvalid(o) && !ispseudo(i)) argument 45 #define api_checkvalidindex(L, o) api_check(L, isvalid(o), "invalid index") argument 47 #define api_checkstackindex(L, i, o) \ argument 54 TValue *o = ci->func + idx; in index2addr() local 246 StkId o = index2addr(L, idx); in lua_type() local 260 StkId o = index2addr(L, idx); in lua_iscfunction() local 267 const TValue *o = index2addr(L, idx); in lua_isnumber() local 279 const TValue *o = index2addr(L, idx); in lua_isuserdata() local 335 const TValue *o = index2addr(L, idx); in lua_tonumberx() local [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | options.h | 25 #define O_V(sp, o, fld) \ argument 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 38 #define OG_D_VAL(gp, o) ((gp)->opts[(o)].o_def.val) 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 [all …]
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_sp.c | 50 struct ecore_exe_queue_obj *o, in ecore_exe_queue_init() 87 static inline int ecore_exe_queue_length(struct ecore_exe_queue_obj *o) in ecore_exe_queue_length() 114 struct ecore_exe_queue_obj *o, in ecore_exe_queue_add() 153 struct ecore_exe_queue_obj *o) in __ecore_exe_queue_reset_pending() 177 struct ecore_exe_queue_obj *o, in ecore_exe_queue_step() 243 static inline bool ecore_exe_queue_empty(struct ecore_exe_queue_obj *o) in ecore_exe_queue_empty() 262 static bool ecore_raw_check_pending(struct ecore_raw_obj *o) in ecore_raw_check_pending() 276 static void ecore_raw_clear_pending(struct ecore_raw_obj *o) in ecore_raw_clear_pending() 283 static void ecore_raw_set_pending(struct ecore_raw_obj *o) in ecore_raw_set_pending() 341 static bool ecore_get_cam_offset_mac(struct ecore_vlan_mac_obj *o, int *offset) in ecore_get_cam_offset_mac() [all …]
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 294 #define __bs_rs(sz, t, h, o) \ argument 296 #define __bs_ws(sz, t, h, o, v) \ argument 298 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 300 #define __bs_set(type, sz, t, h, o, v, c) \ argument 306 #define __bs_rs_s(sz, t, h, o) \ argument 308 #define __bs_ws_s(sz, t, h, o, v) \ argument 310 #define __bs_peek(sz, t, h, o, vp) \ argument 312 #define __bs_poke(sz, t, h, o, v) \ argument 314 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 324 #define bus_space_subregion(t, h, o, s, hp) \ argument [all …]
|
/freebsd/sys/sys/ |
H A D | bus.h | 933 #define bus_barrier(r, o, l, f) \ argument 935 #define bus_poke_1(r, o, v) \ argument 937 #define bus_peek_1(r, o, vp) \ argument 939 #define bus_read_1(r, o) \ argument 941 #define bus_read_multi_1(r, o, d, c) \ argument 943 #define bus_read_region_1(r, o, d, c) \ argument 945 #define bus_set_multi_1(r, o, v, c) \ argument 947 #define bus_set_region_1(r, o, v, c) \ argument 949 #define bus_write_1(r, o, v) \ argument 951 #define bus_write_multi_1(r, o, d, c) \ argument [all …]
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 262 #define __bs_rs(sz, t, h, o) \ argument 264 #define __bs_ws(sz, t, h, o, v) \ argument 266 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 268 #define __bs_set(type, sz, t, h, o, v, c) \ argument 274 #define __bs_rs_s(sz, t, h, o) \ argument 276 #define __bs_ws_s(sz, t, h, o, v) \ argument 278 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 288 #define bus_space_subregion(t, h, o, s, hp) \ argument 303 #define bus_space_barrier(t, h, o, l, f) \ argument 309 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) argument [all …]
|
/freebsd/sys/powerpc/include/ |
H A D | bus.h | 264 #define __bs_rs(sz, t, h, o) \ argument 266 #define __bs_ws(sz, t, h, o, v) \ argument 268 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 270 #define __bs_set(type, sz, t, h, o, v, c) \ argument 280 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) argument 293 #define bus_space_barrier(t, h, o, l, f) (*(t)->bs_barrier)(h, o, l, f) argument 298 #define bus_space_read_1(t, h, o) __bs_rs(1,t,h,o) argument 299 #define bus_space_read_2(t, h, o) __bs_rs(2,t,h,o) argument 300 #define bus_space_read_4(t, h, o) __bs_rs(4,t,h,o) argument 301 #define bus_space_read_8(t, h, o) __bs_rs(8,t,h,o) argument [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lvm.h | 17 #define cvt2str(o) ttisnumber(o) argument 19 #define cvt2str(o) 0 /* no conversion from numbers to strings */ argument 24 #define cvt2num(o) ttisstring(o) argument 26 #define cvt2num(o) 0 /* no conversion from strings to numbers */ argument 51 #define tonumber(o,n) \ argument 56 #define tonumberns(o,n) \ argument 62 #define tointeger(o,i) \ argument 68 #define tointegerns(o,i) \ argument
|
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 …]
|
H A D | lgc.c | 91 #define gcvalueN(o) (iscollectable(o) ? gcvalue(o) : NULL) argument 94 #define markvalue(g,o) { checkliveness(g->mainthread,o); \ argument 125 static GCObject **getgclist (GCObject *o) { in getgclist() 146 #define linkgclist(o,p) linkgclist_(obj2gco(o), &(o)->gclist, &(p)) argument 148 static void linkgclist_ (GCObject *o, GCObject **pnext, GCObject **list) { in linkgclist_() 159 #define linkobjgclist(o,p) linkgclist_(obj2gco(o), getgclist(o), &(p)) argument 185 static int iscleared (global_State *g, const GCObject *o) { in iscleared() 208 void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) { in luaC_barrier_() 230 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_() 243 void luaC_fix (lua_State *L, GCObject *o) { in luaC_fix() [all …]
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbinfo.h | 452 #define ACPI_FLAG_OFFSET(d,f,o) (UINT16) (ACPI_OFFSET (d,f) + o) argument 456 #define ACPI_AEST0_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_AEST_PROCESSOR,f,o) argument 457 #define ACPI_AEST0D_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_AEST_NODE_INTERFACE,f,o) argument 458 #define ACPI_AEST0E_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_AEST_NODE_INTERRUPT,f,o) argument 459 #define ACPI_AEST0EA_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_AEST_NODE_INTERRUPT_V2,f,o) argument 460 #define ACPI_AGDI_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_AGDI,f,o) argument 461 #define ACPI_APMTN_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_APMT_NODE,f,o) argument 462 #define ACPI_BGRT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_BGRT,f,o) argument 463 #define ACPI_DRTM_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_DRTM,f,o) argument 464 #define ACPI_DRTM1a_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_DRTM_RESOURCE,f,o) argument [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | TraceGDBRemotePackets.cpp | 19 ObjectMapper o(value, path); in fromJSON() local 35 ObjectMapper o(value, path); in fromJSON() local 57 ObjectMapper o(value, path); in fromJSON() local 70 ObjectMapper o(value, path); in fromJSON() local 79 ObjectMapper o(value, path); in fromJSON() local 88 ObjectMapper o(value, path); in fromJSON() local 100 ObjectMapper o(value, path); in fromJSON() local 121 ObjectMapper o(value, path); in fromJSON() local 146 ObjectMapper o(value, path); in fromJSON() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_options.c | 40 archive_write_set_format_option(struct archive * a,const char * m,const char * o,const char * v) archive_write_set_format_option() argument 49 archive_write_set_filter_option(struct archive * a,const char * m,const char * o,const char * v) archive_write_set_filter_option() argument 58 archive_write_set_option(struct archive * a,const char * m,const char * o,const char * v) archive_write_set_option() argument 75 archive_set_format_option(struct archive * _a,const char * m,const char * o,const char * v) archive_set_format_option() argument 92 archive_set_filter_option(struct archive * _a,const char * m,const char * o,const char * v) archive_set_filter_option() argument 124 archive_set_option(struct archive * a,const char * m,const char * o,const char * v) archive_set_option() argument [all...] |
H A D | archive_read_set_options.c | 40 archive_read_set_format_option(struct archive * a,const char * m,const char * o,const char * v) archive_read_set_format_option() argument 49 archive_read_set_filter_option(struct archive * a,const char * m,const char * o,const char * v) archive_read_set_filter_option() argument 58 archive_read_set_option(struct archive * a,const char * m,const char * o,const char * v) archive_read_set_option() argument 75 archive_set_format_option(struct archive * _a,const char * m,const char * o,const char * v) archive_set_format_option() argument 112 archive_set_filter_option(struct archive * _a,const char * m,const char * o,const char * v) archive_set_filter_option() argument 127 archive_set_option(struct archive * a,const char * m,const char * o,const char * v) archive_set_option() argument [all...] |
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_bswap.c | 63 ffs_sb_swap(struct fs *o, struct fs *n) in ffs_sb_swap() 121 ffs_dinode1_swap(struct ufs1_dinode *o, struct ufs1_dinode *n) in ffs_dinode1_swap() 143 ffs_dinode2_swap(struct ufs2_dinode *o, struct ufs2_dinode *n) in ffs_dinode2_swap() 170 ffs_csum_swap(struct csum *o, struct csum *n, int size) in ffs_csum_swap() 183 ffs_csumtotal_swap(struct csum_total *o, struct csum_total *n) in ffs_csumtotal_swap() 195 ffs_cg_swap(struct cg *o, struct cg *n, struct fs *fs) in ffs_cg_swap()
|
/freebsd/sys/dev/usb/controller/ |
H A D | musb_otg_allwinner.c | 212 awusbdrd_reg(bus_size_t o) in awusbdrd_reg() 230 awusbdrd_filt(bus_size_t o) in awusbdrd_filt() 243 awusbdrd_bs_r_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_1() 256 awusbdrd_bs_r_1_noconf(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_1_noconf() 271 awusbdrd_bs_r_2(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_2() 281 awusbdrd_bs_w_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_w_1() 293 awusbdrd_bs_w_2(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_w_2() 305 awusbdrd_bs_rm_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_rm_1() 314 awusbdrd_bs_rm_4(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_rm_4() 323 awusbdrd_bs_wm_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_wm_1() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTJSONStructs.cpp | 45 ObjectMapper o(value, path); in fromJSON() local 60 ObjectMapper o(value, path); in fromJSON() local 74 ObjectMapper o(value, path); in fromJSON() local 88 ObjectMapper o(value, path); in fromJSON() local 107 ObjectMapper o(value, path); in fromJSON() local 129 ObjectMapper o(value, path); in fromJSON() local 148 ObjectMapper o(value, path); in fromJSON() local
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | sequence.c | 54 struct gss_msg_order **o, in msg_order_alloc() 79 struct gss_msg_order **o, in _gssapi_msg_order_create() 113 elem_set(struct gss_msg_order *o, unsigned int slot, OM_uint32 val) in elem_set() 119 elem_insert(struct gss_msg_order *o, in elem_insert() 141 _gssapi_msg_order_check(struct gss_msg_order *o, OM_uint32 seq_num) in _gssapi_msg_order_check() 214 _gssapi_msg_order_export(krb5_storage *sp, struct gss_msg_order *o) in _gssapi_msg_order_export() 247 struct gss_msg_order **o) in _gssapi_msg_order_import()
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 1490 #define bhnd_bus_barrier(r, o, l, f) \ argument 1496 #define bhnd_bus_read_1(r, o) \ argument 1502 #define bhnd_bus_read_multi_1(r, o, d, c) \ argument 1508 #define bhnd_bus_read_region_1(r, o, d, c) \ argument 1514 #define bhnd_bus_write_1(r, o, v) \ argument 1520 #define bhnd_bus_write_multi_1(r, o, d, c) \ argument 1526 #define bhnd_bus_write_region_1(r, o, d, c) \ argument 1532 #define bhnd_bus_read_stream_1(r, o) \ argument 1538 #define bhnd_bus_read_multi_stream_1(r, o, d, c) \ argument 1544 #define bhnd_bus_read_region_stream_1(r, o, d, c) \ argument [all …]
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 261 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 263 #define __bs_set(type, sz, t, h, o, v, c) \ argument 269 #define __bs_rs_s(sz, t, h, o) \ argument 271 #define __bs_ws_s(sz, t, h, o, v) \ argument 273 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 305 #define bus_space_subregion(t, h, o, s, hp) \ argument 320 #define bus_space_barrier(t, h, o, l, f) \ argument 342 #define bus_space_read_multi_1(t, h, o, a, c) \ argument 344 #define bus_space_read_multi_2(t, h, o, a, c) \ argument 346 #define bus_space_read_multi_4(t, h, o, a, c) \ argument [all …]
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 988 #define bus_space_read_stream_1(t, h, o) bus_space_read_1((t), (h), (o)) argument 989 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) argument 990 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) argument 992 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument 994 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument 996 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument 999 #define bus_space_write_stream_1(t, h, o, v) \ argument 1001 #define bus_space_write_stream_2(t, h, o, v) \ argument 1003 #define bus_space_write_stream_4(t, h, o, v) \ argument 1006 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 211 CreateStackTrace(ValueObjectSP o, in CreateStackTrace() 230 std::function<void(const ValueObjectSP &o, in ConvertToStructuredArray() 240 ValueObjectSP o = objects->GetChildAtIndex(i); in ConvertToStructuredArray() local 268 const StructuredData::DictionarySP &dict) { in GetRenumberedThreadIds() 368 [&thread_id_map](const ValueObjectSP &o, in RetrieveReportData() 369 const StructuredData::DictionarySP &dict) { in RetrieveReportData() 397 const StructuredData::DictionarySP &dict) { in RetrieveReportData() 430 [](const ValueObjectSP &o, const StructuredData::DictionarySP &dict) { in RetrieveReportData() 450 const StructuredData::DictionarySP &dict) { in RetrieveReportData() 478 const StructuredData::DictionarySP &dict) { in RetrieveReportData() [all …]
|
/freebsd/lib/libnetmap/ |
H A D | nmport.c | 305 #define NPOPT_PARSER(o) nmport_opt_##o##_parser argument 306 #define NPOPT_DESC(o) nmport_opt_##o##_desc argument 307 #define NPOPT_NRKEYS(o) (NPOPT_DESC(o).nr_keys) argument 308 #define NPOPT_DECL(o, f) \ argument 333 struct nmreq_opt_parser *o = k->option; in nmport_opt_key_ctor() local 345 #define NPKEY_DESC(o, k) nmport_opt_##o##_key_##k##_desc argument 346 #define NPKEY_ID(o, k) (NPKEY_DESC(o, k).id) argument 347 #define NPKEY_DECL(o, k, f) \ argument 359 #define nmport_key(p, o, k) ((p)->keys[NPKEY_ID(o, k)]) argument 360 #define nmport_defkey(p, o) ((p)->keys[NPOPT_DESC(o).default_key]) argument [all …]
|