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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dlsmod.c92 char *module_names, *mn, *deps, *dn; local
103 for (i = 0, mn = module_names; i < nmod; mn += strlen(mn) + 1, i++) {
104 if (query_module(mn, QM_INFO, &info, sizeof(info), &count)) {
110 perror_msg_and_die("module %s: QM_INFO", mn);
112 if (my_query_module(mn, QM_REFS, (void **)&deps, &depsize, &count)) {
117 perror_msg_and_die("module %s: QM_REFS", mn);
119 printf("%-20s%8lu%4ld ", mn, info.size, info.usecount);
H A Dinsmod.c2387 char *module_names, *mn; local
2412 for (i = 0, mn = module_names, m = modules;
2413 i < nmod; ++i, ++m, mn += strlen(mn) + 1) {
2416 if (query_module(mn, QM_INFO, &info, sizeof(info), &ret)) {
2421 perror_msg("query_module: QM_INFO: %s", mn);
2427 if (query_module(mn, QM_SYMBOLS, syms, bufsize, &ret)) {
2436 perror_msg("query_module: QM_SYMBOLS: %s", mn);
2442 m->name = mn;
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp.c166 minor_t mn; /* minor device number */ member in struct:upperstr
373 minor_t mn; local
406 mn = 0;
408 if (up->mn != mn)
410 ++mn;
414 mn = getminor(*devp);
416 mn = minor(dev);
419 if (up->mn >= mn)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp.c166 minor_t mn; /* minor device number */ member in struct:upperstr
373 minor_t mn; local
406 mn = 0;
408 if (up->mn != mn)
410 ++mn;
414 mn = getminor(*devp);
416 mn = minor(dev);
419 if (up->mn >= mn)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/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...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
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...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-pc.c257 struct list_head *ln, *mn; local
268 for (mn=ln->next; mn != &b->devices; mn=mn->next) {
269 e = pci_dev_b(mn);
282 if (mn == &b->devices)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_teql.c236 struct neighbour *mn = skb->dst->neighbour; local
239 if (mn->tbl == NULL)
241 if (n && n->tbl == mn->tbl &&
242 memcmp(n->primary_key, mn->primary_key, mn->tbl->key_len) == 0) {
245 n = __neigh_lookup_errno(mn->tbl, mn->primary_key, dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dsmtparse.c364 static u_long parse_num(type,value,v,mn,mx,scale)
368 u_long mn ;
429 if (x < mn)
430 return(mn) ;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dpci-pc.c1066 struct list_head *ln, *mn; local
1077 for (mn=ln->next; mn != &b->devices; mn=mn->next) {
1078 e = pci_dev_b(mn);
1091 if (mn == &b->devices)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dpal.h373 mn : 1, /* Min. state save member in struct:pal_process_state_info_s
565 #define pmci_proc_min_state_save_area_regd pme_processor.mn
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dpal.h373 mn : 1, /* Min. state save member in struct:pal_process_state_info_s
565 #define pmci_proc_min_state_save_area_regd pme_processor.mn

Completed in 313 milliseconds