Lines Matching refs:data

26  * Interfaces for getting device configuration data from kernel
240 * If private data is requested, copy the format specification
1449 /* minor data access */
1485 * no minor data-->check if snapshot includes minor data
2072 * Consolidation private interfaces for accessing I/O multipathing data
2104 * No pathing data; check if the snapshot includes path data in order
2146 * No pathing data; check if the snapshot includes path data in order
2188 * The node had multipathing data but didn't appear to be a
2343 * no property data-->check if snapshot includes props
2644 * Consolidation private interfaces for private data
2658 * Private data requested, but not obtained due to a memory
2689 * Private data requested, but not obtained due to a memory
2773 /* check if hotplug data is included in snapshot */
2822 * no hotplug data-->check if snapshot includes hotplug data
3056 uchar_t *data;
3100 if (tmp->data != NULL) {
3101 free(tmp->data);
3190 prop->data = NULL;
3191 else if ((prop->data = malloc(prop->len)) == NULL) {
3197 bcopy(opp->oprom_array, prop->data, prop->len);
3269 *prom_prop_data = ((struct di_prom_prop *)prom_prop)->data;
3338 prop->data = NULL;
3363 if ((prop->data = malloc(prop->len)) == NULL) {
3369 bcopy(opp->oprom_array, prop->data, prop->len);
3397 len = di_prop_decode_common((void *)&prop->data, prop->len,
3399 *prom_prop_data = (int *)((void *)prop->data);
3427 if (((char *)prop->data)[prop->len - 1] != '\0') {
3430 if ((tmp = realloc(prop->data, prop->len)) == NULL)
3433 prop->data = tmp;
3434 ((char *)prop->data)[prop->len - 1] = '\0';
3437 di_node_name(node), prom_prop_name, prop->data));
3440 len = di_prop_decode_common((void *)&prop->data, prop->len,
3442 *prom_prop_data = (char *)prop->data;
3466 len = di_prop_decode_common((void *)&prop->data, prop->len,
3468 *prom_prop_data = prop->data;
3623 di_minor_private_set(di_minor_t minor, void *data)
3625 DI_MINOR(minor)->user_private_data = (uintptr_t)data;
3635 di_node_private_set(di_node_t node, void *data)
3637 DI_NODE(node)->user_private_data = (uintptr_t)data;
3647 di_path_private_set(di_path_t path, void *data)
3649 DI_PATH(path)->user_private_data = (uintptr_t)data;
3659 di_lnode_private_set(di_lnode_t lnode, void *data)
3661 DI_LNODE(lnode)->user_private_data = (uintptr_t)data;
3671 di_link_private_set(di_link_t link, void *data)
3673 DI_LINK(link)->user_private_data = (uintptr_t)data;
3807 * Invoke callback for each link data on the link list of first node
3839 DPRINTF((DI_INFO, "walking %s link data under %s\n",
3861 DPRINTF((DI_INFO, "Start link data walking from node %s\n",
3872 * Invoke callback for each link data on the link list of first node
3904 DPRINTF((DI_INFO, "walking lnode data under %s\n", devfspath));
3924 DPRINTF((DI_INFO, "Start lnode data walking from node %s\n",