Searched refs:device_pathname (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access_impl.h | 180 char device_pathname[PATH_MAX]; /* device name */ member
|
H A D | fru_access.c | 810 (void) strlcpy(cont_hash_obj->u.cont_obj->device_pathname, devpath, in fru_open_container() 1074 device_fd = open(cont_object->u.cont_obj->device_pathname, in fru_get_sections() 1273 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_add_segment() 1560 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_delete_segment() 1695 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_read_segment() 1997 device_fd = open(cont_hash_obj->u.cont_obj->device_pathname, in fru_get_num_packets() 2121 device_fd = open(container_hash_obj->u.cont_obj->device_pathname, in fru_get_payload() 2228 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_update_payload() 2374 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_append_packet() 2588 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_delete_packet()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access_impl.h | 184 char device_pathname[PATH_MAX]; /* device name */ member
|
H A D | fru_access.c | 819 (void) strlcpy(cont_hash_obj->u.cont_obj->device_pathname, devpath, in fru_open_container() 1147 open(cont_object->u.cont_obj->device_pathname, O_RDONLY); in fru_get_sections() 1345 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_add_segment() 1634 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_delete_segment() 1767 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDONLY); in fru_read_segment() 2123 device_fd = open(cont_hash_obj->u.cont_obj->device_pathname, in fru_get_num_packets() 2331 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_update_payload() 2485 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_append_packet() 2684 fd = open(cont_hash->u.cont_obj->device_pathname, O_RDWR); in fru_delete_packet()
|
/titanic_50/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access_impl.h | 178 char device_pathname[PATH_MAX]; /* device name */ member
|
H A D | raw_access.c | 1106 (void) strncpy(cont_hash_obj->u.cont_obj->device_pathname, "unknown", in open_raw_data() 1107 sizeof (cont_hash_obj->u.cont_obj->device_pathname)); in open_raw_data()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | fru_access_impl.h | 235 char device_pathname[PATH_MAX]; /* device name */ member
|