| /freebsd-14.2/contrib/kyua/store/ |
| H A D | layout_test.cpp | 48 namespace layout = store::layout; 140 layout::find_results(id1).str()); in ATF_TEST_CASE_BODY() 144 layout::find_results(id2).str()); in ATF_TEST_CASE_BODY() 148 layout::find_results(id1).str()); in ATF_TEST_CASE_BODY() 152 layout::find_results(id1).str()); in ATF_TEST_CASE_BODY() 197 layout::find_results("foo_bar")); in ATF_TEST_CASE_BODY() 204 layout::find_results("foo_bar")); in ATF_TEST_CASE_BODY() 221 layout::find_results("foo_bar")); in ATF_TEST_CASE_BODY() 235 const layout::results_id_file_pair results = layout::new_db( in ATF_TEST_CASE_BODY() 251 const layout::results_id_file_pair results = layout::new_db( in ATF_TEST_CASE_BODY() [all …]
|
| H A D | layout.cpp | 50 namespace layout = store::layout; 70 const fs::path store_dir = layout::query_store_dir(); in find_latest() 127 const char* layout::results_auto_create_name = "NEW"; 133 const char* layout::results_auto_open_name = "LATEST"; 144 layout::find_results(const std::string& id) in find_results() 183 layout::results_id_file_pair 184 layout::new_db(const std::string& id, const fs::path& root) in new_db() 212 layout::new_db_for_migration(const fs::path& root, in new_db_for_migration() 230 layout::query_store_dir(void) in query_store_dir() 251 layout::test_suite_for_path(const fs::path& path) in test_suite_for_path()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpEmitter.cpp | 140 Range.Entry.Memory = layout(File, Range.Content); in layout() 146 M.Entry.CvRecord = layout(File, M.CvRecord); in layout() 147 M.Entry.MiscRecord = layout(File, M.MiscRecord); in layout() 151 T.Entry.Stack.Memory = layout(File, T.Stack); in layout() 152 T.Entry.Context = layout(File, T.Context); in layout() 156 static size_t layout(BlobAllocator &File, in layout() function 168 layout(File, E); in layout() 191 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout() 194 DataEnd = layout(File, cast<ModuleListStream>(S)); in layout() 217 DataEnd = layout(File, cast<ThreadListStream>(S)); in layout() [all …]
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | tbl_data.c | 66 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next; in getdata() 83 dp->layout->last->next = cp; in getdata() 84 cp->col = dp->layout->last->col + 1; in getdata() 85 dp->layout->last = cp; in getdata() 96 dat->layout = cp; in getdata() 119 pdat->layout->col < dat->layout->col) in getdata() 188 if ((dat->layout->pos == TBL_CELL_HORIZ || in getdata() 190 dat->layout->pos == TBL_CELL_DOWN) && in getdata() 234 if (dat->layout->pos == TBL_CELL_DOWN) in tbl_cdata() 247 dp->layout = rp; in newspan() [all …]
|
| H A D | tbl_term.c | 279 cp = cpn = sp->layout->first; in term_tbl() 310 uvert = dvert = sp->layout->vert; in term_tbl() 312 dvert < sp->next->layout->vert) in term_tbl() 313 dvert = sp->next->layout->vert; in term_tbl() 317 uvert = sp->prev->layout->vert; in term_tbl() 337 cp = sp->layout->first; in term_tbl() 339 sp->next->layout->first; in term_tbl() 341 sp->prev->layout->first; in term_tbl() 821 ic = dp->layout->col; in tbl_literal() 829 switch (dp->layout->pos) { in tbl_literal() [all …]
|
| H A D | out.c | 153 icol = dp->layout->col; in tblcalc() 157 col->flags |= dp->layout->flags; in tblcalc() 158 if (dp->layout->flags & TBL_CELL_WIGN) in tblcalc() 163 if (dp->layout->wstr != NULL && in tblcalc() 164 dp->layout->width == 0 && in tblcalc() 167 dp->layout->width = in tblcalc() 169 if (col->width < dp->layout->width) in tblcalc() 170 col->width = dp->layout->width; in tblcalc() 174 col->spacing = dp->layout->spacing; in tblcalc() 185 dp->layout->width ? dp->layout->width : in tblcalc() [all …]
|
| H A D | tbl_html.c | 146 switch (sp->layout->vert) { in print_tbl() 187 cp = dp->layout; in print_tbl() 247 if (dp->layout->pos == TBL_CELL_HORIZ || in print_tbl() 248 dp->layout->pos == TBL_CELL_DHORIZ || in print_tbl() 254 html_setfont(h, dp->layout->font); in print_tbl() 255 if (dp->layout->pos == TBL_CELL_LONG) in print_tbl() 258 if (dp->layout->pos == TBL_CELL_NUMBER) { in print_tbl() 259 col = h->tbl.cols + dp->layout->col; in print_tbl()
|
| /freebsd-14.2/contrib/ntp/ntpdc/ |
| H A D | Makefile.am | 7 EXTRA_PROGRAMS= ntpdc ntpdc-layout 8 EXTRA_DATA= check-layout 36 check-layout \ 37 layout.here \ 39 ntpdc-layout \ 49 layout.std \ 139 ntpdc-layout.o: nl.c 141 layout.here: ntpdc-layout 142 $(AM_V_at)./ntpdc-layout > $@ 144 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here [all …]
|
| H A D | Makefile.in | 166 ntpdc_layout_SOURCES = ntpdc-layout.c 539 EXTRA_DATA = check-layout 553 CLEANFILES = check-layout layout.here nl.c ntpdc-layout .version \ 560 layout.std \ 794 @rm -f ntpdc-layout$(EXEEXT) 1085 -rm -f ./$(DEPDIR)/ntpdc-layout.Po 1232 ntpdc-layout.o: nl.c 1234 layout.here: ntpdc-layout 1235 $(AM_V_at)./ntpdc-layout > $@ 1237 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here [all …]
|
| /freebsd-14.2/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_data_sprom.c | 144 if (*magic != layout->magic_value) in bhnd_nvram_sprom_check_magic() 181 const bhnd_sprom_layout *layout; in bhnd_nvram_sprom_ident() local 190 layout = &bhnd_sprom_layouts[i]; in bhnd_nvram_sprom_ident() 205 if (nbytes > layout->size) in bhnd_nvram_sprom_ident() 208 nread = layout->size - nbytes; in bhnd_nvram_sprom_ident() 243 if (srev != layout->rev) in bhnd_nvram_sprom_ident() 276 *ident = layout; in bhnd_nvram_sprom_ident() 292 const bhnd_sprom_layout *layout; in bhnd_nvram_sprom_probe() local 306 const bhnd_sprom_layout *layout; in bhnd_nvram_sprom_getvar_direct() local 623 layout = NULL; in bhnd_nvram_sprom_serialize() [all …]
|
| H A D | bhnd_nvram_data_spromvar.h | 55 const bhnd_sprom_layout *layout); 125 const bhnd_sprom_layout *layout; /**< SPROM layout */ member 175 const bhnd_sprom_layout *layout; /**< layout definition */ member
|
| H A D | bhnd_nvram_data_sprom_subr.c | 70 (_state)->input - (_state)->layout->bindings, ##__VA_ARGS__) 85 const struct bhnd_sprom_layout *layout) in bhnd_sprom_opcode_init() argument 93 state->layout = layout; in bhnd_sprom_opcode_init() 102 num_idx = state->layout->num_vars; in bhnd_sprom_opcode_init() 163 state->input = state->layout->bindings; in bhnd_sprom_opcode_reset() 167 bit_set(state->revs, state->layout->rev); in bhnd_sprom_opcode_reset() 324 opcodes = (state->input - state->layout->bindings); in bhnd_sprom_opcode_init_entry() 347 BHND_NV_ASSERT(entry->opcodes < state->layout->bindings_size, in bhnd_sprom_opcode_seek() 355 state->input = state->layout->bindings + entry->opcodes; in bhnd_sprom_opcode_seek() 893 return (bit_test(state->revs, state->layout->rev)); in bhnd_sprom_opcode_matches_layout_rev()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 221 <data-member access='public' layout-offset-in-bits='0'> 224 <data-member access='public' layout-offset-in-bits='32'> 227 <data-member access='public' layout-offset-in-bits='64'> 590 <data-member access='public' layout-offset-in-bits='0'> 598 <data-member access='public' layout-offset-in-bits='0'> 774 <data-member access='public' layout-offset-in-bits='0'> 788 <data-member access='public' layout-offset-in-bits='0'> 808 <data-member access='public' layout-offset-in-bits='0'> 828 <data-member access='public' layout-offset-in-bits='0'> 964 <data-member access='public' layout-offset-in-bits='0'> [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/nvmem/layouts/ |
| H A D | onie,tlv-layout.yaml | 4 $id: http://devicetree.org/schemas/nvmem/layouts/onie,tlv-layout.yaml# 7 title: NVMEM layout of the ONIE tlv table 26 const: onie,tlv-layout 116 nvmem-layout { 117 compatible = "onie,tlv-layout"; 137 nvmem-layout { 138 compatible = "onie,tlv-layout";
|
| H A D | nvmem-layout.yaml | 4 $id: http://devicetree.org/schemas/nvmem/layouts/nvmem-layout.yaml# 18 perform their parsing. The nvmem-layout container is here to describe these. 22 - $ref: onie,tlv-layout.yaml
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 675 <data-member access='public' layout-offset-in-bits='0'> 687 <data-member access='public' layout-offset-in-bits='0'> 1108 <data-member access='public' layout-offset-in-bits='0'> 1116 <data-member access='public' layout-offset-in-bits='0'> 1280 <data-member access='public' layout-offset-in-bits='0'> 1288 <data-member access='public' layout-offset-in-bits='0'> 1305 <data-member access='public' layout-offset-in-bits='0'> 1315 <data-member access='public' layout-offset-in-bits='0'> 1343 <data-member access='public' layout-offset-in-bits='0'> 1366 <data-member access='public' layout-offset-in-bits='0'> [all …]
|
| /freebsd-14.2/contrib/kyua/cli/ |
| H A D | cmd_db_migrate.cpp | 46 namespace layout = store::layout; 74 const fs::path results_file = layout::find_results( in run()
|
| H A D | cmd_report_junit.cpp | 49 namespace layout = store::layout; 77 const fs::path results_file = layout::find_results( in run()
|
| H A D | cmd_test.cpp | 50 namespace layout = store::layout; 146 const layout::results_id_file_pair results = layout::new_db( in run()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libuutil/ |
| H A D | libuutil.abi | 592 <data-member access='public' layout-offset-in-bits='0'> 600 <data-member access='public' layout-offset-in-bits='0'> 807 <data-member access='public' layout-offset-in-bits='0'> 821 <data-member access='public' layout-offset-in-bits='0'> 841 <data-member access='public' layout-offset-in-bits='0'> 861 <data-member access='public' layout-offset-in-bits='0'> 916 <data-member access='public' layout-offset-in-bits='0'> 1007 <data-member access='public' layout-offset-in-bits='0'> 1169 <data-member access='public' layout-offset-in-bits='0'> 1177 <data-member access='public' layout-offset-in-bits='0'> [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | libzfsbootenv.abi | 48 <data-member access='public' layout-offset-in-bits='0'> 51 <data-member access='public' layout-offset-in-bits='32'> 54 <data-member access='public' layout-offset-in-bits='64'> 57 <data-member access='public' layout-offset-in-bits='128'> 60 <data-member access='public' layout-offset-in-bits='160'> 82 <data-member access='public' layout-offset-in-bits='0'> 85 <data-member access='public' layout-offset-in-bits='64'> 88 <data-member access='public' layout-offset-in-bits='128'> 91 <data-member access='public' layout-offset-in-bits='192'> 94 <data-member access='public' layout-offset-in-bits='256'> [all …]
|
| /freebsd-14.2/tools/lua/ |
| H A D | template.lua | 243 function template.new(view, layout) 252 if layout then 253 if type(layout) == "table" then 258 layout.blocks = context.blocks or {} 259 layout.view = context.view or EMPTY 260 layout:render() 266 layout.blocks = context.blocks or {} 267 layout.view = context.view 268 return tostring(layout) 275 template.render(layout, context) [all …]
|
| /freebsd-14.2/usr.sbin/bhyve/kbdlayout/ |
| H A D | am | 1 # bhyve ps2kbd keyboard layout file 2 # (am : Armenian phonetic layout)
|
| H A D | us_emacs | 1 # bhyve ps2kbd keyboard layout file 2 # (us_emacs : United States of America Emacs optimized layout)
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.abi | 312 <data-member access='public' layout-offset-in-bits='0'> 333 <data-member access='public' layout-offset-in-bits='0'> 362 <data-member access='public' layout-offset-in-bits='0'> 408 <data-member access='public' layout-offset-in-bits='0'> 437 <data-member access='public' layout-offset-in-bits='0'> 527 <data-member access='public' layout-offset-in-bits='0'> 610 <data-member access='public' layout-offset-in-bits='0'> 618 <data-member access='public' layout-offset-in-bits='0'> 626 <data-member access='public' layout-offset-in-bits='0'> 634 <data-member access='public' layout-offset-in-bits='0'> [all …]
|