Searched refs:stype (Results 51 - 75 of 358) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dap.h39 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dsymbol.h150 enum { SUndefined, SValue, Stype } stype; member in struct:symbol
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dap.h39 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dsymbol.h150 enum { SUndefined, SValue, Stype } stype; member in struct:symbol
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Ddpkt.h33 upxfmt_t stype; member in struct:dstream_ctx
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Ddpkt.h33 upxfmt_t stype; member in struct:dstream_ctx
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dsymbol.h150 enum { SUndefined, SValue, Stype } stype; member in struct:symbol
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dap.h39 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DFormat.java566 Class stype = type.getSuperclass();
567 while (stype != null && stype != Object.class) {
568 supertypes.add(stype.getName());
569 addInterfaces(stype);
570 stype = stype.getSuperclass();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/au1x/
H A Ddbdma2.c166 int stype, int msbits)
178 if (stype == PCM_RX)
207 int stype, ret; local
213 stype = SUBSTREAM_TYPE(substream);
214 pcd = au1xpsc_audio_pcmdma[stype];
223 params_periods(params), params_period_bytes(params), stype);
225 ret = au1x_pcm_dbdma_realloc(pcd, stype, params->msbits);
165 au1x_pcm_dbdma_realloc(struct au1xpsc_audio_dmadata *pcd, int stype, int msbits) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/au1x/
H A Ddbdma2.c166 int stype, int msbits)
178 if (stype == PCM_RX)
207 int stype, ret; local
213 stype = SUBSTREAM_TYPE(substream);
214 pcd = au1xpsc_audio_pcmdma[stype];
223 params_periods(params), params_period_bytes(params), stype);
225 ret = au1x_pcm_dbdma_realloc(pcd, stype, params->msbits);
165 au1x_pcm_dbdma_realloc(struct au1xpsc_audio_dmadata *pcd, int stype, int msbits) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DFormat.java566 Class stype = type.getSuperclass();
567 while (stype != null && stype != Object.class) {
568 supertypes.add(stype.getName());
569 addInterfaces(stype);
570 stype = stype.getSuperclass();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DFormat.java566 Class stype = type.getSuperclass();
567 while (stype != null && stype != Object.class) {
568 supertypes.add(stype.getName());
569 addInterfaces(stype);
570 stype = stype.getSuperclass();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.y189 menu_set_type($1->stype);
192 $1->stype);
204 if ($1->stype != S_UNKNOWN)
205 menu_set_type($1->stype);
208 $1->stype);
287 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
288 menu_set_type($1->stype);
291 $1->stype);
304 if ($1->stype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-utils/
H A Davahi-browse.c66 char *stype; member in struct:Config
356 static void browse_service_type(Config *c, const char *stype, const char *domain) { argument
362 assert(stype);
365 if (avahi_domain_equal(stype, (char*) i->text))
372 stype,
382 browsed_types = avahi_string_list_add(browsed_types, stype);
558 browse_service_type(config, config->stype, config->domain);
701 c->domain = c->stype = NULL;
770 c->stype = avahi_strdup(argv[optind]);
870 avahi_free(config.stype);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/scripts/kconfig/
H A Dzconf.y186 menu_set_type($1->stype);
189 $1->stype);
201 if ($1->stype != S_UNKNOWN)
202 menu_set_type($1->stype);
205 $1->stype);
264 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
265 menu_set_type($1->stype);
268 $1->stype);
281 if ($1->stype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/kconfig/
H A Dzconf.y189 menu_set_type($1->stype);
192 $1->stype);
204 if ($1->stype != S_UNKNOWN)
205 menu_set_type($1->stype);
208 $1->stype);
287 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
288 menu_set_type($1->stype);
291 $1->stype);
304 if ($1->stype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-utils/
H A Davahi-browse.c66 char *stype; member in struct:Config
356 static void browse_service_type(Config *c, const char *stype, const char *domain) { argument
362 assert(stype);
365 if (avahi_domain_equal(stype, (char*) i->text))
372 stype,
382 browsed_types = avahi_string_list_add(browsed_types, stype);
558 browse_service_type(config, config->stype, config->domain);
701 c->domain = c->stype = NULL;
770 c->stype = avahi_strdup(argv[optind]);
870 avahi_free(config.stype);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/scripts/kconfig/
H A Dzconf.y186 menu_set_type($1->stype);
189 $1->stype);
201 if ($1->stype != S_UNKNOWN)
202 menu_set_type($1->stype);
205 $1->stype);
264 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
265 menu_set_type($1->stype);
268 $1->stype);
281 if ($1->stype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-utils/
H A Davahi-browse.c66 char *stype; member in struct:Config
356 static void browse_service_type(Config *c, const char *stype, const char *domain) { argument
362 assert(stype);
365 if (avahi_domain_equal(stype, (char*) i->text))
372 stype,
382 browsed_types = avahi_string_list_add(browsed_types, stype);
558 browse_service_type(config, config->stype, config->domain);
701 c->domain = c->stype = NULL;
770 c->stype = avahi_strdup(argv[optind]);
870 avahi_free(config.stype);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/scripts/kconfig/
H A Dzconf.y186 menu_set_type($1->stype);
189 $1->stype);
201 if ($1->stype != S_UNKNOWN)
202 menu_set_type($1->stype);
205 $1->stype);
264 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
265 menu_set_type($1->stype);
268 $1->stype);
281 if ($1->stype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/scripts/config/
H A Dzconf.y186 menu_set_type($1->stype);
189 $1->stype);
201 if ($1->stype != S_UNKNOWN)
202 menu_set_type($1->stype);
205 $1->stype);
270 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
271 menu_set_type($1->stype);
274 $1->stype);
292 if ($1->stype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_basic.c262 char *sep, *stype; local
271 stype = strchr(ct->value, '/');
273 *stype++ = '\0';
277 sep = strchr(stype, ';');
297 ct->subtype = ne_shave(stype, " \t");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_basic.c262 char *sep, *stype; local
271 stype = strchr(ct->value, '/');
273 *stype++ = '\0';
277 sep = strchr(stype, ';');
297 ct->subtype = ne_shave(stype, " \t");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_basic.c262 char *sep, *stype; local
271 stype = strchr(ct->value, '/');
273 *stype++ = '\0';
277 sep = strchr(stype, ';');
297 ct->subtype = ne_shave(stype, " \t");

Completed in 304 milliseconds

1234567891011>>