Searched refs:description (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.vms29 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
34 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
37 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
40 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
43 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
46 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
49 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
57 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
60 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
63 $(MMS) $(MMSQUALIFIERS) /description
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_debugfs.h56 const char *description);
60 const char *description);
61 #define bcm43xx_printk_bitdumpt(pointer, msb_to_lsb, description) \
66 (description)); \
86 const char *description)
92 const char *description)
95 #define bcm43xx_printk_bitdumpt(pointer, msb_to_lsb, description) do { /* nothing */ } while (0)
84 bcm43xx_printk_dump(const char *data, size_t size, const char *description) argument
90 bcm43xx_printk_bitdump(const unsigned char *data, size_t bytes, int msb_to_lsb, const char *description) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dsamtest.h34 char *description; member in struct:cmd_set
H A Dvfstest.h43 const char *description; member in struct:cmd_set
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbitops.c71 const char *description)
74 if (description)
75 bb_error_msg("#%lu for %s", arg, description);
85 if (bitmap->description)
86 bb_error_msg("#%lu for %s", arg, bitmap->description);
70 ext2fs_warn_bitmap(errcode_t errcode, unsigned long arg, const char *description) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-key.c11 * RxRPC keys should have a description of describing their purpose:
33 * rxrpc defined keys take an arbitrary string as the description and an
48 * description and an 8-byte decryption key as the payload
207 seq_puts(m, key->description);
216 char *description; local
223 description = kmalloc(optlen + 1, GFP_KERNEL);
224 if (!description)
227 if (copy_from_user(description, optval, optlen)) {
228 kfree(description);
231 description[optle
253 char *description; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dcdc_subset.c92 .description = "ALi M5632",
114 .description = "AnchorChips/Cypress 2720",
137 .description = "Belkin, eTEK, or compatible",
162 .description = "Epson USB Device",
180 .description = "KC Technology KC-190",
207 .description = "Linux Device",
212 .description = "Yopy",
217 .description = "Boot Loader OBject",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp47 DbException::DbException(const char *description) argument
51 describe(0, description);
54 DbException::DbException(const char *description, int err) argument
58 describe(0, description);
61 DbException::DbException(const char *prefix, const char *description, int err) argument
65 describe(prefix, description);
86 void DbException::describe(const char *prefix, const char *description) argument
100 if (description != NULL) {
101 strncpy(p, description, (p < end) ? end - p: 0);
102 p += strlen(description);
198 DbDeadlockException(const char *description) argument
240 DbLockNotGrantedException(const char *description) argument
310 DbRepHandleDeadException(const char *description) argument
339 DbRunRecoveryException(const char *description) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/
H A DMakefile.vms28 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
36 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
45 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
52 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
59 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
67 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
75 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
83 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
91 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Drpcclient.h38 const char *description; member in struct:cmd_set
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.h30 char const *description; member in struct:id3_frametype
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.h30 char const *description; member in struct:id3_frametype
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-3-prg.c38 const char *description; member in struct:data_t
77 gettext (strings[j].description));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h9 char *description; // description of module, with version string member in struct:__anon900
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Drequest_key.c129 const char *description,
140 kenter("%s,%s,%s,%lx", type->name, description, callout_info, flags);
143 key = key_alloc(type, description,
262 const char *description,
274 type->name, description, user->uid, callout_info, flags);
285 if (type->match(ckey, description))
290 key = __request_key_construction(type, description, callout_info, aux,
396 const char *description,
407 type->name, description, callout_info, aux,
411 key_ref = search_process_keyrings(type, description, typ
128 __request_key_construction(struct key_type *type, const char *description, const char *callout_info, void *aux, unsigned long flags) argument
261 request_key_construction(struct key_type *type, const char *description, const char *callout_info, void *aux, struct key_user *user, unsigned long flags) argument
395 request_key_and_link(struct key_type *type, const char *description, const char *callout_info, void *aux, struct key *dest_keyring, unsigned long flags) argument
494 request_key(struct key_type *type, const char *description, const char *callout_info) argument
512 request_key_with_auxdata(struct key_type *type, const char *description, const char *callout_info, void *aux) argument
[all...]
H A Dinternal.h69 const char *description,
80 const void *description,
84 const void *description,
94 const char *description,
H A Dkeyring.c86 if (keyring->description) {
87 bucket = keyring_hash(keyring->description);
127 static int keyring_match(const struct key *keyring, const void *description) argument
129 return keyring->description &&
130 strcmp(keyring->description, description) == 0;
143 if (keyring->description) {
170 if (keyring->description) {
171 seq_puts(m, keyring->description);
246 struct key *keyring_alloc(const char *description, uid_ argument
282 keyring_search_aux(key_ref_t keyring_ref, struct task_struct *context, struct key_type *type, const void *description, key_match_func_t match) argument
427 keyring_search(key_ref_t keyring, struct key_type *type, const char *description) argument
447 __keyring_search_one(key_ref_t keyring_ref, const struct key_type *ktype, const char *description, key_perm_t perm) argument
[all...]
H A Duser_defined.c22 * user defined keys take an arbitrary string as the description and an
135 int user_match(const struct key *key, const void *description) argument
137 return strcmp(key->description, description) == 0;
184 seq_puts(m, key->description);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dmnote-fuji-tag.c33 const char *description; member in struct:__anon1040
100 if (!*table[i].description)
102 return (_(table[i].description));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dtag.c104 char *title, *artist, *performer, *album, *date, *tracknumber, *genre, *description; local
115 description = local__getfield(tags, "DESCRIPTION");
127 input->comment = local__getstr(description);
152 local__safe_free(description);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmtools.spec11 %description
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da2-encapsulation-rtp.tex9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/lib/
H A Dsmbclient.exp37 set description [lindex $args 1]
48 timeout { perror "timed out $description"; return -1}
49 eof { perror "end of file $description"; return -1 }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_ports_conv.c32 { "description", PY_UNISTR, offsetof(PORT_INFO_2, description) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dmnote-pentax-tag.c32 const char *description; member in struct:__anon1048
170 if (!table[i].description || !*table[i].description)
172 return (_(table[i].description));

Completed in 428 milliseconds

1234567891011>>