Searched refs:describe (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp44 describe(0, 0);
51 describe(0, description);
58 describe(0, description);
65 describe(prefix, description);
86 void DbException::describe(const char *prefix, const char *description) function in class:DbException
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-core.h55 unsigned int (*describe)(void *,char *,unsigned int); member in struct:pvr2_i2c_handler_functions
H A Dpvrusb2-tuner.c87 .describe = (unsigned int (*)(void *,char *,unsigned int))pvr2_tuner_describe,
H A Dpvrusb2-audio.c136 .describe = (unsigned int (*)(void *,char *,unsigned int))pvr2_msp3400_describe,
H A Dpvrusb2-wm8775.c137 .describe = (unsigned int (*)(void *,char *,unsigned int))wm8775_describe,
H A Dpvrusb2-video-v4l.c196 .describe = (unsigned int (*)(void *,char *,unsigned int))decoder_describe,
H A Dpvrusb2-cx2584x-v4l.c219 .describe = (unsigned int (*)(void *,char *,unsigned int))decoder_describe,
H A Dpvrusb2-i2c-core.c846 cp->handler && cp->handler->func_table->describe) {
849 bcnt = cp->handler->func_table->describe(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-key.c41 .describe = rxrpc_describe,
55 .describe = rxrpc_describe,
203 * describe the rxrpc key
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dproc.c194 if (key->type->describe)
195 key->type->describe(key, m);
H A Duser_defined.c32 .describe = user_describe,
180 * describe the user key
H A Drequest_key_auth.c34 .describe = request_key_auth_describe,
H A Dkeyring.c65 .describe = keyring_describe,
164 * describe the keyring
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh.c614 vector describe;
630 describe = cmd_describe_command (vline, vty, &ret);
653 for (i = 0; i < vector_max (describe); i++)
654 if ((desc = vector_slot (describe, i)) != NULL)
669 for (i = 0; i < vector_max (describe); i++)
670 if ((desc = vector_slot (describe, i)) != NULL)
686 vector_free (describe);
613 vector describe; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dsigtramp.S284 # Do we really need to describe the frame at this point? ie. will
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkey.h219 /* describe a key */
220 void (*describe)(const struct key *key, struct seq_file *p); member in struct:key_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.c915 vector describe;
931 describe = cmd_describe_command (vline, vty, &ret);
956 for (i = 0; i < vector_max (describe); i++)
957 if ((desc = vector_slot (describe, i)) != NULL)
976 for (i = 0; i < vector_max (describe); i++)
977 if ((desc = vector_slot (describe, i)) != NULL)
1021 vector_free (describe);
912 vector describe; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead-mmu-fr451.S39 # describe the position and layout of the SDRAM controller registers
H A Dhead-uc-fr401.S38 # describe the position and layout of the SDRAM controller registers
H A Dhead-uc-fr555.S37 # describe the position and layout of the SDRAM controller registers
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl107 errno value may be insufficient to completely describe the cause of the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex234 This is actually somewhat easier to describe in code; implementation of the above can be found in \filename{vorbis/lib/info.c}, \function{_vorbis_pack_comment()} and \function{_vorbis_unpack_comment()}.
H A D08-residue.tex245 format 1 decode process. Thus we describe first the decode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h1099 void describe(const char *prefix, const char *description);

Completed in 268 milliseconds

12