Searched refs:mn (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/contrib/examples/
H A Dphotographer.c46 ExifMnoteData *mn = exif_data_get_mnote_data(d); local
47 if (mn) {
48 int num = exif_mnote_data_count(mn);
54 if (exif_mnote_data_get_id(mn, i) == tag) {
55 if (exif_mnote_data_get_value(mn, i, buf, sizeof(buf))) {
59 printf("%s: %s\n", exif_mnote_data_get_title(mn, i),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dlsmod.c81 char *module_names, *mn, *deps, *dn; local
95 for (i = 0, mn = module_names; i < nmod; mn += strlen(mn) + 1, i++) {
96 if (query_module(mn, QM_INFO, &info, sizeof(info), &count)) {
102 bb_perror_msg_and_die("module %s: QM_INFO", mn);
104 while (query_module(mn, QM_REFS, deps, depsize, &count)) {
109 bb_perror_msg_and_die("module %s: QM_REFS", mn);
112 printf("%-20s%8lu%4ld", mn, info.size, info.usecount);
H A Dinsmod.c2672 char *module_names, *mn; local
2697 for (i = 0, mn = module_names, m = modules;
2698 i < nmod; ++i, ++m, mn += strlen(mn) + 1) {
2701 if (query_module(mn, QM_INFO, &info, sizeof(info), &ret)) {
2706 bb_perror_msg("query_module: QM_INFO: %s", mn);
2712 if (query_module(mn, QM_SYMBOLS, syms, bufsize, &ret)) {
2721 bb_perror_msg("query_module: QM_SYMBOLS: %s", mn);
2727 m->name = mn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dcommon.c66 struct list_head *ln, *mn; local
77 for (mn=ln->next; mn != &b->devices; mn=mn->next) {
78 e = pci_dev_b(mn);
91 if (mn == &b->devices)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c174 minor_t mn; /* minor device number */ member in struct:upperstr
381 minor_t mn; local
414 mn = 0;
416 if (up->mn != mn)
418 ++mn;
422 mn = getminor(*devp);
424 mn = minor(dev);
427 if (up->mn >= mn)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c174 minor_t mn; /* minor device number */ member in struct:upperstr
383 minor_t mn; local
416 mn = 0;
418 if (up->mn != mn)
420 ++mn;
424 mn = getminor(*devp);
426 mn = minor(dev);
429 if (up->mn >= mn)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mb93090-mb00/
H A Dpci-vdk.c210 struct list_head *ln, *mn; local
220 for (mn=ln->next; mn != &b->devices; mn=mn->next) {
221 e = pci_dev_b(mn);
234 if (mn == &b->devices)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_teql.c234 struct neighbour *mn = skb->dst->neighbour; local
237 if (mn->tbl == NULL)
239 if (n && n->tbl == mn->tbl &&
240 memcmp(n->primary_key, mn->primary_key, mn->tbl->key_len) == 0) {
243 n = __neigh_lookup_errno(mn->tbl, mn->primary_key, dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/GNOME/
H A Dteam-address85 mn) english=Mongolian;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpal.h392 mn : 1, /* Min. state save member in struct:pal_process_state_info_s
700 #define pmci_proc_min_state_save_area_regd pme_processor.mn

Completed in 133 milliseconds