Searched refs:dim_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1357 dld_ioc_info_t *dim_list; /* array of ioctl structures */ member in struct:dld_ioc_modentry
1358 uint_t dim_count; /* number of elements in dim_list */
1362 * For all modules except for dld, dim_list and dim_count are assigned
1404 dim->dim_list = list;
1427 * dim_list containing the details for the ioctl being processed.
1467 if ((dip == NULL && dops == NULL) || dim->dim_list == NULL) {
1473 if (cmd == dim->dim_list[i].di_cmd)
1481 info = &dim->dim_list[i];

Completed in 45 milliseconds