Lines Matching refs:kobj_lex

204 kobj_lex(struct _buf *file, char *val, size_t size)  in kobj_lex()  function
528 if ((token = kobj_lex(file, tok1, sizeof (tok1))) == COLON) { in do_sysfile_cmd()
529 token = kobj_lex(file, tok1, sizeof (tok1)); in do_sysfile_cmd()
564 if (kobj_lex(file, tok1, sizeof (tok1)) != NAME) { in do_sysfile_cmd()
573 if ((token = kobj_lex(file, tok2, sizeof (tok2))) == COLON) { in do_sysfile_cmd()
574 if ((token = kobj_lex(file, tok2, in do_sysfile_cmd()
583 op = kobj_lex(file, tok1, sizeof (tok1)); in do_sysfile_cmd()
620 switch ((tok3 = kobj_lex(file, tok1, sizeof (tok1)))) { in do_sysfile_cmd()
678 if ((token = kobj_lex(file, tok1, sizeof (tok1))) != COLON) { in do_sysfile_cmd()
684 while ((token = kobj_lex(file, cp, in do_sysfile_cmd()
715 if ((token = kobj_lex(file, tok1, sizeof (tok1))) != COLON) { in do_sysfile_cmd()
777 while ((token = kobj_lex(file, tokval, in mod_read_system_file()
1928 } while ((token = kobj_lex(file, tokbuf, linesize)) != SEMICOLON); in get_hwc_spec()
2082 while ((token = kobj_lex(file, tokval, MAX_HWC_LINESIZE)) != EOF) { in hwc_parse_now()
2164 token = kobj_lex(file, tokbuf, sizeof (tokbuf)); in make_aliases()
2289 token = kobj_lex(file, tokbuf, sizeof (tokbuf)); in read_binding_file()
2470 token = kobj_lex(file, tokbuf, sizeof (tokbuf)); in read_dacf_binding_file()
2834 token = kobj_lex(file, tokbuf, sizeof (tokbuf)); in read_class_file()
2965 while ((token = kobj_lex(file, tokbuf, sizeof (tokbuf))) != EOF) { in open_mach_list()
3050 token = kobj_lex(file, tokbuf, sizeof (tokbuf)); in process_rtc_config_file()