HomeSort by relevance Sort by last modified time
    Searched defs:otyp (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
vdev_disk.c 55 int otyp; local
189 ldi_get_otyp(dvd->vd_lh, &otyp) == 0) {
194 if (ddi_dev_pathname(dev, otyp, physpath) == 0 &&
  /onnv/onnv-gate/usr/src/uts/i86pc/i86hvm/io/
xdf_shell.c 137 #define OTYP_VALID(otyp) ((otyp == OTYP_BLK) || \
138 (otyp == OTYP_CHR) || \
139 (otyp == OTYP_LYR))
273 int otyp; local
276 for (otyp = 0; (otyp < OTYPCNT); otyp++) {
277 if (xsp->xdfss_otyp_count[otyp][part] != 0) {
494 xdfs_open(dev_t *dev_p, int flag, int otyp, cred_t *credp
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/dktp/disk/
cmdk.c 122 static int cmdkopen(dev_t *dev_p, int flag, int otyp, cred_t *credp);
123 static int cmdkclose(dev_t dev, int flag, int otyp, cred_t *credp);
237 int part, otyp; local
248 for (otyp = 0; otyp < OTYPCNT; otyp++)
249 if (dkp->dk_open_reg[otyp] & partbit)
1054 cmdkclose(dev_t dev, int flag, int otyp, cred_t *credp)
1065 (otyp >= OTYPCNT))
1085 if (otyp == OTYP_LYR)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ldap.c 78 int otyp[MAX_CTX]; variable
873 otyp[ctxnum] = INT(hex); /* single octet type only */
912 i = otyp[ctxnum]&0x1F;
913 switch (otyp[ctxnum] >> 6) { /* class */
942 ((otyp[ctxnum]&0x20)?'*':' '),
948 ((otyp[ctxnum]&0x20)?'*':' '),
960 ((otyp[ctxnum]&0x20)?'*':' '),
1008 (" %c[%s %s]", ((otyp[ctxnum]&0x20)?'*':' '),
1013 (" %c[%s]", ((otyp[ctxnum]&0x20)?'*':' '),
1021 (" %c[%s]", ((otyp[ctxnum]&0x20)?'*':' ')
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
driver_lyr.c 513 /* get a vnode to a device by dev_t and otyp */
515 ldi_vp_from_dev(dev_t dev, int otyp, vnode_t **vpp)
521 if ((dev == DDI_DEV_T_NONE) || (!OTYP_VALID(otyp)) || (vpp == NULL))
527 vp = makespecvp(dev, OTYP_TO_VTYP(otyp));
1807 int otyp; local
2242 int ret, otyp; local
    [all...]

Completed in 240 milliseconds