Lines Matching +full:memory +full:- +full:controllers
44 * disks, controllers, and related components.
48 * -------
62 * ------
74 * EPERM not super-user
75 * ENOMEM not enough memory
85 * It is possible for the system to run out of memory while receiving events.
94 * There is no way to determine if the system ran out of memory before the
99 * MEMORY MANAGEMENT
100 * -----------------
102 * Most of the functions that return data are returning memory that has been
104 * application should call the proper free function to free the memory. Most of
110 * The following list shows the functions that return allocated memory and the
111 * corresponding function to free the memory:
122 * ------
141 * ---------------
149 * multiple controllers
150 * multiple controllers with mpxio
152 * configuration. The two interesting cases are multi-path with and without
154 * (scsi_vhci). The physical controllers, the paths to the drive, can be
163 * called with a type of DM_CONTROLLER. The controllers for each of the aliases
166 * controllers returned; the first corresponds to c5 and the second corresponds
169 * In the multi-path, non-mpxio case the drive has more than one alias.
174 * algorithm is not restricted to the multi-path, non-mpxio case. For example,
196 * controllers, media, slices, partitions, paths and buses. The descriptors are
223 * bus --- controller --- drive --- media |
280 #define DM_FILTER_END -1