Searched refs:next_path (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | token.h | 55 const char **next_path; member 219 extern int init_stream(const char *, int fd, const char **next_path); 230 extern struct token * tokenize(const char *, int, struct token *, const char **next_path);
|
H A D | tokenize.c | 308 int init_stream(const char *name, int fd, const char **next_path) in init_stream() argument 324 current->next_path = next_path; in init_stream() 1014 struct token * tokenize(const char *name, int fd, struct token *endtoken, const char **next_path) in tokenize() argument 1021 idx = init_stream(name, fd, next_path); in tokenize()
|
H A D | pre-process.c | 903 …ude(const char *path, const char *filename, int flen, struct token **where, const char **next_path) in try_include() argument 920 *where = tokenize(streamname, fd, *where, next_path); in try_include() 1111 path = stream->next_path; in handle_include_path()
|
/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsmka_pathmanager.c | 796 ASSERT(adapter->next_path == NULL); in rsmka_remove_adapter() 2035 current = adapter->next_path; in lookup_path() 2043 current = current->next_path; in lookup_path() 2088 current = adapter->next_path; in rsm_find_path() 2095 current = current->next_path; in rsm_find_path() 2128 first_path = adapter->next_path; in link_path() 2129 adapter->next_path = path; in link_path() 2130 path->next_path = first_path; in link_path() 2162 current = adapter->next_path; in destroy_path() 2170 current = current->next_path; in destroy_path() [all …]
|
/illumos-gate/usr/src/uts/common/sys/rsm/ |
H A D | rsmka_path_int.h | 142 struct path *next_path; member 178 path_t *next_path; member
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | fchba.c | 1324 struct lun_tracking *next_path; member 1461 for (cmp = tmp; cmp->next_path != NULL; in add_lun_path() 1462 cmp = cmp->next_path) { in add_lun_path() 1472 cmp->next_path = (struct lun_tracking *)calloc(1, in add_lun_path() 1474 cmp = cmp->next_path; in add_lun_path() 1702 inner = inner->next_path) { in fchba_display_config() 1761 tmp_path = tmp_path->next_path) { in fchba_display_config() 1866 tmp_path = tmp_path->next_path) { in fchba_display_config() 1993 path = path->next_path) { in fchba_display_config()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 346 char next_path[256]; in psvcplugin_add_children() local 352 (void) snprintf(next_path, sizeof (next_path), "%s/%s", in psvcplugin_add_children() 354 psvcplugin_add_children(next_path); in psvcplugin_add_children()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 2734 goto next_path; in vhci_run_cmd() 2737 goto next_path; in vhci_run_cmd() 2742 next_path: in vhci_run_cmd()
|