Lines Matching refs:strcmp
255 if (!strcmp(key, "debug")) { in uclparse_toplevel()
264 if (!strcmp(key, "timeout")) { in uclparse_toplevel()
273 if (!strcmp(key, "maxproc")) { in uclparse_toplevel()
282 if (!strcmp(key, "pidfile")) { in uclparse_toplevel()
292 if (!strcmp(key, "isns-server")) { in uclparse_toplevel()
313 if (!strcmp(key, "isns-period")) { in uclparse_toplevel()
322 if (!strcmp(key, "isns-timeout")) { in uclparse_toplevel()
331 if (!strcmp(key, "auth-group")) { in uclparse_toplevel()
343 if (!strcmp(key, "portal-group")) { in uclparse_toplevel()
355 if (!strcmp(key, "lun")) { in uclparse_toplevel()
373 if (!strcmp(key, "target")) { in uclparse_toplevel()
402 if (!strcmp(name, "default") && in uclparse_auth_group()
416 if (!strcmp(key, "auth-type")) { in uclparse_auth_group()
424 if (!strcmp(key, "chap")) { in uclparse_auth_group()
439 if (!strcmp(key, "chap-mutual")) { in uclparse_auth_group()
454 if (!strcmp(key, "initiator-name")) { in uclparse_auth_group()
472 if (!strcmp(key, "initiator-portal")) { in uclparse_auth_group()
502 if (strcmp(name, "default") == 0 && in uclparse_portal_group()
516 if (!strcmp(key, "discovery-auth-group")) { in uclparse_portal_group()
528 if (!strcmp(key, "discovery-filter")) { in uclparse_portal_group()
541 if (!strcmp(key, "listen")) { in uclparse_portal_group()
563 if (!strcmp(key, "listen-iser")) { in uclparse_portal_group()
585 if (!strcmp(key, "redirect")) { in uclparse_portal_group()
598 if (!strcmp(key, "options")) { in uclparse_portal_group()
613 if (!strcmp(key, "dscp")) { in uclparse_portal_group()
623 if (strcmp(key, "0x") == 0) in uclparse_portal_group()
625 else if (strcmp(key, "be") || strcmp(key, "cs0")) in uclparse_portal_group()
627 else if (strcmp(key, "ef")) in uclparse_portal_group()
629 else if (strcmp(key, "cs0")) in uclparse_portal_group()
631 else if (strcmp(key, "cs1")) in uclparse_portal_group()
633 else if (strcmp(key, "cs2")) in uclparse_portal_group()
635 else if (strcmp(key, "cs3")) in uclparse_portal_group()
637 else if (strcmp(key, "cs4")) in uclparse_portal_group()
639 else if (strcmp(key, "cs5")) in uclparse_portal_group()
641 else if (strcmp(key, "cs6")) in uclparse_portal_group()
643 else if (strcmp(key, "cs7")) in uclparse_portal_group()
645 else if (strcmp(key, "af11")) in uclparse_portal_group()
647 else if (strcmp(key, "af12")) in uclparse_portal_group()
649 else if (strcmp(key, "af13")) in uclparse_portal_group()
651 else if (strcmp(key, "af21")) in uclparse_portal_group()
653 else if (strcmp(key, "af22")) in uclparse_portal_group()
655 else if (strcmp(key, "af23")) in uclparse_portal_group()
657 else if (strcmp(key, "af31")) in uclparse_portal_group()
659 else if (strcmp(key, "af32")) in uclparse_portal_group()
661 else if (strcmp(key, "af33")) in uclparse_portal_group()
663 else if (strcmp(key, "af41")) in uclparse_portal_group()
665 else if (strcmp(key, "af42")) in uclparse_portal_group()
667 else if (strcmp(key, "af43")) in uclparse_portal_group()
676 if (!strcmp(key, "pcp")) { in uclparse_portal_group()
708 if (!strcmp(key, "alias")) { in uclparse_target()
718 if (!strcmp(key, "auth-group")) { in uclparse_target()
746 if (!strcmp(key, "auth-type")) { in uclparse_target()
769 if (!strcmp(key, "chap")) { in uclparse_target()
788 if (!strcmp(key, "chap-mutual")) { in uclparse_target()
793 if (!strcmp(key, "initiator-name")) { in uclparse_target()
816 if (!strcmp(key, "initiator-portal")) { in uclparse_target()
839 if (!strcmp(key, "portal-group")) { in uclparse_target()
855 if (!strcmp(key, "port")) { in uclparse_target()
862 if (!strcmp(key, "redirect")) { in uclparse_target()
874 if (!strcmp(key, "lun")) { in uclparse_target()
900 if (!strcmp(key, "backend")) { in uclparse_lun()
911 if (!strcmp(key, "blocksize")) { in uclparse_lun()
921 if (!strcmp(key, "device-id")) { in uclparse_lun()
931 if (!strcmp(key, "options")) { in uclparse_lun()
946 if (!strcmp(key, "path")) { in uclparse_lun()
956 if (!strcmp(key, "serial")) { in uclparse_lun()
966 if (!strcmp(key, "size")) { in uclparse_lun()