Searched refs:kobj_lex (Results 1 – 4 of 4) sorted by relevance
| /titanic_53/usr/src/uts/common/os/ |
| H A D | modsysfile.c | 205 kobj_lex(struct _buf *file, char *val, size_t size) in kobj_lex() function 529 if ((token = kobj_lex(file, tok1, sizeof (tok1))) == COLON) { in do_sysfile_cmd() 530 token = kobj_lex(file, tok1, sizeof (tok1)); in do_sysfile_cmd() 565 if (kobj_lex(file, tok1, sizeof (tok1)) != NAME) { in do_sysfile_cmd() 574 if ((token = kobj_lex(file, tok2, sizeof (tok2))) == COLON) { in do_sysfile_cmd() 575 if ((token = kobj_lex(file, tok2, in do_sysfile_cmd() 584 op = kobj_lex(file, tok1, sizeof (tok1)); in do_sysfile_cmd() 621 switch ((tok3 = kobj_lex(file, tok1, sizeof (tok1)))) { in do_sysfile_cmd() 679 if ((token = kobj_lex(file, tok1, sizeof (tok1))) != COLON) { in do_sysfile_cmd() 685 while ((token = kobj_lex(file, cp, in do_sysfile_cmd() [all …]
|
| /titanic_53/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_53/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_53/usr/src/uts/i86pc/os/ |
| H A D | startup.c | 2915 token = kobj_lex(file, tokbuf, sizeof (tokbuf)); in set_soft_hostid()
|