Searched refs:preamble (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dwandboard-dual.dts66 phy-disable-preamble;
H A Dwandboard-quad.dts66 phy-disable-preamble;
H A Dwandboard-solo.dts66 phy-disable-preamble;
H A Dapalis-imx6.dts83 phy-disable-preamble;
H A Dvybrid.dtsi269 phy-disable-preamble;
289 phy-disable-preamble;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c795 uint_t preamble; local
848 preamble = ip_hdr_length_v6(data_mp, ip6h);
850 preamble = sizeof (ip6_t);
859 preamble = IPH_HDR_LENGTH(ipha);
865 esph = (esph_t *)(data_mp->b_rptr + preamble);
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c37 static char *preamble = variable
217 FPUT_ERR(fputs(preamble, f));
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c198 static void preamble(void);
555 preamble();
620 preamble(void) function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c5067 int preamble, postamble; local
5090 preamble = 0;
5092 preamble = P2PHASE(offset, blksz);
5093 if (preamble) {
5094 preamble = blksz - preamble;
5095 size -= preamble;
5104 (preamble != 0) + fullblk + (postamble != 0));
5105 DTRACE_PROBE3(zfs_reqzcbuf_align, int, preamble,
5107 (preamble !
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_discovery.c2167 char *preamble; local
2201 preamble = gettext("\n These slices are not usable, %s:\n\n");
2207 oprintf(OUTPUT_VERBOSE, preamble,
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1409 uint32_t preamble; member in struct:iwn_tx_stats
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c1763 * XXX preamble installed after set fixed rate cmd
1766 mwl_hal_setradio(struct mwl_softc *sc, int onoff, MWL_HAL_PREAMBLE preamble) argument
1777 pCmd->Control = LE_16(preamble);
4041 IEEE80211_C_SHPREAMBLE | /* short preamble supported */
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2577 % Contents of each column will wrap at width given in preamble. Width
2583 % To make preamble:
2641 % Macros used to set up halign preamble:
2742 % This preamble sets up a generic column definition, which will
2760 % If the user has set preamble in terms of percent of \hsize we will
2772 % If user has not set preamble in terms of percent of \hsize

Completed in 508 milliseconds