HomeSort by: relevance | last modified time | path
    Searched defs:geom (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/ews4800mips/ews4800mips/
pdinfo.c 81 const struct disk_geometory *geom = &disk->geometory; local
90 #define _(x) DPRINTF(#x " = %d\n", geom->x);
pdinfo.c 81 const struct disk_geometory *geom = &disk->geometory; local
90 #define _(x) DPRINTF(#x " = %d\n", geom->x);
  /src/usr.sbin/makefs/v7fs/
v7fs_estimate.c 124 estimate_size_walk(fsnode *root, char *dir, struct v7fs_geometry *geom)
136 nentries++, geom->ninode++) {
145 n = estimate_size_walk(cur->child, dir, geom);
149 geom->ndatablock += nblk;
150 geom->npuredatablk +=
158 geom->ndatablock += nblk;
159 geom->npuredatablk +=
167 geom->ndatablock += nblk;
168 geom->npuredatablk += nblk;
177 calculate_fs_size(const struct v7fs_geometry *geom)
258 struct v7fs_geometry geom; local
    [all...]
v7fs_estimate.c 124 estimate_size_walk(fsnode *root, char *dir, struct v7fs_geometry *geom)
136 nentries++, geom->ninode++) {
145 n = estimate_size_walk(cur->child, dir, geom);
149 geom->ndatablock += nblk;
150 geom->npuredatablk +=
158 geom->ndatablock += nblk;
159 geom->npuredatablk +=
167 geom->ndatablock += nblk;
168 geom->npuredatablk += nblk;
177 calculate_fs_size(const struct v7fs_geometry *geom)
258 struct v7fs_geometry geom; local
    [all...]
  /src/sys/arch/zaurus/dev/
w100.c 62 const struct w100_panel_geometry *geom; member in struct:__anon2265
66 const struct w100_panel_geometry *geom);
70 const struct w100_panel_geometry *geom);
75 const struct w100_panel_geometry *geom);
83 const struct w100_panel_geometry *geom)
86 sc->geometry = geom;
87 switch (geom->rotate) {
89 sc->display_width = geom->panel_height;
90 sc->display_height = geom->panel_width;
97 sc->display_width = geom->panel_height
    [all...]
w100.c 62 const struct w100_panel_geometry *geom; member in struct:__anon2265
66 const struct w100_panel_geometry *geom);
70 const struct w100_panel_geometry *geom);
75 const struct w100_panel_geometry *geom);
83 const struct w100_panel_geometry *geom)
86 sc->geometry = geom;
87 switch (geom->rotate) {
89 sc->display_width = geom->panel_height;
90 sc->display_height = geom->panel_width;
97 sc->display_width = geom->panel_height
    [all...]
  /src/sys/arch/arm/imx/
imx51_ipuv3.c 365 const struct lcd_panel_geometry *geom = sc->geometry; local
375 div = (ipuclk * 16) / geom->pixel_clk;
414 __DI_SW_GEN0(geom->panel_width + geom->hsync_width +
415 geom->left + geom->right - 1, 1, 0, 0),
421 __DI_SW_GEN0(geom->panel_width + geom->hsync_width +
422 geom->left + geom->right - 1, 1, 0, 1)
733 const struct lcd_panel_geometry *geom = sc->geometry; local
    [all...]
imx51_ipuv3.c 365 const struct lcd_panel_geometry *geom = sc->geometry; local
375 div = (ipuclk * 16) / geom->pixel_clk;
414 __DI_SW_GEN0(geom->panel_width + geom->hsync_width +
415 geom->left + geom->right - 1, 1, 0, 0),
421 __DI_SW_GEN0(geom->panel_width + geom->hsync_width +
422 geom->left + geom->right - 1, 1, 0, 1)
733 const struct lcd_panel_geometry *geom = sc->geometry; local
    [all...]
  /src/sys/kern/
subr_disk.c 736 prop_dictionary_t disk_info, odisk_info, geom; local
739 geom = prop_dictionary_create();
741 prop_dictionary_set_uint64(geom, "sectors-per-unit",
744 prop_dictionary_set_uint32(geom, "sector-size", dg->dg_secsize);
747 prop_dictionary_set_uint16(geom, "sectors-per-track",
751 prop_dictionary_set_uint16(geom, "tracks-per-cylinder",
755 prop_dictionary_set_uint64(geom, "cylinders-per-unit",
759 prop_dictionary_set_uint32(geom, "physical-sector-size",
761 prop_dictionary_set_uint32(geom, "aligned-sector",
765 prop_dictionary_set(disk_info, "geometry", geom);
    [all...]
subr_disk.c 736 prop_dictionary_t disk_info, odisk_info, geom; local
739 geom = prop_dictionary_create();
741 prop_dictionary_set_uint64(geom, "sectors-per-unit",
744 prop_dictionary_set_uint32(geom, "sector-size", dg->dg_secsize);
747 prop_dictionary_set_uint16(geom, "sectors-per-track",
751 prop_dictionary_set_uint16(geom, "tracks-per-cylinder",
755 prop_dictionary_set_uint64(geom, "cylinders-per-unit",
759 prop_dictionary_set_uint32(geom, "physical-sector-size",
761 prop_dictionary_set_uint32(geom, "aligned-sector",
765 prop_dictionary_set(disk_info, "geometry", geom);
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.c 80 const struct lcd_panel_geometry *geom; member in struct:__anon1205
159 const struct lcd_panel_geometry *geom)
203 if ((geom->panel_info & LCDPANEL_ACTIVE) ||
204 ((geom->panel_info & (LCDPANEL_MONOCHROME|LCDPANEL_DUAL)) ==
208 } else if ((geom->panel_info & LCDPANEL_DUAL) ||
209 !(geom->panel_info & LCDPANEL_MONOCHROME)) {
220 pxa2x0_lcd_geometry(sc, geom);
228 struct pxaip_attach_args *pxa, const struct lcd_panel_geometry *geom)
263 pxa2x0_lcd_initialize(sc, geom);
282 pxa2x0_lcd_setup_rasops(sc, ri, descr, geom);
    [all...]
pxa2x0_lcd.c 80 const struct lcd_panel_geometry *geom; member in struct:__anon1205
159 const struct lcd_panel_geometry *geom)
203 if ((geom->panel_info & LCDPANEL_ACTIVE) ||
204 ((geom->panel_info & (LCDPANEL_MONOCHROME|LCDPANEL_DUAL)) ==
208 } else if ((geom->panel_info & LCDPANEL_DUAL) ||
209 !(geom->panel_info & LCDPANEL_MONOCHROME)) {
220 pxa2x0_lcd_geometry(sc, geom);
228 struct pxaip_attach_args *pxa, const struct lcd_panel_geometry *geom)
263 pxa2x0_lcd_initialize(sc, geom);
282 pxa2x0_lcd_setup_rasops(sc, ri, descr, geom);
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_txp.c 416 struct txp_pkt_geom geom; member in struct:txp_pkt
886 ? pkt[enc_level - 1].geom.hwm
889 pkt[enc_level].geom.hwm = running_total;
915 pkt[enc_level].geom.hwm = running_total
917 + pkt[enc_level].geom.pkt_overhead;
943 && pkt[enc_level].geom.adata.allow_padding
948 total_dgram_size += pkt[enc_level].geom.pkt_overhead
1309 struct txp_pkt_geom *geom)
1314 if (!txp_get_archetype_data(enc_level, archetype, &geom->adata))
1377 if (!txp_determine_ppl_from_pl(txp, cmpl, enc_level, hdr_len, &geom->cmppl)
    [all...]
quic_txp.c 416 struct txp_pkt_geom geom; member in struct:txp_pkt
886 ? pkt[enc_level - 1].geom.hwm
889 pkt[enc_level].geom.hwm = running_total;
915 pkt[enc_level].geom.hwm = running_total
917 + pkt[enc_level].geom.pkt_overhead;
943 && pkt[enc_level].geom.adata.allow_padding
948 total_dgram_size += pkt[enc_level].geom.pkt_overhead
1309 struct txp_pkt_geom *geom)
1314 if (!txp_get_archetype_data(enc_level, archetype, &geom->adata))
1377 if (!txp_determine_ppl_from_pl(txp, cmpl, enc_level, hdr_len, &geom->cmppl)
    [all...]

Completed in 33 milliseconds