Searched refs:diskqueue (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 115 char diskqueue[NSC_MAXPATH]; /* Disk Queue volume */ member 228 char *diskqueue = pair.diskqueue; in rdc_print() local 339 if (strlen(diskqueue) != 0) in rdc_print() 340 (void) printf(" q %s", diskqueue); in rdc_print() 412 (void) strcpy(pair_list[i].diskqueue, ""); in parse_extras() 441 (void) strncpy(pair_list[i].diskqueue, args[j + 1], in parse_extras() 461 pair->ctag, options, pair->diskqueue); in parse_cfg_buf() 466 if (strcmp(pair->diskqueue, place_holder) == 0) in parse_cfg_buf() 467 (void) strcpy(pair->diskqueue, ""); in parse_cfg_buf() 673 char *diskqueue = pair.diskqueue; in check_diskqueue() local [all …]
|
H A D | sndrboot.c | 78 char diskqueue[NSC_MAXPATH]; /* Disk Queue volume */ member 131 char diskqueue[NSC_MAXPATH]; in sndrboot_lintmain() local 230 (void) strncpy(diskqueue, in sndrboot_lintmain() 231 pair_list[pairs].diskqueue, NSC_MAXPATH); in sndrboot_lintmain() 241 diskqueue, doasync, lhost, setid) in sndrboot_lintmain() 256 tobitmap, flag, directfile, group, diskqueue, doasync, in rdc_operation() argument 262 char *group, *diskqueue; 423 (void) strncpy(parms.rdc_set->disk_queue, diskqueue, NSC_MAXPATH); 666 char diskqueue[NSC_MAXPATH]; in read_libcfg() local 723 directfile, sync, group, dummy, dummy, diskqueue); in read_libcfg() [all …]
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.h | 137 typedef struct diskqueue { /* the incore info about the diskq */ struct
|