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

  /src/usr.sbin/rtadvd/
if.c 88 struct sockaddr_dl *sdl; local
99 sdl = malloc(ifa->ifa_addr->sa_len);
100 if (!sdl)
103 memcpy(sdl, ifa->ifa_addr, ifa->ifa_addr->sa_len);
105 return (sdl);
159 lladdropt_length(struct sockaddr_dl *sdl)
161 switch (sdl->sdl_type) {
171 lladdropt_fill(struct sockaddr_dl *sdl, struct nd_opt_hdr *ndopt)
177 switch (sdl->sdl_type) {
182 memcpy(addr, LLADDR(sdl), ETHER_ADDR_LEN)
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_l2t.c 56 #define SDL(s) ((struct sockaddr_dl *)s)
57 #define RT_ENADDR(rt) ((u_char *)LLADDR(SDL((rt))))
  /src/external/gpl3/gdb/dist/sim/bfin/
gui.c 1 /* Blackfin GUI (SDL) helper code
25 # include <SDL.h>
57 } sdl; variable in typeref:struct:__anon4190
94 /* Load the SDL lib on the fly to avoid hard linking against it. */
107 if (sdl.handle)
110 sdl.handle = dlopen (libsdl_soname, RTLD_LAZY);
111 if (sdl.handle == NULL)
114 funcs = (void *) &sdl.Init;
117 funcs[i] = dlsym (sdl.handle, sdl_syms[i]);
120 dlclose (sdl.handle)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c 1 /* Blackfin GUI (SDL) helper code
25 # include <SDL.h>
57 } sdl; variable in typeref:struct:__anon6929
94 /* Load the SDL lib on the fly to avoid hard linking against it. */
107 if (sdl.handle)
110 sdl.handle = dlopen (libsdl_soname, RTLD_LAZY);
111 if (sdl.handle == NULL)
114 funcs = (void *) &sdl.Init;
117 funcs[i] = dlsym (sdl.handle, sdl_syms[i]);
120 dlclose (sdl.handle)
    [all...]
  /src/sys/arch/mips/mips/
bds_emul.S 130 PTR_WORD bcemul_sigill # 054 SDL (*)
133 PTR_WORD _C_LABEL(mips_emul_sdl) # 054 SDL (*)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h 251 SDL,
MipsISelLowering.cpp 230 case MipsISD::SDL: return "MipsISD::SDL";
2768 // (sdl val, (add baseptr, 7))
2770 SDValue SDL = createStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0);
2771 return createStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7);
  /src/external/gpl3/gdb/dist/sim/
configure 1895 SDL_CFLAGS C compiler flags for SDL, overriding pkg-config
1896 SDL_LIBS linker flags for SDL, overriding pkg-config
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl" >&5
13608 $as_echo_n "checking for sdl... " >&6; }
13614 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
13615 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
13619 pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl" 2>/dev/null`
13631 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
13632 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
13636 pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl" 2>/dev/null
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/
configure 1895 SDL_CFLAGS C compiler flags for SDL, overriding pkg-config
1896 SDL_LIBS linker flags for SDL, overriding pkg-config
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl" >&5
13608 $as_echo_n "checking for sdl... " >&6; }
13614 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
13615 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
13619 pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl" 2>/dev/null`
13631 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
13632 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
13636 pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl" 2>/dev/null
    [all...]

Completed in 51 milliseconds