Searched refs:eob (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
D | dtlk.h | 82 unsigned char eob; /* 7Fh value indicating end of member
|
/linux-4.1.27/drivers/staging/speakup/ |
D | speakup_dtlk.h | 51 u_char eob; /* 7Fh value indicating end of member
|
D | speakup_dtlk.c | 322 status.eob = *t++; in synth_interrogate()
|
/linux-4.1.27/fs/gfs2/ |
D | bmap.c | 362 …unsigned int gfs2_extent_length(void *start, unsigned int len, __be64 *ptr, size_t limit, int *eob) in gfs2_extent_length() argument 368 *eob = 0; in gfs2_extent_length() 379 *eob = 1; in gfs2_extent_length() 464 int eob = 0; in gfs2_bmap_alloc() local 480 &eob); in gfs2_bmap_alloc() 615 int eob; in gfs2_block_map() local 655 len = gfs2_extent_length(bh->b_data, bh->b_size, ptr, maxlen, &eob); in gfs2_block_map() 657 if (eob) in gfs2_block_map()
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_pcm.c | 1134 int p, buf, capture, eob; in vx_pcm_update_intr() local 1137 eob = (chip->irq_rmh.Stat[i] & 0x800000) ? 1 : 0; in vx_pcm_update_intr() 1143 if (eob) in vx_pcm_update_intr()
|
/linux-4.1.27/drivers/char/ |
D | dtlk.c | 560 status.eob = *t++; in dtlk_interrogate()
|
/linux-4.1.27/drivers/crypto/ |
D | n2_core.c | 208 bool sfas, bool sob, bool eob, bool encrypt, in control_word_base() argument 220 if (eob) in control_word_base()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target.c | 3479 goto eob; in iscsit_build_sendtargets_response() 3511 goto eob; in iscsit_build_sendtargets_response() 3526 eob: in iscsit_build_sendtargets_response()
|