Searched defs:iobuf (Results 1 – 12 of 12) sorted by relevance
63 struct iobuf { struct64 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 */
39 static char *iobuf; local
153 #define iobuf (_c->_iobuf) macro
314 char *iobuf; in _get_iobuf() local336 char *iobuf = _get_iobuf(&key, IOBUF_SIZE); in des_crypt() local
41 FILE *iobuf; variable
60 char iobuf[BUFSIZ]; /* so we can zap it later */ member1192 char iobuf[BUFSIZ]; in krb5_ktfileint_delete_entry() local1646 char iobuf[BUFSIZ]; in krb5_ktfileint_find_slot() local
370 char *iobuf) in afs_crypt()
79 uint8_t *iobuf; member
1065 _unix_crypt(const char *pw, const char *salt, char *iobuf) in _unix_crypt()
249 int iobuf; member
717 void *iobuf = bufaddr; in lofi_rdwr() local
2715 char iobuf[BUFSIZ]; in mail_result() local