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

/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h158 struct dlist { struct
161 struct dlist *multipath;
162 struct dlist *next;
163 struct dlist *prev;
171 struct dlist *multipath_list;
184 struct dlist *seslist;
185 struct dlist *dlhead;
385 extern void g_free_multipath(struct dlist *);
397 extern int g_get_multipath(char *, struct dlist **,
405 extern int g_offline_drive(struct dlist *, in
[all...]
H A Dg_state.h185 extern int g_get_port_multipath(char *, struct dlist **, int);
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da_state.h95 extern int l_ex_open_test(struct dlist *, char *, int);
H A Da5k.h451 struct dlist *ib_multipath_list;
494 extern int l_get_allses(char *, struct box_list_struct *, struct dlist **,
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c714 dlist_find(int board, char **dlist, int *disabled) argument
725 else if (err = prom_get_prop(prom_fd, dlprop, dlist)) {
734 if ((dl = *dlist) != NULL) {
752 dlist_update(int board, int disable, char *dlist, struct cfga_msg *msgp, argument
773 if (dlist) {
774 int len = strlen(dlist);
779 b[0] = dlist[i];
797 ndlist[j++] = dlist[i];
890 char *dlist; local
923 if (opterr = dlist_find(idx, &dlist,
1078 char *dlist; local
1400 char *dlist; local
[all...]
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dlibdevalloc.c1796 da_add_list(da_devlist_t *dlist, char *link, int new_instance, int flag) argument
1809 if (dlist == NULL || link == NULL)
1814 dentry = dlist->audio;
1819 dentry = dlist->cd;
1824 dentry = dlist->floppy;
1829 dentry = dlist->tape;
1834 dentry = dlist->rmdisk;
1949 dlist->audio = nentry;
1951 dlist->cd = nentry;
1953 dlist
1972 da_remove_list(da_devlist_t *dlist, char *link, int type, char *devname, int size) argument
2139 da_rm_list_entry(da_devlist_t *dlist, char *link, int type, char *devname) argument
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c90 static int get_multipath(char *, struct dlist **,
92 static int get_multipath_disk(char *, struct dlist **,
1137 fc_port_dev_t *dlist; local
1139 *dev_list = dlist = NULL;
1195 if ((dlist = (fc_port_dev_t *)calloc(num_devices,
1206 fcio.fcio_obuf = (caddr_t)dlist;
1216 free(dlist);
1219 if ((dlist = (fc_port_dev_t *)calloc(num_devices,
1227 fcio.fcio_obuf = (caddr_t)dlist;
1247 free(dlist);
2157 fc_port_dev_t *dev_list = NULL, *dlist; local
[all...]
H A Dhot.c110 struct dlist *ml = NULL;
347 g_offline_drive(struct dlist *dl, int force_flag)
390 g_online_drive(struct dlist *dl, int force_flag)
444 struct dlist *dl;
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dlhot.c704 online_dev(struct dlist *dl_head, int force_flag)
706 struct dlist *dl, *dl1;
733 struct dlist *dl_head, *dl_tail, *dl, *dl_ses;
769 if ((dl = g_zalloc(sizeof (struct dlist))) == NULL) {
813 if ((dl = g_zalloc(sizeof (struct dlist))) == NULL) {
H A Ddiag.c76 d_offline_drive(struct dlist *dl, int *bsy_res_flag_p, int verbose)
130 struct dlist *p_list;
411 struct dlist *p_list;
H A Dmon.c806 struct dlist *dl, *dl1;
815 dl = (struct dlist *)NULL;
907 if ((dl = (struct dlist *)g_zalloc(sizeof (struct dlist))) == NULL) {
996 struct dlist *dl, *dl1;
1005 dl = (struct dlist *)NULL;
1059 if ((dl = (struct dlist *)
1060 g_zalloc(sizeof (struct dlist))) == NULL) {
1111 if ((dl = (struct dlist *)
1112 g_zalloc(sizeof (struct dlist)))
[all...]

Completed in 58 milliseconds