Home
last modified time | relevance | path

Searched refs:smp_open (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsmp.c46 static int smp_open(dev_t *, int, int, cred_t *);
76 smp_open, /* open */
320 smp_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in smp_open() function
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dlibsmp.h85 extern smp_target_t *smp_open(const smp_target_def_t *);
H A Dsmp_engine.c264 smp_open(const smp_target_def_t *tdp) in smp_open() function
/illumos-gate/usr/src/lib/scsi/libsmp/
H A Dmapfile-vers46 smp_open;
/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c550 if ((tp = smp_open(&tdef)) == NULL) { in main()