Home
last modified time | relevance | path

Searched refs:fcode (Results 26 – 28 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c7297 char fcode; local
7331 fcode = *p;
7346 switch (fcode)
7454 qg->qg_name, fcode);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c8966 caddr_t fcode; in fp_fciocmd() local
8975 fcode = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP); in fp_fciocmd()
8976 if (ddi_copyin(fcio->fcio_ibuf, fcode, in fp_fciocmd()
8979 kmem_free(fcode, fcio->fcio_ilen); in fp_fciocmd()
8987 pm.pm_data_buf = fcode; in fp_fciocmd()
8992 kmem_free(fcode, fcio->fcio_ilen); in fp_fciocmd()
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1842 uchar_t idcode, fcode; in fas_internal_reset() local
1863 fcode = (uchar_t)(idcode & FAS_FCODE_MASK) >> (uchar_t)3; in fas_internal_reset()
1866 fcode, (idcode & FAS_REV_MASK)); in fas_internal_reset()

12