HomeSort by: relevance | last modified time | path
    Searched refs:sh (Results 1 - 25 of 504) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/isc/libsodium/dist/dist-build/
Makefile.am 3 android-build.sh \
4 android-arm.sh \
5 android-armv7-a.sh \
6 android-armv8-a.sh \
7 android-mips32.sh \
8 android-mips64.sh \
9 android-x86.sh \
10 android-x86_64.sh \
11 emscripten.sh \
12 ios.sh \
    [all...]
  /src/sbin/fastboot/
Makefile 6 SCRIPTS=fastboot.sh fasthalt.sh
  /src/usr.bin/crunch/examples/
freebsd-kcopy.conf 6 progs sh cp echo test
11 ln sh -
12 ln sh -sh
  /src/sys/arch/cobalt/stand/installkernel/
Makefile 5 SCRIPTS= installkernel.sh
  /src/sys/arch/hpc/stand/dspgen/
Makefile 6 TYPE=application sh gen_template.sh vc5 SH MIPS
7 TYPE=static_library sh gen_template.sh vc5 SH MIPS
10 TYPE=application sh gen_template.sh vc6 $(BUILD_ARCH)
11 TYPE=static_library sh gen_template.sh vc6 $(BUILD_ARCH
    [all...]
  /src/sys/arch/sparc/stand/binstall/
Makefile 5 SCRIPTS= binstall.sh
  /src/tests/usr.bin/printf/
Makefile 9 t_builtin: t_builtin.sh printf.sh
11 t_command: t_command.sh printf.sh
  /src/usr.bin/false/
Makefile 5 SCRIPTS=false.sh
  /src/usr.bin/true/
Makefile 5 SCRIPTS=true.sh
  /src/sys/arch/hpcarm/hpcarm/
softintr.c 64 struct softintr_handler *sh; local in function:softintr_establish
66 sh = kmem_alloc(sizeof(*sh), KM_SLEEP);
67 sh->sh_fun = fun;
68 sh->sh_level = ipl_to_spl(level);
69 sh->sh_arg = arg;
70 sh->sh_pending = 0;
72 return sh;
78 struct softintr_handler *sh = cookie; local in function:softintr_disestablish
82 if (sh->sh_pending)
95 struct softintr_handler *sh = arg; local in function:softintr_free
103 struct softintr_handler **p, *sh = cookie; local in function:softintr_schedule
151 struct softintr_handler *sh, *sh1; local in function:softintr_dispatch
    [all...]
  /src/sys/arch/arm/fdt/
acpi_fdt.c 184 struct smb3hdr *sh = AcpiOsMapMemory(smbios_table, sizeof(*sh)); local in function:acpi_fdt_smbios_init
185 if (sh == NULL) {
189 ptr = AcpiOsMapMemory(sh->addr, sh->size);
191 smbios_entry.tabphys = sh->addr;
193 smbios_entry.len = sh->size;
194 smbios_entry.rev = sh->eprev;
195 smbios_entry.mjr = sh->majrev;
196 smbios_entry.min = sh->minrev
205 struct smbhdr *sh = AcpiOsMapMemory(smbios_table, sizeof(*sh)); local in function:acpi_fdt_smbios_init
    [all...]
  /src/tests/sys/rc/
Makefile 10 SCRIPTS= h_args.sh \
11 h_simple.sh
  /src/games/wargames/
Makefile 4 SCRIPTS=wargames.sh
  /src/sbin/chkconfig/
Makefile 4 SCRIPTS=chkconfig.sh
  /src/sbin/newbtconf/
Makefile 5 SCRIPTS=newbtconf.sh
  /src/sbin/nologin/
Makefile 5 SCRIPTS=nologin.sh
  /src/usr.bin/cleantags/
Makefile 4 SCRIPTS=cleantags.sh
  /src/usr.bin/genassym/
Makefile 4 SCRIPTS= genassym.sh
  /src/usr.bin/lorder/
Makefile 6 SCRIPTS=lorder.sh
  /src/usr.bin/machine/
Makefile 5 SCRIPTS= machine.sh
  /src/usr.bin/pagesize/
Makefile 5 SCRIPTS=pagesize.sh
  /src/usr.bin/rump_wmd/
Makefile 5 SCRIPTS=rump_wmd.sh
  /src/usr.bin/shar/
Makefile 5 SCRIPTS=shar.sh
  /src/tests/net/if_ipsec/
Makefile 10 TESTS_SH_SRC_t_${name}= ../net_common.sh t_${name}.sh \
11 ../ipsec/common.sh ../ipsec/algorithms.sh
  /src/lib/libm/complex/
ccos.c 41 double ch, sh; local in function:ccos
43 _cchsh(cimag(z), &ch, &sh);
44 w = cos(creal(z)) * ch - (sin(creal(z)) * sh) * I;

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 91011>>