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

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c70 } hash_data_t; typedef in typeref:struct:hash_data_s
291 hash_data_t *data;
309 if (data = (hash_data_t *)nsc_lookup(schash, dgname)) {
524 hash_data_t *hdp;
587 hdp = (hash_data_t *)malloc(sizeof (hash_data_t));
H A Dcfg_vols.c65 } hash_data_t; typedef in typeref:struct:hash_data_s
73 static hash_data_t *make_svol_data(char *, char *, char *, int);
74 static hash_data_t *make_dsvol_data(char *, char *, char *, int);
126 hash_data_t *data;
286 hash_data_t *data;
590 hash_data_t *data;
704 hash_data_t *data;
920 static hash_data_t *
923 hash_data_t *data;
925 data = (hash_data_t *)mallo
[all...]

Completed in 73 milliseconds