Home
last modified time | relevance | path

Searched refs:build_table (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c81 static int build_table(rcm_info_t *info, info_table_t **tablep,
337 if ((rv = build_table(info, &table, &table_len)) != 0) { in merge_rcm_info()
517 build_table(rcm_info_t *info, info_table_t **tablep, size_t *table_lenp) in build_table() function
/titanic_50/usr/src/cmd/tar/
H A Dtar.c427 static void build_table(file_list_t *table[], char *file);
846 build_table(exclude_tbl, Xfile); in main()
1138 build_table(include_tbl, argv[++argc]); in main()
5495 build_table(file_list_t *table[], char *file) in build_table() function