Searched refs:dp1 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | startup.c | 80 static void check_dtypes_for_inconsistency(struct disk_type *dp1, 2395 struct disk_type *dp1; in search_duplicate_dtypes() local 2402 dp1 = mlp->ctlr_type->ctype_dlist; in search_duplicate_dtypes() 2403 while (dp1 != NULL) { in search_duplicate_dtypes() 2404 dp2 = dp1->dtype_next; in search_duplicate_dtypes() 2406 check_dtypes_for_inconsistency(dp1, dp2); in search_duplicate_dtypes() 2409 dp1 = dp1->dtype_next; in search_duplicate_dtypes() 2460 check_dtypes_for_inconsistency(dp1, dp2) in check_dtypes_for_inconsistency() argument 2461 struct disk_type *dp1; in check_dtypes_for_inconsistency() 2473 if (strcmp(dp1->dtype_asciilabel, dp2->dtype_asciilabel) != 0) { [all …]
|
/titanic_41/usr/src/common/iscsi/ |
H A D | utils.c | 216 char *dp1; in reverse_fqdn() local 220 if ((dp = dp1 = malloc(strlen(domain) + 1)) == NULL) in reverse_fqdn() 226 free(dp1); in reverse_fqdn() 237 free(dp1); in reverse_fqdn()
|
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | itm_util.c | 543 itmc_data_pair_t **dp1; in map_table() local 753 for (n = 0, dp1 = tpp; n < (num-1); n++, dp1++) { in map_table() 754 if (((*(dp1+0))->range.size != 0) && in map_table() 755 (0 <= data_compare(&((*(dp1+0))->range), in map_table() 756 &((*(dp1+1))->data0)))) { in map_table() 760 data_to_hexadecimal(&((*(dp1+0))->range)), in map_table() 761 data_to_hexadecimal(&((*(dp1+1))->data0))); in map_table()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 359 extern int di_devfs_path_match(const char *dp1, const char *dp2);
|
H A D | devinfo.c | 1280 di_devfs_path_match(const char *dp1, const char *dp2) in di_devfs_path_match() argument 1289 for (p1 = dp1, p2 = dp2; (*p1 == *p2) && *p1; p1++, p2++) { in di_devfs_path_match()
|