Home
last modified time | relevance | path

Searched defs:iobuf (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/cdrw/
H A Dtrackio.h63 struct iobuf { struct
64 uchar_t *iob_buf;
65 uint32_t iob_total_size; /* total size of the buf */
66 uint32_t iob_data_size; /* size of the data in buf */
67 uint32_t iob_start_blk; /* starting block address on the device */
68 uint16_t iob_nblks; /* number of data blocks in this buf */
69 int iob_state; /* state of buf */
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dcrypt.c39 static char *iobuf; local
H A D_crypt.c153 #define iobuf (_c->_iobuf) macro
/titanic_41/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c314 char *iobuf; in _get_iobuf() local
336 char *iobuf = _get_iobuf(&key, IOBUF_SIZE); in des_crypt() local
/titanic_41/usr/src/cmd/regcmp/
H A Dregcmp.c41 FILE *iobuf; variable
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c60 char iobuf[BUFSIZ]; /* so we can zap it later */ member
1192 char iobuf[BUFSIZ]; in krb5_ktfileint_delete_entry() local
1646 char iobuf[BUFSIZ]; in krb5_ktfileint_find_slot() local
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c370 char *iobuf) in afs_crypt()
/titanic_41/usr/src/uts/common/io/tpm/
H A Dtpm_ddi.h79 uint8_t *iobuf; member
/titanic_41/usr/src/lib/libc/port/gen/
H A Dcrypt.c1065 _unix_crypt(const char *pw, const char *salt, char *iobuf) in _unix_crypt()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsdbc_ioctl.h249 int iobuf; member
/titanic_41/usr/src/uts/common/io/
H A Dlofi.c717 void *iobuf = bufaddr; in lofi_rdwr() local
/titanic_41/usr/src/cmd/cron/
H A Dcron.c2715 char iobuf[BUFSIZ]; in mail_result() local