Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 3318) sorted by path

12345678910>>...133

/illumos-gate/usr/src/boot/common/
H A Dcommands.c163 doindex = strcmp(topic, "index") == 0? 1 : 0; in command_help()
174 } else if (strcmp(topic, t)) { in command_help()
185 strcmp(subtopic, s) == 0)) { in command_help()
H A Dconsole.c267 if (strcmp(consoles[cons]->c_name, name) == 0) in cons_find()
H A Ddev_net.c136 if (netdev_sock >= 0 && strcmp(devname, netdev_name) != 0) in net_open()
404 if (strcmp(rootpath, "/") == 0) { in net_parse_rootpath()
H A Dgfx_fb.c283 if (strcmp(ev->ev_name, "tem.fg_color") == 0) { in gfx_set_colors()
289 if (strcmp(ev->ev_name, "tem.bg_color") == 0) { in gfx_set_colors()
309 t = strcmp(value, "true"); in gfx_set_inverses()
310 f = strcmp(value, "false"); in gfx_set_inverses()
316 if (strcmp(ev->ev_name, "tem.inverse") == 0) { in gfx_set_inverses()
322 if (strcmp(ev->ev_name, "tem.inverse-screen") == 0) { in gfx_set_inverses()
350 if (strcmp(env, "true") == 0) in gfx_framework_init()
357 if (strcmp(env, "true") == 0) in gfx_framework_init()
2000 if (strcmp(fl->font_name, path) == 0) in load_font()
H A Dinstall.c143 if (strcmp(tag, "KERNEL") == 0) in read_metatags()
145 else if (strcmp(tag, "MODULES") == 0) in read_metatags()
147 else if (strcmp(tag, "ROOTFS") == 0) in read_metatags()
204 if (currdev != NULL && strcmp(currdev, "pxe0:") == 0) { in install()
330 if (!strcmp(argv[argidx], "--format")) { in command_install()
H A Dinterp.c79 if (((*cmdp)->c_name != NULL) && !strcmp(argv[0], (*cmdp)->c_name)) in perform()
H A Dinterp_forth.c89 strcmp(name, (*cmdp)->c_name) == 0) in bf_command()
H A Dload_elf.c229 if (strcmp(__elfN(kerneltype), kfp->f_type)) { in __elfN()
568 if (strcmp(shstr + shdr[i].sh_name, in __elfN()
873 if (strcmp(&shstrtab[shdr[i].sh_name], in __elfN()
877 if ((strcmp(&shstrtab[shdr[i].sh_name], ".data") == 0) || in __elfN()
878 (strcmp(&shstrtab[shdr[i].sh_name], ".rodata") == 0)) { in __elfN()
1081 if (strcmp(name, strp) == 0) { in __elfN()
H A Dload_elf_obj.c442 if (strncmp(p, "set_", 4) == 0 && strcmp(p + 4, name) == 0) { in __elfN()
H A Dls.c115 if (strcmp(d->d_name, ".") && strcmp(d->d_name, "..")) { in command_ls()
H A Dmodule.c168 if (strcmp("mfs_root", typestr) == 0) in command_load()
267 if (strcmp(fp->f_type, "hash") == 0) { in command_lsmod()
846 if (((name == NULL) || strcmp(name, fp->f_name) == 0) && in file_findfile()
847 ((type == NULL) || strcmp(type, fp->f_type) == 0)) in file_findfile()
875 if (strcmp(modname, mp->m_name) == 0) { in file_findmodule()
H A Dmultiboot2.c618 if (fs != NULL && strcmp(fs, "zfs") != 0) in mb_kernel_cmdline()
990 if (mfp->f_type != NULL && strcmp(mfp->f_type, "rootfs") == 0) in multiboot2_exec()
H A Dnvstore.c74 if (strcmp(name, st->nvs_name) == 0) in nvstore_get_store()
H A Dpnp.c109 if (!strcmp(id->id_ident, ident)) in pnp_addident()
H A Dutil.c59 strcmp(const char *s1, const char *s2) in strcmp() function
H A Dutil.h44 int strcmp(const char *s1, const char *s2);
H A Dvdisk.c98 if (strcmp(vd->vdisk_path, argv[1]) == 0) { in command_mapvd()
209 if (errno != 0 || (*end != '\0' && strcmp(end, ":") != 0)) { in command_unmapvd()
/illumos-gate/usr/src/boot/common/linenoise/
H A Dexample.c22 if (!strcmp(*argv,"--multiline")) { in main()
25 } else if (!strcmp(*argv,"--keycodes")) { in main()
H A Dlinenoise.c809 if (history_len && !strcmp(history[history_len-1], line)) return 0; in linenoiseHistoryAdd()
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c871 strcmp("LoaderDev", var) == 0) { in efi_print_illumos()
908 strcmp("BootNext", var) == 0 || in efi_print_global()
909 strcmp("Timeout", var) == 0) { in efi_print_global()
969 if (strcmp("ConIn", var) == 0 || in efi_print_global()
970 strcmp("ConInDev", var) == 0 || in efi_print_global()
971 strcmp("ConOut", var) == 0 || in efi_print_global()
973 strcmp("ErrOut", var) == 0 || in efi_print_global()
989 strcmp("Lang", var) == 0) { in efi_print_global()
1097 if (strcmp(str, "global") == 0) in efi_print_var()
1101 else if (strcmp(str, in efi_print_var()
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c85 if (strcmp(console, "comconsole") == 0) in bi_getboothowto()
87 if (strcmp(console, "nullconsole") == 0) in bi_getboothowto()
H A Defiserialio.c222 if (strcmp(cp->c_name, "ttya") == 0) in comc_probe()
224 else if (strcmp(cp->c_name, "ttyb") == 0) in comc_probe()
226 else if (strcmp(cp->c_name, "ttyc") == 0) in comc_probe()
266 if (strcmp(env, "true") == 0) in comc_probe()
268 else if (strcmp(env, "false") == 0) in comc_probe()
280 if (strcmp(env, "true") == 0) in comc_probe()
282 else if (strcmp(env, "false") == 0) in comc_probe()
590 if (strcmp(value, "true") == 0) in comc_cd_set()
592 else if (strcmp(value, "false") == 0) in comc_cd_set()
617 if (strcmp(value, "true") == 0) in comc_rtsdtr_set()
[all …]
H A Dframebuffer.c332 if (ev != NULL && strcmp(ev, "Apple Inc.") == 0) { in efifb_from_uga()
334 if (ev != NULL && strcmp(ev, "iMac7,1") == 0) { in efifb_from_uga()
342 } else if (ev != NULL && strcmp(ev, "MacBook3,1") == 0) { in efifb_from_uga()
750 if (strcmp(argv[1], "off") == 0) { in command_gop()
762 if (strcmp(argv[1], "on") == 0) { in command_gop()
775 if (strcmp(argv[1], "set") == 0) { in command_gop()
805 if (strcmp(argv[1], "get") == 0) { in command_gop()
814 if (strcmp(argv[1], "list") == 0) { in command_gop()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c179 if (ptr != NULL && strcmp(ptr, "text") != 0) { in main()
635 if (strcmp(arg, "status") == 0) { in parse_cmd()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo.c110 if (!strcmp(curpos, "text")) in bi_getboothowto()
112 else if (!strcmp(curpos, "ttya")) in bi_getboothowto()
114 else if (!strcmp(curpos, "ttyb")) in bi_getboothowto()
116 else if (!strcmp(curpos, "ttyc")) in bi_getboothowto()
118 else if (!strcmp(curpos, "ttyd")) in bi_getboothowto()
120 else if (!strcmp(curpos, "null")) in bi_getboothowto()
131 if (!strcmp(string, "text")) in bi_getboothowto()

12345678910>>...133