HomeSort by: relevance | last modified time | path
    Searched refs:fragment (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/arch/arm/dts/overlays/
sunxi-h3-h5-nanopi-neo-nas-dock.dts 45 fragment@0 {
52 fragment@1 {
60 fragment@2 {
67 fragment@3 {
75 fragment@4 {
92 fragment@5 {
sunxi-h3-h5-orangepi-zero-nas.dts 43 fragment@0 {
50 fragment@1 {
  /src/compat/
m32.mk 4 # Makefile fragment to help implement a set of 'cc -m32' libraries.
exec.mk 3 # this makefile fragment can be included to modify the default
  /src/lib/libc/
libcincludes.mk 3 # Makefile fragment shared across several parts that want to look
  /src/sys/compat/netbsd32/
netbsd32.mk 3 # makefile fragment that tells you if you should support netbsd32 or not.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
cros-ec-keyboard.dtsi 3 * Keyboard dts fragment for devices that use cros-ec-keyboard
rk3288-veyron-analog-audio.dtsi 3 * Google Veyron (and derivatives) fragment for the max98090 audio
rk3288-veyron-edp.dtsi 3 * Google Veyron (and derivatives) fragment for the edp displays
rk3288-veyron-sdmmc.dtsi 3 * Google Veyron (and derivatives) fragment for sdmmc cards
  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 17 * overlay_get_target_phandle - retrieves the target phandle of a fragment
19 * @fragment: node offset of the fragment in the overlay
22 * overlay fragment when that fragment uses a phandle (target
30 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment)
35 val = fdt_getprop(fdto, fragment, "target", &len);
46 * overlay_get_target - retrieves the offset of a fragment's target
49 * @fragment: node offset of the fragment in the overla
622 int fragment; local in function:overlay_merge
698 int root_sym, ov_sym, prop, path_len, fragment, target; local in function:overlay_symbol_update
    [all...]
  /src/tests/libexec/ld.elf_so/
helper.mk 3 # Makefile fragment for building a helper library used by ld.elf_so
  /src/tools/compat/
defs.mk.in 3 # Makefile fragment for building with libnbcompat and associated
  /src/sys/dev/pci/
if_vmxreg.h 164 uint32_t fragment:1; /* IP fragment */ member in struct:vmxnet3_rxcompdesc
if_iwnreg.h 1373 uint32_t fragment; member in struct:iwn_rx_ht_phy_stats
if_vmx.c 2301 if (rxcd->fragment)
  /src/usr.sbin/sysinst/
msg.mi.fr 1413 message ptn_fsize {taille de fragment}
1426 {S�lectionnez la taille de fragment du syst�me de fichiers}
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 1230 __u8 fragment:1; member in struct:cpl_rx_pkt
1232 __u8 fragment:1; member in struct:cpl_rx_pkt
  /src/sys/dist/pf/net/
pf_norm.c 87 #define PFFRAG_SEENLAST 0x0001 /* Seen the last fragment for this */
88 #define PFFRAG_NOBUFFER 0x0002 /* Non-buffering fragment cache */
97 u_int8_t fr_p; /* protocol of this fragment */
99 u_int16_t fr_id; /* fragment id for reassemble */
100 u_int16_t fr_max; /* fragment data max */
340 /* Removes a fragment from the fragment queue and frees the fragment */
398 /* We do not have a previous fragment */
404 * Find a fragment after the current one
    [all...]
  /src/sys/netinet/
ip_output.c 699 /* Need to fragment the packet */
702 goto fragment;
751 fragment:
753 * We can't use HW checksumming if we're about to fragment the packet.
766 * Too large for interface; fragment if possible.
767 * Must be able to put at least 8 bytes per fragment.
870 * Loop through length of segment after first fragment,
939 * Update first fragment by trimming what's been copied out
940 * and updating header, then send each fragment (in order).
2161 * We don't bother to fragment if the IP length is greate
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 200 int fragment;
414 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
1037 fragcache : FRAGMENT REASSEMBLE { $$ = 0; /* default */ }
1038 | FRAGMENT FRAGCROP { $$ = PFRULE_FRAGCROP; }
1039 | FRAGMENT FRAGDROP { $$ = PFRULE_FRAGDROP; }
1913 !$9.fragment && !($9.marker & FOM_FLAGS) &&
1957 if ($9.fragment)
2112 | FRAGMENT {
2113 filter_opts.fragment = 1;
4916 { "fragment", FRAGMENT}
    [all...]
  /src/
build.sh 2525 cat >"${pkgroot}/mk.conf-fragment" <<EOF
2569 --mk-fragment "${pkgroot}/mk.conf-fragment" \
  /src/share/terminfo/
terminfo 5031 # This fragment is for people who cannot agree on what the backspace key
5035 xterm+kbs|fragment for backspace key,
5038 # Use this fragment for terminals that always use DEL for "backspace".
5039 linux+kbs|fragment for "backspace" key,
5042 # This fragment describes as much of XFree86 xterm's "pc-style" function
5057 xterm+pcfkeys|xterm fragment for PC-style fkeys,
5069 xterm+nopcfkeys|fragment without PC-style fkeys,
5082 xterm+noapp|fragment with cursor keys in normal mode,
5086 xterm+app|fragment with cursor keys in application mode,
5121 xterm+pcc3|fragment with modifyCursorKeys:3
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 3139 [[As "finish_cmds", except a single script fragment to be evaled but

Completed in 84 milliseconds