Searched defs:bd_open (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | biosdisk.c | 89 int bd_open; /* reference counter */ member in struct:bdinfo 107 static int bd_open(struct open_file *f, ...); 118 bd_open, 171 bdinfo[nbdinfo].bd_open = 0; 331 bd_open(struct open_file *f, ...) function 342 BD(dev).bd_open++; 356 BD(dev).bd_open--; 357 if (BD(dev).bd_open == 0) {
|
/illumos-gate/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 151 static int bd_open(dev_t *, int, int, cred_t *); 182 bd_open, /* open */ 865 bd_open(dev_t *devp, int flag, int otyp, cred_t *credp) function
|
Completed in 164 milliseconds