Lines Matching defs:nvp_data

90 	uint64_t	 nvp_data;
138 nvp->nvp_data = data;
154 olddata = (void *)(uintptr_t)nvp->nvp_data;
163 nvp->nvp_data = (uint64_t)(uintptr_t)data;
381 value = (uint8_t)nvp->nvp_data;
399 value = (uint64_t)nvp->nvp_data;
417 memcpy(ptr, (const void *)(intptr_t)nvp->nvp_data, nvp->nvp_datasize);
484 value = (int64_t)nvp->nvp_data;
514 memcpy(ptr, (const void *)(intptr_t)nvp->nvp_data, nvp->nvp_datasize);
529 memcpy(ptr, (const void *)(intptr_t)nvp->nvp_data, nvp->nvp_datasize);
544 memcpy(ptr, (const void *)(intptr_t)nvp->nvp_data, nvp->nvp_datasize);
628 if (nvp->nvp_data == 0) {
632 nvlist_size((const nvlist_t *)(intptr_t)nvp->nvp_data);
693 nvp->nvp_data = 0;
744 nvp->nvp_data = (uint64_t)value;
766 nvp->nvp_data = be64dec(ptr);
768 nvp->nvp_data = le64dec(ptr);
794 nvp->nvp_data = (uint64_t)(uintptr_t)nv_strdup((const char *)ptr);
795 if (nvp->nvp_data == 0)
825 nvp->nvp_data = (uint64_t)(uintptr_t)value;
864 nvp->nvp_data = (uint64_t)fds[idx];
894 nvp->nvp_data = (uint64_t)(uintptr_t)value;
927 nvp->nvp_data = (uint64_t)(uintptr_t)value;
963 nvp->nvp_data = (uint64_t)(uintptr_t)value;
1018 nvp->nvp_data = (uint64_t)(uintptr_t)value;
1075 nvp->nvp_data = (uint64_t)(uintptr_t)array;
1117 nvp->nvp_data = (uint64_t)(uintptr_t)value;
1152 nvp->nvp_data = 0x00;
1810 return (nvp->nvp_data == 1);
1819 return (nvp->nvp_data);
1829 return ((const char *)(intptr_t)nvp->nvp_data);
1839 return ((const nvlist_t *)(intptr_t)nvp->nvp_data);
1850 return ((int)nvp->nvp_data);
1864 return ((const void *)(intptr_t)nvp->nvp_data);
1877 return ((const bool *)(intptr_t)nvp->nvp_data);
1890 return ((const uint64_t *)(intptr_t)nvp->nvp_data);
1903 return ((const char * const *)(intptr_t)nvp->nvp_data);
1916 return ((const nvlist_t * const *)((intptr_t)nvp->nvp_data));
1930 return ((const int *)(intptr_t)nvp->nvp_data);
1998 nvlist_t **nvls = (void *)(uintptr_t)nvp->nvp_data;
2058 close((int)nvp->nvp_data);
2062 close(((int *)(intptr_t)nvp->nvp_data)[i]);
2063 nv_free((int *)(intptr_t)nvp->nvp_data);
2067 nvlist_destroy((nvlist_t *)(intptr_t)nvp->nvp_data);
2070 nv_free((char *)(intptr_t)nvp->nvp_data);
2073 nv_free((void *)(intptr_t)nvp->nvp_data);
2078 ((nvlist_t **)(intptr_t)nvp->nvp_data)[i]);
2080 nv_free(((nvlist_t **)(intptr_t)nvp->nvp_data));
2083 nv_free((uint64_t *)(intptr_t)nvp->nvp_data);
2086 nv_free((bool *)(intptr_t)nvp->nvp_data);
2090 nv_free(((char **)(intptr_t)nvp->nvp_data)[i]);
2091 nv_free((char **)(intptr_t)nvp->nvp_data);