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

/freebsd-9.3-release/crypto/openssl/util/
H A Dmksdef.pl12 my $preamble = "";
52 $preamble .= $_ unless $started;
65 write_def("ms/libosslfips.def", "LIBOSSLFIPS", $preamble, \@fipsdll);
66 write_def("ms/libeayfips.def", "", $preamble, \@fipsrest);
71 my ($fnam, $defname, $preamble, $rdefs) = @_;
76 $preamble =~ s/LIBEAY32/$defname/g;
77 $preamble =~ s/LIBEAY/$defname/g;
79 print OUT $preamble;
H A Dmk1mf.pl519 $defs .= $preamble if defined $preamble;
/freebsd-9.3-release/crypto/openssl/util/pl/
H A DOS2-EMX.pl10 $preamble = "SHELL=sh\n";
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-smix-defs.h177 uint64_t preamble : 1; /**< Send PREAMBLE on SMI transacton member in struct:cvmx_smix_clk::cvmx_smix_clk_s
191 uint64_t preamble : 1;
219 uint64_t preamble : 1; /**< Send PREAMBLE on SMI transacton */ member in struct:cvmx_smix_clk::cvmx_smix_clk_cn30xx
230 uint64_t preamble : 1;
H A Dcvmx-higig.h87 01 = Pure preamble - IEEE standard framing of 10GE
355 /* Disable GMX preamble checking */
365 /* Setup GMX TX to not add a preamble */
367 gmx_tx_append.s.preamble = 0;
H A Dcvmx-mdio.h331 smi_clk.s.preamble = 1;
H A Dcvmx-agl-defs.h1913 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
1967 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
2879 * (3) Assume that the preamble/sfd is always at the start of the frame - even
2880 * before UDD bytes. In most cases, there will be no preamble in these
3220 uint64_t preamble : 1; /**< Prepend the Ethernet preamble on each transfer */ member in struct:cvmx_agl_gmx_txx_append::cvmx_agl_gmx_txx_append_s
3222 uint64_t preamble : 1;
H A Dcvmx-gmxx-defs.h3032 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
3080 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
3112 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
3153 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
3198 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
3246 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
3312 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
5074 * (3) Assume that the preamble/sfd is always at the start of the frame - even
5075 * before UDD bytes. In most cases, there will be no preamble in these
5697 uint64_t preamble member in struct:cvmx_gmxx_txx_append::cvmx_gmxx_txx_append_s
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_drv_ops.c187 int preamble; local
223 hapd->iconf->preamble == SHORT_PREAMBLE)
224 preamble = SHORT_PREAMBLE;
226 preamble = LONG_PREAMBLE;
227 if (hostapd_set_preamble(hapd, preamble)) {
228 wpa_printf(MSG_ERROR, "Could not set preamble for kernel "
H A Dap_config.h334 } preamble; member in struct:hostapd_config
H A Dbeacon.c61 hapd->iconf->preamble == LONG_PREAMBLE)
H A Dieee802_11.c112 hapd->iconf->preamble == SHORT_PREAMBLE)
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dkeyword-gen.c311 char preamble[] = local
328 printf(preamble, timestamp);
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp134 void preamble();
211 preamble();
465 void dvi_printer::preamble() function in class:dvi_printer
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h282 * if radio is enabled, the preamble is set too.
289 int mwl_hal_setradio(struct mwl_hal *mh, int onoff, MWL_HAL_PREAMBLE preamble);
H A Dmwlhal.c726 * XXX preamble installed after set fixed rate cmd
729 mwl_hal_setradio(struct mwl_hal *mh0, int onoff, MWL_HAL_PREAMBLE preamble) argument
742 pCmd->Control = htole16(preamble);
/freebsd-9.3-release/sys/dev/malo/
H A Dif_malohal.c634 * XXX preamble installed after set fixed rate cmd
638 enum malo_hal_preamble preamble)
651 cmd->control = htole16(preamble);
637 malo_hal_setradio(struct malo_hal *mh, int onoff, enum malo_hal_preamble preamble) argument
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c5336 int preamble, postamble; local
5359 preamble = 0;
5361 preamble = P2PHASE(offset, blksz);
5362 if (preamble) {
5363 preamble = blksz - preamble;
5364 size -= preamble;
5373 (preamble != 0) + fullblk + (postamble != 0));
5374 DTRACE_PROBE3(zfs_reqzcbuf_align, int, preamble,
5376 (preamble !
[all...]
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1766 } else if (os_strcmp(buf, "preamble") == 0) {
1768 conf->preamble = SHORT_PREAMBLE;
1770 conf->preamble = LONG_PREAMBLE;
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnreg.h1279 uint32_t preamble; member in struct:iwn_tx_stats
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2504 % Contents of each column will wrap at width given in preamble. Width
2510 % To make preamble:
2568 % Macros used to set up halign preamble:
2669 % This preamble sets up a generic column definition, which will
2687 % If the user has set preamble in terms of percent of \hsize we will
2699 % If user has not set preamble in terms of percent of \hsize
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2678 % Contents of each column will wrap at width given in preamble. Width
2684 % To make preamble:
2742 % Macros used to set up halign preamble:
2843 % This preamble sets up a generic column definition, which will
2861 % If the user has set preamble in terms of percent of \hsize we will
2873 % If user has not set preamble in terms of percent of \hsize
/freebsd-9.3-release/contrib/groff/doc/
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 604 milliseconds