Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dflybsd-src/sys/sys/
H A Dbus.h563 #define bus_barrier(r, o, l, f) \ argument
565 #define bus_read_1(r, o) \ argument
567 #define bus_read_multi_1(r, o, d, c) \ argument
569 #define bus_read_region_1(r, o, d, c) \ argument
571 #define bus_set_multi_1(r, o, v, c) \ argument
573 #define bus_set_region_1(r, o, v, c) \ argument
575 #define bus_write_1(r, o, v) \ argument
577 #define bus_write_multi_1(r, o, d, c) \ argument
579 #define bus_write_region_1(r, o, d, c) \ argument
581 #define bus_read_stream_1(r, o) \ argument
[all …]
/dflybsd-src/contrib/nvi2/common/
H A Doptions.h25 #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 …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdb-stabs.h79 #define DBX_SYMFILE_INFO(o) \ argument
81 #define DBX_TEXT_ADDR(o) (DBX_SYMFILE_INFO(o)->text_addr) argument
82 #define DBX_TEXT_SIZE(o) (DBX_SYMFILE_INFO(o)->text_size) argument
83 #define DBX_SYMCOUNT(o) (DBX_SYMFILE_INFO(o)->symcount) argument
84 #define DBX_STRINGTAB(o) (DBX_SYMFILE_INFO(o)->stringtab) argument
85 #define DBX_STRINGTAB_SIZE(o) (DBX_SYMFILE_INFO(o)->stringtab_size) argument
86 #define DBX_SYMTAB_OFFSET(o) (DBX_SYMFILE_INFO(o)->symtab_offset) argument
87 #define DBX_SYMBOL_SIZE(o) (DBX_SYMFILE_INFO(o)->symbol_size) argument
88 #define DBX_TEXT_SECTION(o) (DBX_SYMFILE_INFO(o)->text_section) argument
89 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section) argument
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dactbinfo.h410 #define ACPI_FLAG_OFFSET(d,f,o) (UINT16) (ACPI_OFFSET (d,f) + o) argument
414 #define ACPI_AEST0_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_AEST_PROCESSOR,f,o) argument
415 #define ACPI_AEST0D_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_AEST_NODE_INTERFACE,f,o) argument
416 #define ACPI_AEST0E_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_AEST_NODE_INTERRUPT,f,o) argument
417 #define ACPI_AGDI_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_AGDI,f,o) argument
418 #define ACPI_BGRT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_BGRT,f,o) argument
419 #define ACPI_DRTM_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_DRTM,f,o) argument
420 #define ACPI_DRTM1a_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_DRTM_RESOURCE,f,o) argument
421 #define ACPI_FADT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FADT,f,o) argument
422 #define ACPI_FACS_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FACS,f,o) argument
[all …]
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_options.c40 archive_write_set_format_option(struct archive *a, const char *m, const char *o, in archive_write_set_format_option()
49 archive_write_set_filter_option(struct archive *a, const char *m, const char *o, in archive_write_set_filter_option()
58 archive_write_set_option(struct archive *a, const char *m, const char *o, in archive_write_set_option()
75 archive_set_format_option(struct archive *_a, const char *m, const char *o, in archive_set_format_option()
92 archive_set_filter_option(struct archive *_a, const char *m, const char *o, in archive_set_filter_option()
124 archive_set_option(struct archive *a, const char *m, const char *o, in archive_set_option()
H A Darchive_read_set_options.c40 archive_read_set_format_option(struct archive *a, const char *m, const char *o, in archive_read_set_format_option()
49 archive_read_set_filter_option(struct archive *a, const char *m, const char *o, in archive_read_set_filter_option()
58 archive_read_set_option(struct archive *a, const char *m, const char *o, in archive_read_set_option()
75 archive_set_format_option(struct archive *_a, const char *m, const char *o, in archive_set_format_option()
112 archive_set_filter_option(struct archive *_a, const char *m, const char *o, in archive_set_filter_option()
127 archive_set_option(struct archive *a, const char *m, const char *o, in archive_set_option()
H A Darchive_options.c41 const char *m, const char *o, const char *v, in _archive_set_option()
76 _archive_set_either_option(struct archive *a, const char *m, const char *o, const char *v, in _archive_set_either_option()
170 parse_option(const char **s, const char **m, const char **o, const char **v) in parse_option()
/dflybsd-src/usr.sbin/makefs/ffs/
H A Dffs_bswap.c68 ffs_sb_swap(struct fs *o, struct fs *n) in ffs_sb_swap()
128 ffs_dinode1_swap(struct ufs1_dinode *o, struct ufs1_dinode *n) in ffs_dinode1_swap()
151 ffs_dinode2_swap(struct ufs2_dinode *o, struct ufs2_dinode *n) in ffs_dinode2_swap()
179 ffs_csum_swap(struct csum *o, struct csum *n, int size) in ffs_csum_swap()
192 ffs_csumtotal_swap(struct csum_total *o, struct csum_total *n) in ffs_csumtotal_swap()
204 ffs_cg_swap(struct cg *o, struct cg *n, struct fs *fs) in ffs_cg_swap()
/dflybsd-src/sys/cpu/x86_64/include/
H A Dbus_dma.h907 #define bus_space_read_stream_1(t, h, o) bus_space_read_1((t), (h), (o)) argument
908 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) argument
909 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) argument
911 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
913 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
915 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
918 #define bus_space_write_stream_1(t, h, o, v) \ argument
920 #define bus_space_write_stream_2(t, h, o, v) \ argument
922 #define bus_space_write_stream_4(t, h, o, v) \ argument
925 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument
[all …]
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dquotearg.c122 clone_quoting_options (struct quoting_options *o) in clone_quoting_options()
133 get_quoting_style (struct quoting_options *o) in get_quoting_style()
141 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
152 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting()
191 struct quoting_options const *o) in quotearg_buffer_restyled()
533 struct quoting_options const *o) in quotearg_buffer()
547 struct quoting_options const *o) in quotearg_alloc()
639 struct quoting_options o; in quoting_options_from_style() local
648 struct quoting_options const o = quoting_options_from_style (s); in quotearg_n_style() local
656 struct quoting_options const o = quoting_options_from_style (s); in quotearg_n_style_mem() local
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-objfile.c59 objfpy_dealloc (PyObject *o) in objfpy_dealloc()
95 objfpy_get_printers (PyObject *o, void *ignore) in objfpy_get_printers()
104 objfpy_set_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_printers()
135 objfpy_get_type_printers (PyObject *o, void *ignore) in objfpy_get_type_printers()
146 objfpy_set_type_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_type_printers()
H A Dpy-progspace.c103 pspy_get_printers (PyObject *o, void *ignore) in pspy_get_printers()
112 pspy_set_printers (PyObject *o, PyObject *value, void *ignore) in pspy_set_printers()
143 pspy_get_type_printers (PyObject *o, void *ignore) in pspy_get_type_printers()
154 pspy_set_type_printers (PyObject *o, PyObject *value, void *ignore) in pspy_set_type_printers()
/dflybsd-src/contrib/grep/lib/
H A Dquotearg.c122 clone_quoting_options (struct quoting_options *o) in clone_quoting_options()
133 get_quoting_style (struct quoting_options const *o) in get_quoting_style()
141 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
152 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting()
168 set_quoting_flags (struct quoting_options *o, int i) in set_quoting_flags()
179 set_custom_quoting (struct quoting_options *o, in set_custom_quoting()
195 struct quoting_options o = { literal_quoting_style, 0, { 0 }, NULL, NULL }; in quoting_options_from_style() local
786 struct quoting_options const *o) in quotearg_buffer()
800 struct quoting_options const *o) in quotearg_alloc()
813 struct quoting_options const *o) in quotearg_alloc_mem()
[all …]
/dflybsd-src/crypto/libressl/include/openssl/
H A Ddes.h98 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
101 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
104 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
107 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/dflybsd-src/usr.sbin/ppp/
H A Ddeflate.c435 DeflateDispOpts(struct fsm_opt *o) in DeflateDispOpts()
444 DeflateInitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateInitOptsOutput()
453 DeflateSetOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateSetOptsOutput()
468 DeflateSetOptsInput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateSetOptsInput()
490 DeflateInitInput(struct bundle *bundle __unused, struct fsm_opt *o) in DeflateInitInput()
513 DeflateInitOutput(struct bundle *bundle __unused, struct fsm_opt *o) in DeflateInitOutput()
H A Dmppe.c383 MPPEDispOpts(struct fsm_opt *o) in MPPEDispOpts()
513 MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPEInitOptsOutput()
537 MPPESetOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsOutput()
576 MPPESetOptsInput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsInput()
646 MPPE_InitState(struct fsm_opt *o) in MPPE_InitState()
680 MPPEInitInput(struct bundle *bundle __unused, struct fsm_opt *o) in MPPEInitInput()
736 MPPEInitOutput(struct bundle *bundle __unused, struct fsm_opt *o) in MPPEInitOutput()
/dflybsd-src/contrib/nvi2/regex/
H A Dregexec.c74 #define INIT(o, n) ((o) = (unsigned)1 << (n)) argument
75 #define INC(o) ((o) <<= 1) argument
76 #define ISSTATEIN(v, o) ((v) & (o)) argument
123 #define INIT(o, n) ((o) = (n)) argument
124 #define INC(o) ((o)++) argument
125 #define ISSTATEIN(v, o) ((v)[o]) argument
/dflybsd-src/contrib/less/
H A Doption.c37 static constant char * opt_desc(struct loption *o) in opt_desc()
65 struct loption *o; in scan_option() local
313 public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle) in toggle_option()
512 public int opt_has_param(struct loption *o) in opt_has_param()
525 public constant char * opt_prompt(struct loption *o) in opt_prompt()
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dobjalloc.c115 _objalloc_alloc (struct objalloc *o, unsigned long len) in _objalloc_alloc()
170 objalloc_free (struct objalloc *o) in objalloc_free()
191 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dobjalloc.c115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc()
177 objalloc_free (struct objalloc *o) in objalloc_free()
198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dobjalloc.c115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc()
177 objalloc_free (struct objalloc *o) in objalloc_free()
198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dobjalloc.c115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc()
177 objalloc_free (struct objalloc *o) in objalloc_free()
198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dobjalloc.c115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc()
177 objalloc_free (struct objalloc *o) in objalloc_free()
198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/tcp_wrappers/
H A Doptions.c101 #define need_arg(o) ((o)->flags & NEED_ARG) argument
102 #define opt_arg(o) ((o)->flags & OPT_ARG) argument
103 #define permit_arg(o) ((o)->flags & (NEED_ARG | OPT_ARG)) argument
104 #define use_last(o) ((o)->flags & USE_LAST) argument
105 #define expand_arg(o) ((o)->flags & EXPAND_ARG) argument
/dflybsd-src/games/tetris/
H A Dshapes.c86 const int *o = shape->off; in fits_in() local
101 const int *o = shape->off; in place() local

12345678910>>...13