/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...] |
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...] |
/src/bin/ksh/ |
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.
|
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.
|
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 [];
|
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 [];
|
/src/sys/external/bsd/ipf/netinet/ |
radix_ipf.c | 932 tabe_t builtin[] = { variable in typeref:typename:tabe_t[]
|
radix_ipf.c | 932 tabe_t builtin[] = { variable in typeref:typename:tabe_t[]
|