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

  /src/sys/dev/tc/
tc.c 75 const struct tc_builtin *builtin; local in function:tcattach
101 builtin = &tba->tba_builtins[i];
104 if (builtin->tcb_slot > sc->sc_nslots)
105 panic("tcattach: builtin %d slot > nslots", i);
111 tcaddr = sc->sc_slots[builtin->tcb_slot].tcs_addr +
112 builtin->tcb_offset;
119 strncpy(ta.ta_modname, builtin->tcb_modname, TC_ROM_LLEN);
121 ta.ta_dmat = (*sc->sc_get_dma_tag)(builtin->tcb_slot);
123 ta.ta_slot = builtin->tcb_slot;
124 ta.ta_offset = builtin->tcb_offset
    [all...]
sfbplus.c 459 Low order 3bit control visibilities of screen and builtin cursor.
  /src/bin/ksh/
table.h 65 #define SPEC_BI BIT(12) /* a POSIX special builtin */
66 #define REG_BI BIT(13) /* a POSIX regular builtin */
83 #define FC_SPECBI BIT(0) /* special builtin */
84 #define FC_FUNC BIT(1) /* function builtin */
85 #define FC_REGBI BIT(2) /* regular builtin */
86 #define FC_UNREGBI BIT(3) /* un-regular builtin (!special,!regular) */
144 struct builtin { struct
150 extern const struct builtin shbuiltins [], kshbuiltins [];
main.c 75 /* Aliases that are builtin commands in at&t */
149 builtin(shbuiltins[i].name, shbuiltins[i].func);
151 builtin(kshbuiltins[i].name, kshbuiltins[i].func);
proto.h 75 void builtin ARGS((const char *, int (*)(char **)));
c_sh.c 879 * a leading * means a POSIX special builtin;
880 * a leading + means a POSIX regular builtin
883 const struct builtin shbuiltins [] = {
888 {"=builtin", c_builtin},
c_ksh.c 516 shprintf(" is a%s shell builtin",
1436 * a leading * means a POSIX special builtin;
1437 * a leading + means a POSIX regular builtin
1440 const struct builtin kshbuiltins [] = {
exec.c 477 /* Deal with the shell builtins builtin, exec and command since
499 errorf("builtin: %s: not a builtin", cp);
859 * add builtin
862 builtin(name, func) function
869 /* see if any flags should be set for this builtin */
873 else if (*name == '*') /* POSIX special builtin */
875 else if (*name == '+') /* POSIX regular builtin */
932 * modified to allow tracking of builtin commands.
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/mscc/
jaguar2_pcb111.dts 64 synce_builtin_pins: synce-builtin-pins {
74 cpld_fifo_pins: synce-builtin-pins {
jaguar2_pcb110.dts 178 synce_builtin_pins: synce-builtin-pins {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-veyron-sdmmc.dtsi 34 * Builtin CD line is hooked to ground to prevent JTAG at boot
36 * Configure gpio6_C6 as GPIO so dw_mmc builtin CD doesn't
rk3288-veyron-chromebook.dtsi 18 /* Assign 20 so we don't get confused w/ builtin ones */
exynos5420-peach-pit.dts 31 /* Assign 20 so we don't get confused w/ builtin ones */
exynos5800-peach-pi.dts 29 /* Assign 20 so we don't get confused w/ builtin ones */
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 105 ECHO?= echo # Shell builtin
106 FALSE?= false # Shell builtin
119 TEST?= test # Shell builtin
121 TRUE?= true # Shell builtin
  /src/usr.bin/make/unit-tests/
deptgt-posix.mk 117 # Running make with the option '-r' skips the builtin rules from <sys.mk>.
  /src/bin/sh/
exec.c 91 union param param; /* definition of builtin function */
101 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */
533 out1str("builtin ");
604 if (act & DO_ALTPATH && strstr(path, "%builtin") != NULL)
628 /* If %builtin not in path, check for builtin next */
649 if (prefix("builtin", pathopt)) {
767 * Search the table of builtin commands.
778 return bp->builtin;
790 return bp->builtin;
    [all...]
  /src/usr.sbin/inetd/
parse.c 901 "user:group=%s:%s builtin=%lx server=%s"
918 "builtin=%lx "
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 932 tabe_t builtin[] = { variable in typeref:typename:tabe_t[]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 547 # A function that is used when there is no print builtin or printf.
1192 # of the generated configure script that will find a shell with a builtin
1200 # Test print first, because it will be a builtin if present.
3874 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
3876 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
3885 [Compiler flag to turn off builtin functions])
6377 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'

Completed in 47 milliseconds