Home
last modified time | relevance | path

Searched refs:next_path (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h55 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 Dtokenize.c308 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 Dpre-process.c903 …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 Drsmka_pathmanager.c2035 current = adapter->next_path; in lookup_path()
2088 current = adapter->next_path; in rsm_find_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()
2175 adapter->next_path = current->next_path; in destroy_path()
2177 prev->next_path = current->next_path; in destroy_path()
2293 current = current->next_path; in get_remote_nodeid()
2326 current = current->next_path; in get_remote_hwaddr()
2873 path = adapter->next_path; in get_topology()
[all …]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h142 struct path *next_path; member
178 path_t *next_path; member
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c1324 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 Dpsvcplugin.c346 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 Dscsi_vhci.c2734 goto next_path; in vhci_run_cmd()
2737 goto next_path; in vhci_run_cmd()
2742 next_path: in vhci_run_cmd()