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

  /src/sys/arch/news68k/news68k/
clock.c 58 timer_config(void (*initfunc)(int, int))
64 cpu_initclocks_hook = initfunc;
  /src/usr.bin/telnet/
telnet.c 1151 #define initfunc(func, flags) { \
1162 initfunc(SLC_SYNCH, 0);
1164 initfunc(SLC_AO, 0);
1165 initfunc(SLC_AYT, 0);
1167 initfunc(SLC_ABORT, SLC_FLUSHIN|SLC_FLUSHOUT);
1168 initfunc(SLC_EOF, 0);
1169 initfunc(SLC_SUSP, SLC_FLUSHIN);
1170 initfunc(SLC_EC, 0);
1171 initfunc(SLC_EL, 0);
1172 initfunc(SLC_EW, 0)
1148 #define initfunc macro
1179 #undef initfunc macro
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
plugin.c 58 * initfunc - name of the plugin function to execute first
84 char *initfunc = c->argv[3]; local
110 rc = slapi_int_load_plugin( pPlugin, path, initfunc, 1, NULL, &hdLoadHandle, c );
543 * initfunc - either the DLL initialization function or an OID of the
561 const char *initfunc,
585 fpInitFunc = (SLAPI_FUNC)lt_dlsym( *pLdHandle, initfunc );
588 initfunc, path, lt_dlerror() );
  /src/sys/dev/ic/
ac97.c 1242 void (*initfunc)(struct ac97_softc *);
1246 initfunc = NULL;
1340 initfunc = ac97codecid[i].init;
1619 if (initfunc != NULL)
1620 initfunc(as);

Completed in 65 milliseconds