Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/linux-2.4.37.9/arch/m68k/mac/
Dbootparse.c44 if(strcmp(name,"VIDEO_ADDR")==0) in parse_booter()
46 if(strcmp(name,"ROW_BYTES")==0) in parse_booter()
48 if(strcmp(name,"SCREEN_DEPTH")==0) in parse_booter()
50 if(strcmp(name,"DIMENSIONS")==0) in parse_booter()
53 if(strcmp(name,"BOOTTIME")==0) in parse_booter()
55 if(strcmp(name,"GMTBIAS")==0) in parse_booter()
57 if(strcmp(name,"BOOTERVER")==0) in parse_booter()
59 if(strcmp(name,"MACOS_VIDEO")==0) in parse_booter()
61 if(strcmp(name,"MACOS_SCC")==0) in parse_booter()
63 if(strcmp(name,"MACHINEID")==0) in parse_booter()
[all …]
/linux-2.4.37.9/drivers/usb/gadget/
Dgadget_chips.h12 #define gadget_is_net2280(g) !strcmp("net2280", (g)->name)
18 #define gadget_is_dummy(g) !strcmp("dummy_udc", (g)->name)
24 #define gadget_is_pxa(g) !strcmp("pxa2xx_udc", (g)->name)
30 #define gadget_is_goku(g) !strcmp("goku_udc", (g)->name)
36 #define gadget_is_sh(g) !strcmp("sh_udc", (g)->name)
42 #define gadget_is_sa1100(g) !strcmp("sa1100_udc", (g)->name)
48 #define gadget_is_lh7a40x(g) !strcmp("lh7a40x_udc", (g)->name)
54 #define gadget_is_mq11xx(g) !strcmp("mq11xx_udc", (g)->name)
60 #define gadget_is_omap(g) !strcmp("omap_udc", (g)->name)
66 #define gadget_is_n9604(g) !strcmp("n9604_udc", (g)->name)
[all …]
/linux-2.4.37.9/fs/hfs/
Dsuper.c194 if (!strcmp(this_char, "version")) { in parse_options()
202 } else if (!strcmp(this_char,"uid")) { in parse_options()
210 } else if (!strcmp(this_char,"gid")) { in parse_options()
218 } else if (!strcmp(this_char,"umask")) { in parse_options()
226 } else if (!strcmp(this_char,"part")) { in parse_options()
235 } else if (!strcmp(this_char,"type") && value) { in parse_options()
240 } else if (!strcmp(this_char,"creator") && value) { in parse_options()
246 } else if (!strcmp(this_char,"quiet")) { in parse_options()
251 } else if (!strcmp(this_char,"afpd")) { in parse_options()
257 } else if (!strcmp(this_char,"names") && value) { in parse_options()
[all …]
/linux-2.4.37.9/net/irda/irlan/
Dirlan_filter.c158 if (strcmp(param, "MODE") == 0) { in irlan_check_command_param()
167 if (strcmp(param, "FILTER_TYPE") == 0) { in irlan_check_command_param()
168 if (strcmp(value, "DIRECTED") == 0) { in irlan_check_command_param()
172 if (strcmp(value, "MULTICAST") == 0) { in irlan_check_command_param()
176 if (strcmp(value, "BROADCAST") == 0) { in irlan_check_command_param()
184 if (strcmp(param, "FILTER_MODE") == 0) { in irlan_check_command_param()
185 if (strcmp(value, "ALL") == 0) { in irlan_check_command_param()
189 if (strcmp(value, "FILTER") == 0) { in irlan_check_command_param()
193 if (strcmp(value, "NONE") == 0) { in irlan_check_command_param()
201 if (strcmp(param, "FILTER_OPERATION") == 0) { in irlan_check_command_param()
[all …]
Dirlan_client.c433 if (strcmp(param, "MEDIA") == 0) { in irlan_check_response_param()
434 if (strcmp(value, "802.3") == 0) in irlan_check_response_param()
440 if (strcmp(param, "FILTER_TYPE") == 0) { in irlan_check_response_param()
441 if (strcmp(value, "DIRECTED") == 0) in irlan_check_response_param()
443 else if (strcmp(value, "FUNCTIONAL") == 0) in irlan_check_response_param()
445 else if (strcmp(value, "GROUP") == 0) in irlan_check_response_param()
447 else if (strcmp(value, "MAC_FRAME") == 0) in irlan_check_response_param()
449 else if (strcmp(value, "MULTICAST") == 0) in irlan_check_response_param()
451 else if (strcmp(value, "BROADCAST") == 0) in irlan_check_response_param()
453 else if (strcmp(value, "IPX_SOCKET") == 0) in irlan_check_response_param()
[all …]
/linux-2.4.37.9/fs/hpfs/
Dsuper.c182 if (!strcmp(p, "help")) return 2; in parse_opts()
183 if (!strcmp(p, "uid")) { in parse_opts()
190 else if (!strcmp(p, "gid")) { in parse_opts()
197 else if (!strcmp(p, "umask")) { in parse_opts()
204 else if (!strcmp(p, "timeshift")) { in parse_opts()
214 else if (!strcmp(p, "case")) { in parse_opts()
217 if (!strcmp(rhs, "lower")) in parse_opts()
219 else if (!strcmp(rhs, "asis")) in parse_opts()
224 else if (!strcmp(p, "conv")) { in parse_opts()
227 if (!strcmp(rhs, "binary")) in parse_opts()
[all …]
/linux-2.4.37.9/drivers/parport/
Dprobe.c86 if (!strcmp(p, "MFG") || !strcmp(p, "MANUFACTURER")) { in parse_data()
90 } else if (!strcmp(p, "MDL") || !strcmp(p, "MODEL")) { in parse_data()
94 } else if (!strcmp(p, "CLS") || !strcmp(p, "CLASS")) { in parse_data()
102 if (!strcmp(classes[i].token, sep)) { in parse_data()
109 } else if (!strcmp(p, "CMD") || in parse_data()
110 !strcmp(p, "COMMAND SET")) { in parse_data()
118 } else if (!strcmp(p, "DES") || !strcmp(p, "DESCRIPTION")) { in parse_data()
/linux-2.4.37.9/fs/hfsplus/
Doptions.c102 if (!strcmp(curropt, "creator")) { in parse_options()
107 } else if (!strcmp(curropt, "type")) { in parse_options()
112 } else if (!strcmp(curropt, "case")) { in parse_options()
113 } else if (!strcmp(curropt, "fork")) { in parse_options()
114 } else if (!strcmp(curropt, "names")) { in parse_options()
115 } else if (!strcmp(curropt, "umask")) { in parse_options()
121 } else if (!strcmp(curropt, "uid")) { in parse_options()
127 } else if (!strcmp(curropt, "gid")) { in parse_options()
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_watchdog.c910 if (strcmp(action, "reset") == 0) { in ipmi_wdog_init()
912 } else if (strcmp(action, "none") == 0) { in ipmi_wdog_init()
914 } else if (strcmp(action, "power_cycle") == 0) { in ipmi_wdog_init()
916 } else if (strcmp(action, "power_off") == 0) { in ipmi_wdog_init()
924 if (strcmp(preaction, "pre_none") == 0) { in ipmi_wdog_init()
926 } else if (strcmp(preaction, "pre_smi") == 0) { in ipmi_wdog_init()
929 } else if (strcmp(preaction, "pre_nmi") == 0) { in ipmi_wdog_init()
932 } else if (strcmp(preaction, "pre_int") == 0) { in ipmi_wdog_init()
940 if (strcmp(preop, "preop_none") == 0) { in ipmi_wdog_init()
942 } else if (strcmp(preop, "preop_panic") == 0) { in ipmi_wdog_init()
[all …]
/linux-2.4.37.9/arch/sparc/boot/
Dbtfixupprep.c75 if (array[i].type == type && !strcmp(array[i].name, name)) in find()
164 if (strcmp (sect, ".text.init")) { in main()
170 if (!strcmp (sect, ".text.exit")) in main()
172 …if (strcmp (sect, ".text") && strcmp (sect, ".text.init") && strcmp (sect, ".fixup") && (strcmp (s… in main()
208 if (!strcmp (sect, "__ksymtab")) { in main()
282 } else if (initval && strcmp(f->initvalstr, initvalstr)) { in main()
294 if (r->offset == offset && !strcmp(r->sect, sect)) { in main()
329 if (!strcmp (r->sect, ".text")) in main()
331 else if (!strcmp (r->sect, ".text.init")) in main()
333 else if (!strcmp (r->sect, "__ksymtab")) in main()
[all …]
/linux-2.4.37.9/fs/affs/
Dsuper.c115 if ((optn = "protect") && !strcmp(this_char, optn)) { in parse_options()
119 } else if ((optn = "verbose") && !strcmp(this_char, optn)) { in parse_options()
123 } else if ((optn = "mufs") && !strcmp(this_char, optn)) { in parse_options()
127 } else if ((f = !strcmp(this_char,"setuid")) || !strcmp(this_char,"setgid")) { in parse_options()
141 } else if (!strcmp(this_char,"prefix")) { in parse_options()
154 } else if (!strcmp(this_char,"volume")) { in parse_options()
161 } else if (!strcmp(this_char,"mode")) { in parse_options()
169 } else if (!strcmp(this_char,"reserved")) { in parse_options()
176 } else if (!strcmp(this_char,"root")) { in parse_options()
183 } else if (!strcmp(this_char,"bs")) { in parse_options()
[all …]
/linux-2.4.37.9/net/core/
Dpktgen.c979 if (!strcmp(name, "stop")) { in proc_write()
990 if (!strcmp(name, "pkt_size")) { in proc_write()
1001 if (!strcmp(name, "frags")) { in proc_write()
1010 if (!strcmp(name, "ipg")) { in proc_write()
1019 if (!strcmp(name, "udp_src_min")) { in proc_write()
1028 if (!strcmp(name, "udp_dst_min")) { in proc_write()
1037 if (!strcmp(name, "udp_src_max")) { in proc_write()
1046 if (!strcmp(name, "udp_dst_max")) { in proc_write()
1055 if (!strcmp(name, "clone_skb")) { in proc_write()
1065 if (!strcmp(name, "count")) { in proc_write()
[all …]
/linux-2.4.37.9/include/asm-sparc64/
Dparport.h105 if (!strcmp(edev->prom_name, "ecpp")) in ebus_ecpp_p()
107 if (!strcmp(edev->prom_name, "parallel")) { in ebus_ecpp_p()
113 if (!strcmp(compat, "ecpp")) in ebus_ecpp_p()
115 if (!strcmp(compat, "ns87317-ecpp") && in ebus_ecpp_p()
116 !strcmp(compat + 13, "ecpp")) in ebus_ecpp_p()
132 if (strcmp(isa_dev->prom_name, "dma")) in parport_isa_probe()
137 if (!strcmp(child->prom_name, "parallel")) in parport_isa_probe()
/linux-2.4.37.9/scripts/
Dtkcond.c252 && strcmp( cond2d->str, cond1d->str ) == 0 in join_condition_stack()
300 && ! strcmp( vartable[cond1a->nameindex].name, "ARCH" ) ) in eliminate_other_arch()
307 if ( (cond1b->op == op_eq && strcmp( cond1c->str, current_arch )) in eliminate_other_arch()
308 || (cond1b->op == op_neq && ! strcmp( cond1c->str, current_arch )) ) in eliminate_other_arch()
316 else if ( (cond1b->op == op_neq && strcmp( cond1c->str, current_arch )) in eliminate_other_arch()
317 || (cond1b->op == op_eq && ! strcmp( cond1c->str, current_arch )) ) in eliminate_other_arch()
328 if ( (cond1b->op == op_eq && strcmp( cond1c->str, current_arch )) in eliminate_other_arch()
329 || (cond1b->op == op_neq && ! strcmp( cond1c->str, current_arch )) ) in eliminate_other_arch()
337 else if ( (cond1b->op == op_neq && strcmp( cond1c->str, current_arch )) in eliminate_other_arch()
338 || (cond1b->op == op_eq && ! strcmp( cond1c->str, current_arch )) ) in eliminate_other_arch()
[all …]
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_bhv.c98 if (!strcmp(this_char, MNTOPT_NOQUOTA)) { in xfs_qm_parseargs()
102 } else if (!strcmp(this_char, MNTOPT_QUOTA) || in xfs_qm_parseargs()
103 !strcmp(this_char, MNTOPT_UQUOTA) || in xfs_qm_parseargs()
104 !strcmp(this_char, MNTOPT_USRQUOTA)) { in xfs_qm_parseargs()
107 } else if (!strcmp(this_char, MNTOPT_QUOTANOENF) || in xfs_qm_parseargs()
108 !strcmp(this_char, MNTOPT_UQUOTANOENF)) { in xfs_qm_parseargs()
112 } else if (!strcmp(this_char, MNTOPT_GQUOTA) || in xfs_qm_parseargs()
113 !strcmp(this_char, MNTOPT_GRPQUOTA)) { in xfs_qm_parseargs()
116 } else if (!strcmp(this_char, MNTOPT_GQUOTANOENF)) { in xfs_qm_parseargs()
/linux-2.4.37.9/fs/fat/
Dinode.c242 if (!strcmp(this_char,"check") && value) { in parse_options()
245 else if (!strcmp(value,"relaxed")) in parse_options()
247 else if (!strcmp(value,"normal")) in parse_options()
249 else if (!strcmp(value,"strict")) in parse_options()
253 else if (!strcmp(this_char,"conv") && value) { in parse_options()
256 else if (!strcmp(value,"binary")) in parse_options()
258 else if (!strcmp(value,"text")) in parse_options()
260 else if (!strcmp(value,"auto")) in parse_options()
264 else if (!strcmp(this_char,"dots")) { in parse_options()
267 else if (!strcmp(this_char,"nocase")) { in parse_options()
[all …]
/linux-2.4.37.9/fs/jfs/
Dsuper.c201 if (!strcmp(this_char, "errors")) { in parse_options()
204 if (!strcmp(value, "continue")) { in parse_options()
208 } else if (!strcmp(value, "remount-ro")) { in parse_options()
212 } else if (!strcmp(value, "panic")) { in parse_options()
220 } else if (!strcmp(this_char, "integrity")) { in parse_options()
222 } else if (!strcmp(this_char, "nointegrity")) { in parse_options()
224 } else if (!strcmp(this_char, "iocharset")) { in parse_options()
229 if (!strcmp(value, "none")) in parse_options()
233 } else if (!strcmp(this_char, "resize")) { in parse_options()
243 } else if (!strcmp(this_char, "grpquota") in parse_options()
[all …]
/linux-2.4.37.9/drivers/net/skfp/
Dqueue.c165 if (!strcmp(flag,"smt"))
167 else if (!strcmp(flag,"smtf"))
169 else if (!strcmp(flag,"pcm"))
171 else if (!strcmp(flag,"rmt"))
173 else if (!strcmp(flag,"cfm"))
175 else if (!strcmp(flag,"ecm"))
/linux-2.4.37.9/fs/ext2/
Dsuper.c178 if (!strcmp (this_char, "bsddf")) in parse_options()
180 else if (!strcmp (this_char, "nouid32")) { in parse_options()
183 else if (!strcmp (this_char, "check")) { in parse_options()
184 if (!value || !*value || !strcmp (value, "none")) in parse_options()
193 else if (!strcmp (this_char, "debug")) in parse_options()
195 else if (!strcmp (this_char, "errors")) { in parse_options()
201 if (!strcmp (value, "continue")) { in parse_options()
206 else if (!strcmp (value, "remount-ro")) { in parse_options()
211 else if (!strcmp (value, "panic")) { in parse_options()
222 else if (!strcmp (this_char, "grpid") || in parse_options()
[all …]
/linux-2.4.37.9/drivers/net/wan/
Dcomx.c261 if (strcmp(comxdir->name, FILENAME_HARDWARE) == 0 || in comx_open()
262 strcmp(comxdir->name, FILENAME_PROTOCOL) == 0) in comx_open()
305 if (strcmp(comxdir->name, FILENAME_HARDWARE) == 0 || in comx_close()
306 strcmp(comxdir->name, FILENAME_PROTOCOL) == 0) in comx_close()
550 if (strcmp(file->name, FILENAME_STATUS) == 0) { in comx_read_proc()
552 } else if (strcmp(file->name, FILENAME_HARDWARE) == 0) { in comx_read_proc()
555 } else if (strcmp(file->name, FILENAME_PROTOCOL) == 0) { in comx_read_proc()
558 } else if (strcmp(file->name, FILENAME_LINEUPDELAY) == 0) { in comx_read_proc()
584 if (strcmp(file->name, FILENAME_HARDWARELIST) == 0) { in comx_root_read_proc()
587 } else if (strcmp(file->name, FILENAME_PROTOCOLLIST) == 0) { in comx_root_read_proc()
[all …]
/linux-2.4.37.9/drivers/usb/
Daiptek.c908 if (strcmp(keyword, "pointer") == 0) { in aiptek_procfs_parse()
909 if (strcmp(value, "stylus") == 0) { in aiptek_procfs_parse()
911 } else if (strcmp(value, "mouse") == 0) { in aiptek_procfs_parse()
913 } else if (strcmp(value, "either") == 0) { in aiptek_procfs_parse()
916 } else if (strcmp(keyword, "coordinate") == 0) { in aiptek_procfs_parse()
917 if (strcmp(value, "relative") == 0) { in aiptek_procfs_parse()
920 } else if (strcmp(value, "absolute") == 0) { in aiptek_procfs_parse()
924 } else if (strcmp(keyword, "xtilt") == 0) { in aiptek_procfs_parse()
925 if (strcmp(value, "disable") == 0) { in aiptek_procfs_parse()
932 } else if (strcmp(keyword, "ytilt") == 0) { in aiptek_procfs_parse()
[all …]
/linux-2.4.37.9/drivers/sbus/char/
Denvctrl.c749 if (!(strcmp(chnl_desc,"temp,cpu")) || in envctrl_set_mon()
750 !(strcmp(chnl_desc,"temp,cpu0")) || in envctrl_set_mon()
751 !(strcmp(chnl_desc,"temp,cpu1")) || in envctrl_set_mon()
752 !(strcmp(chnl_desc,"temp,cpu2")) || in envctrl_set_mon()
753 !(strcmp(chnl_desc,"temp,cpu3"))) in envctrl_set_mon()
756 if (!(strcmp(chnl_desc,"vddcore,cpu0")) || in envctrl_set_mon()
757 !(strcmp(chnl_desc,"vddcore,cpu1")) || in envctrl_set_mon()
758 !(strcmp(chnl_desc,"vddcore,cpu2")) || in envctrl_set_mon()
759 !(strcmp(chnl_desc,"vddcore,cpu3"))) in envctrl_set_mon()
762 if (!(strcmp(chnl_desc,"temp,motherboard"))) in envctrl_set_mon()
[all …]
/linux-2.4.37.9/fs/ext3/
Dsuper.c519 if (!strcmp (this_char, "bsddf")) in parse_options()
521 else if (!strcmp (this_char, "nouid32")) { in parse_options()
524 else if (!strcmp (this_char, "abort")) in parse_options()
526 else if (!strcmp (this_char, "check")) { in parse_options()
527 if (!value || !*value || !strcmp (value, "none")) in parse_options()
537 else if (!strcmp (this_char, "debug")) in parse_options()
539 else if (!strcmp (this_char, "errors")) { in parse_options()
542 if (!strcmp (value, "continue")) { in parse_options()
547 else if (!strcmp (value, "remount-ro")) { in parse_options()
552 else if (!strcmp (value, "panic")) { in parse_options()
[all …]
/linux-2.4.37.9/arch/x86_64/kernel/
Dsetup64.c91 if (!strcmp(s, "all") || !strcmp(s,"on")) { in nonx32_setup()
94 } else if (!strcmp(s, "off")) { in nonx32_setup()
97 } else if (!strcmp(s, "stack")) { in nonx32_setup()
100 } else if (!strcmp(s, "force")) { in nonx32_setup()
102 } else if (!strcmp(s, "compat")) { in nonx32_setup()
/linux-2.4.37.9/arch/sparc64/prom/
Dtree.c167 if(strcmp(namebuf, name) == 0) return 1; in prom_nodematch()
187 if(strcmp(nodename, promlib_buf)==0) return thisnode; in prom_searchsiblings()
206 if (!strcmp (buffer, "sbus")) in prom_getname()
214 if (!strcmp (buffer, "pci")) in prom_getname()
223 if (!strcmp (buffer, "ebus")) in prom_getname()
232 if (!strcmp (buffer, "ide")) in prom_getname()
332 if(!strcmp(buf, prop)) in prom_node_has_property()

12345678910>>...18