Searched defs:build_table (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_rcm.c | 81 static int build_table(rcm_info_t *info, info_table_t **tablep, 337 if ((rv = build_table(info, &table, &table_len)) != 0) { 511 * build_table() 517 build_table(rcm_info_t *info, info_table_t **tablep, size_t *table_lenp) function
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 411 /* see comments before build_table() */ 427 static void build_table(file_list_t *table[], char *file); 846 build_table(exclude_tbl, Xfile); 1125 * if so, move the 3rd argument into "-I"'s place, build_table() 1139 build_table(include_tbl, argv[++argc]); 5496 build_table(file_list_t *table[], char *file) function
|
Completed in 70 milliseconds