Searched defs:fd_open (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prfile.c | 119 fd_open(char *name, int flags, fd_t *fdp) function
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | fd.c | 75 static int fd_open(dev_t *, int, int, cred_t *); 87 fd_open, /* open */ 649 fd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) function 673 (CE_CONT, "fd_open: fd%d part %d flag %x otype %x\n", DRIVE(dev), 688 "fd_open: exclparts %lx openparts %lx lyrcnt %lx pbit %x\n", 702 (CE_NOTE, "fd_open fd%d: not ready", DRIVE(dev)));
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | fd.c | 161 static int fd_open(dev_t *, int, int, cred_t *); 499 fd_open, /* open */ 1472 fd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) function
|
Completed in 58 milliseconds