Searched refs:rec_size (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/openbsm/sys/bsm/
H A Daudit_record.h198 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
200 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
202 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
205 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
206 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
207 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
208 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
209 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
281 token_t *au_to_trailer(int rec_size);
/freebsd-10.0-release/sys/bsm/
H A Daudit_record.h202 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
204 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
206 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
209 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
210 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
211 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
212 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
213 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
286 token_t *au_to_trailer(int rec_size);
/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_token.c1467 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1480 ADD_U_INT32(dptr, rec_size);
1505 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1523 ADD_U_INT32(dptr, rec_size);
1542 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1555 ADD_U_INT32(dptr, rec_size);
1571 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1581 return (au_to_header32_tm(rec_size, e_type, e_mod, tm));
1583 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia));
1588 au_to_header32(int rec_size, au_event_ argument
1598 au_to_header64(__unused int rec_size, __unused au_event_t e_type, __unused au_emod_t e_mod) argument
1609 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1617 au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1631 au_to_trailer(int rec_size) argument
[all...]
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_token.c1440 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1451 ADD_U_INT32(dptr, rec_size);
1476 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1493 ADD_U_INT32(dptr, rec_size);
1512 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1523 ADD_U_INT32(dptr, rec_size);
1539 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1549 return (au_to_header32_tm(rec_size, e_type, e_mod, tm));
1551 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia));
1556 au_to_header32(int rec_size, au_event_ argument
1566 au_to_header64(__unused int rec_size, __unused au_event_t e_type, __unused au_emod_t e_mod) argument
1577 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1585 au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1599 au_to_trailer(int rec_size) argument
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Daudio.c274 printf("audio_init: orig: play_size %d, rec_size %d\n",
275 s_size.play_size, s_size.rec_size);
277 s_size.play_size = s_size.rec_size = bufsiz;
278 printf("audio_init: want: play_size %d, rec_size %d\n",
279 s_size.play_size, s_size.rec_size);
284 printf("audio_init: set: play_size %d, rec_size %d\n",
285 s_size.play_size, s_size.rec_size);
/freebsd-10.0-release/contrib/ntp/util/
H A Daudio-pcm.c141 printf("play_size %d, rec_size %d\n",
142 s_size.play_size, s_size.rec_size);
/freebsd-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S591 mov %eax,rec_size
610 cmp %edx,rec_size
646 ff.nextblock: subl $SECTOR_SIZE,rec_size # Adjust size
778 rec_size: .long 0x0 # File size label
/freebsd-10.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S339 mov %eax,rec_size
358 cmp %edx,rec_size
394 ff.nextblock: subl $SECTOR_SIZE,rec_size # Adjust size
575 rec_size: .long 0x0 # File size label
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dfm801.c163 rec_size; member in struct:fm801_info
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Ddsp.c1172 p->rec_size = 0;
1182 chn_setblocksize(rdch, 2, p->rec_size);
1183 p->rec_size = sndbuf_getblksz(rdch->bufsoft);
1200 p->rec_size = sndbuf_getblksz(rdch->bufsoft);
/freebsd-10.0-release/sys/sys/
H A Dsoundcard.h138 int rec_size; member in struct:snd_size
/freebsd-10.0-release/contrib/ntp/
H A Dconfigure19764 return ss->rec_size;

Completed in 310 milliseconds