Searched defs:dp2 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c744 const grub_efi_device_path_t *dp2)
746 if (! dp1 || ! dp2)
758 type2 = GRUB_EFI_DEVICE_PATH_TYPE (dp2);
764 subtype2 = GRUB_EFI_DEVICE_PATH_SUBTYPE (dp2);
770 len2 = GRUB_EFI_DEVICE_PATH_LENGTH (dp2);
775 ret = grub_memcmp (dp1, dp2, len1);
783 dp2 = (grub_efi_device_path_t *) ((char *) dp2 + len2);
743 grub_efi_compare_device_paths(const grub_efi_device_path_t *dp1, const grub_efi_device_path_t *dp2) argument
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c1034 dl_log_params_protocol_spld_header_t *dp2; local
1173 dp2 = (dl_log_params_protocol_spld_header_t *)
1177 if (dp2->lppsh_spld_len == 0)
1190 dp2->lppsh_attached_reason) {
1200 dp2->lppsh_attached_dev_type) {
1210 dp2->lppsh_link_rate) {
1220 dp2->lppsh_reason) {
1239 dp2->lppsh_phy_id, dp2->lppsh_spld_len,
1241 dp2
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c1385 di_devfs_path_match(const char *dp1, const char *dp2) argument
1394 for (p1 = dp1, p2 = dp2; (*p1 == *p2) && *p1; p1++, p2++) {

Completed in 61 milliseconds