Searched refs:kobj_lex (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | modsysfile.c | 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() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kobj_lex.h | 105 token_t kobj_lex(struct _buf *file, char *val, size_t size);
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | usba_devdb.c | 155 token = kobj_lex(file, tokval, sizeof (tokval)); in usba_devdb_get_conf_rec() 283 token = kobj_lex(file, tokval, sizeof (tokval)); in usba_devdb_get_conf_rec()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | startup.c | 2913 token = kobj_lex(file, tokbuf, sizeof (tokbuf)); in set_soft_hostid()
|