| /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 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 82 if (sh->sh_pending) 95 struct softintr_handler *sh = arg; local 103 struct softintr_handler **p, *sh = cookie; local 151 struct softintr_handler *sh, *sh1; local [all...] |
| /src/sys/arch/arm/fdt/ |
| acpi_fdt.c | 184 struct smb3hdr *sh = AcpiOsMapMemory(smbios_table, sizeof(*sh)); local 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 [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/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/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/lib/libm/complex/ |
| ccos.c | 41 double ch, sh; local 43 _cchsh(cimag(z), &ch, &sh); local 44 w = cos(creal(z)) * ch - (sin(creal(z)) * sh) * I;
|
| ccosf.c | 41 float ch, sh; local 43 _cchshf(cimagf(z), &ch, &sh); local 44 w = cosf(crealf(z)) * ch - (sinf(crealf(z)) * sh) * I;
|