Home
last modified time | relevance | path

Searched refs:buf_p (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dcy.c1124 u_char *buf_p; local
1138 buf_p = cy->cy_ibuf_wr_ptr;
1157 *buf_p++ = line_stat;
1158 *buf_p++ = recv_data;
1159 if (buf_p == cy->cy_ibuf_end)
1160 buf_p = cy->cy_ibuf;
1162 if (buf_p == cy->cy_ibuf_rd_ptr) {
1163 if (buf_p == cy->cy_ibuf)
1164 buf_p = cy->cy_ibuf_end;
1165 buf_p -= 2;
[all …]
/mirbsd/src/sys/lib/libsa/
Dufs.c257 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument
298 *buf_p = fp->f_buf + off; in buf_read_file()
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_util_table.c549 const unsigned char *buf_p; in entry_data_buf() local
552 buf_p = entry_p->te_key_buf + entry_p->te_key_size; in entry_data_buf()
556 return (unsigned char *) buf_p; in entry_data_buf()
564 return (unsigned char *) buf_p + pad; in entry_data_buf()