Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147698332
D30852.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1005 B
Referenced Files
None
Subscribers
None
D30852.diff
View Options
diff --git a/sys/cam/cam_xpt.h b/sys/cam/cam_xpt.h
--- a/sys/cam/cam_xpt.h
+++ b/sys/cam/cam_xpt.h
@@ -105,9 +105,6 @@
struct cam_path *path2);
int xpt_path_comp_dev(struct cam_path *path,
struct cam_ed *dev);
-void xpt_print_path(struct cam_path *path);
-void xpt_print_device(struct cam_ed *device);
-void xpt_print(struct cam_path *path, const char *fmt, ...);
int xpt_path_string(struct cam_path *path, char *str,
size_t str_len);
int xpt_path_sbuf(struct cam_path *path, struct sbuf *sb);
@@ -116,6 +113,9 @@
lun_id_t xpt_path_lun_id(struct cam_path *path);
struct cam_sim *xpt_path_sim(struct cam_path *path);
struct cam_periph *xpt_path_periph(struct cam_path *path);
+void xpt_print_path(struct cam_path *path);
+void xpt_print_device(struct cam_ed *device);
+void xpt_print(struct cam_path *path, const char *fmt, ...);
void xpt_async(u_int32_t async_code, struct cam_path *path,
void *async_arg);
void xpt_rescan(union ccb *ccb);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 14, 12:36 AM (8 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29643823
Default Alt Text
D30852.diff (1005 B)
Attached To
Mode
D30852: cam: Group all xpt_path*() functions together in cam_xpt.h
Attached
Detach File
Event Timeline
Log In to Comment