Home
last modified time | relevance | path

Searched refs:NULLDISK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c82 #define NULLDISK (struct diskinfo *)0 macro
84 static struct diskinfo *firstdisk = NULLDISK;
85 static struct diskinfo *lastdisk = NULLDISK;
86 static struct diskinfo *snip = NULLDISK;
216 disk->next = NULLDISK; in init_disks()
247 disk->next = NULLDISK; in init_disks()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c99 #define NULLDISK (struct diskinfo *)0 macro
101 static struct diskinfo *firstdisk = NULLDISK;
102 static struct diskinfo *lastdisk = NULLDISK;
103 static struct diskinfo *snip = NULLDISK;
851 disk->next = NULLDISK; in init_disks()
881 disk->next = NULLDISK; in init_disks()