Searched refs:sst (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/file/
H A Dreadcdf.c165 const cdf_stream_t *sst)
172 if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1)
218 cdf_stream_t sst, scn; local
256 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst)) == -1) {
261 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir);
264 if ((i = cdf_read_summary_info(&info, &h, &sat, &ssat, &sst, &dir,
299 free(sst.sst_tab);
164 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst) argument
H A Dcdf.c265 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, argument
268 const char *b = (const char *)sst->sst_tab;
271 if (e >= b && (size_t)(e - b) < CDF_SEC_SIZE(h) * sst->sst_len)
276 CDF_SEC_SIZE(h) * sst->sst_len, CDF_SEC_SIZE(h), sst->sst_len));
352 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, argument
358 if (pos > CDF_SEC_SIZE(h) * sst->sst_len) {
361 pos, CDF_SEC_SIZE(h) * sst->sst_len));
365 ((const char *)sst->sst_tab) + pos, len);
530 const cdf_sat_t *ssat, const cdf_stream_t *sst,
529 cdf_read_short_sector_chain(const cdf_header_t *h, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
571 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
718 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
743 cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h, uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) argument
932 cdf_unpack_summary_info(const cdf_stream_t *sst, const cdf_header_t *h, cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) argument
1122 cdf_dump_stream(const cdf_header_t *h, const cdf_stream_t *sst) argument
1130 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir) argument
1257 cdf_dump_summary_info(const cdf_header_t *h, const cdf_stream_t *sst) argument
1287 cdf_stream_t sst, scn; local
[all...]
/freebsd-10.0-release/sys/xen/evtchn/
H A Devtchn_dev.c103 unsigned int count, c, p, sst = 0, bytes1 = 0, bytes2 = 0; local
126 if (sst != 0) {
134 sst = tsleep(evtchn_waddr, PWAIT|PCATCH, "evchwt", 10);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h392 uint64_t sst:1; /**< Controls whether single-step feature is enabled: member in struct:__anon6814::__anon6815
H A Dcvmx-debug.c1069 debug_reg->s.sst = 0;
1292 debug_reg->s.sst = command == COMMAND_STEP;
/freebsd-10.0-release/etc/
H A Dservices491 sst 266/tcp #SCSI on ST
492 sst 266/udp #SCSI on ST
/freebsd-10.0-release/sys/dev/isp/
H A Disp.c2271 uint32_t sst, parm1; local
2342 sst = plp->plogx_ioparm[0].lo16 | (plp->plogx_ioparm[0].hi16 << 16);
2349 switch (sst) {

Completed in 189 milliseconds