| /freebsd/sys/cam/scsi/ |
| H A D | scsi_all.c | 715 #define SST(asc, ascq, action, desc) \ macro 720 #define SST(asc, ascq, action, desc) \ macro 745 { SST(0x04, 0x0b, SS_START | SSQ_DECREMENT_COUNT | ENXIO, 750 { SST(0x04, 0x00, SS_START | SSQ_DECREMENT_COUNT | ENXIO, 755 { SST(0x04, 0xF0, SS_RDEF, 757 { SST(0x0A, 0x01, SS_RDEF, 759 { SST(0x0A, 0x02, SS_RDEF, 761 { SST(0x15, 0x03, SS_RDEF, 763 { SST(0x3E, 0x04, SS_RDEF, 765 { SST(0x3E, 0x05, SS_RDEF, [all …]
|
| /freebsd/contrib/bc/tests/bc/errors/ |
| H A D | 03.txt | 2 …sst()-p(qrt()-p(s()-p(sq(ssqrt()-p(ssqrt()-sst()-p(qrt()-p(s(ssqrt()-p(t()-p(sstp(ssqrt()-sst()-p(…
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | keyword-gen.c | 285 big_scan_state sst[MAXSTATES]; /* scanner FSM state entries */ variable 381 if (1 > token || token >= COUNTOF(sst)) { in generate_fsm() 383 "keyword-gen sst[%u] too small " in generate_fsm() 385 (int)COUNTOF(sst), in generate_fsm() 390 sst[token].finishes_token = token; in generate_fsm() 399 (int)COUNTOF(sst) - 1); in generate_fsm() 403 printf("const scan_state sst[%d] = {\n" in generate_fsm() 412 if (sst[i].followedby & ~0x3) { in generate_fsm() 415 "sst[%d].followedby %d too big\n", in generate_fsm() 416 i, sst[ in generate_fsm() [all...] |
| H A D | ntp_scanner.c | 457 while (curr_s && (lexeme[i] != SS_CH(sst[curr_s]))) in is_keyword() 458 curr_s = SS_OTHER_N(sst[curr_s]); in is_keyword() 460 if (curr_s && (lexeme[i] == SS_CH(sst[curr_s]))) { in is_keyword() 463 != SS_FB(sst[curr_s])) { in is_keyword() 464 fb = SS_FB(sst[curr_s]); in is_keyword() 469 curr_s = SS_MATCH_N(sst[curr_s]); in is_keyword()
|
| /freebsd/contrib/file/src/ |
| H A D | cdf.c | 342 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) in cdf_check_stream() argument 344 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ? in cdf_check_stream() 346 assert(ss == sst->sst_ss); in cdf_check_stream() 347 return sst->sst_ss; in cdf_check_stream() 351 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset() argument 354 const char *b = RCAST(const char *, sst->sst_tab); in cdf_check_stream_offset() 356 size_t ss = cdf_check_stream(sst, h); in cdf_check_stream_offset() 358 if (e >= b && CAST(size_t, e - b) <= ss * sst->sst_len) in cdf_check_stream_offset() 363 ss * sst->sst_len, ss, sst->sst_len)); in cdf_check_stream_offset() 442 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector() argument [all …]
|
| H A D | readcdf.c | 272 const cdf_stream_t *sst) in cdf_file_catalog() argument 282 if (cdf_unpack_catalog(h, sst, &cat) == -1) in cdf_file_catalog() 303 const cdf_stream_t *sst, const cdf_directory_t *root_storage) in cdf_file_summary_info() argument 310 if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1) in cdf_file_summary_info() 376 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info() argument 380 if ((i = cdf_read_user_stream(info, h, sat, ssat, sst, in cdf_file_catalog_info() 394 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info() argument 433 i = cdf_file_catalog_info(ms, info, h, sat, ssat, sst, in cdf_check_summary_info() 569 cdf_stream_t sst, scn; in file_trycdf() local 608 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst, in file_trycdf() [all …]
|
| /freebsd/crypto/krb5/src/ccapi/doc/ |
| H A D | CCAPI-Windows-Design.html | 30 <p><SST> means <strong>s</strong>erver <strong>s</strong>tart <strong>t</strong>ime, a time_t… 65 …<li>ccs_rpc_request(msgtype, UUIDlen, <UUID>, msglen, msg, SST, status) called by client. NB… 72 <li>ccs_rpc_request_reply(msgtype, SST, replylen, reply, status)</li> 73 <li>ccs_rpc_connect_reply(msgtype, SST, status</li> 96 <li>Save SST in thread-specific storage. </li> 106 <li>Capture <strong>s</strong>erver <strong>s</strong>tart <strong>t</strong>ime (SST). </li> 112 <li>Client gets back and stores SST in thread-specific storage.</li> 127 …<li>Client calls ccs_rpc_request(msglen, msg, msgtype, UUIDlen, <UUID>, SST, status) on … 130 …<li>Server checks SST. If server's SST is different, it means server has restarted since client cr…
|
| /freebsd/crypto/krb5/src/ccapi/server/win/ |
| H A D | WorkQueue.cpp | 63 time_t* sst) { in worklist_remove() argument 70 *sst = item->sst(); in worklist_remove()
|
| H A D | WorkItem.cpp | 50 WorkItem::WorkItem(k5_ipc_stream buf, WIN_PIPE* pipe, const long type, const long sst) in WorkItem() argument 51 : _buf(buf), _rpcmsg(type), _pipe(pipe), _sst(sst) { } in WorkItem() 101 sprintf(buf, "WorkItem msg#:%d sst:%ld pipe:<%s>/0x%X", _rpcmsg, _sst, in print()
|
| H A D | workitem.h | 31 const long sst() const {return _sst;} in sst() function
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | jedec,spi-nor.yaml | 28 (sst|microchip),sst25vf(016b|032b|040b)|\ 29 (sst,)?sst26wf016b|\ 30 (sst,)?sst25wf(040b|080)|\
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 123 SemaSignatureTable &SST, 800 SemaSignatureTable &SST, in createRVVIntrinsicRecords() argument 802 SST.init(SemaRecords); in createRVVIntrinsicRecords() 809 R.PrototypeIndex = SST.getIndex(SR.Prototype); in createRVVIntrinsicRecords() 810 R.SuffixIndex = SST.getIndex(SR.Suffix); in createRVVIntrinsicRecords() 811 R.OverloadedSuffixIndex = SST.getIndex(SR.OverloadedSuffix); in createRVVIntrinsicRecords() 841 SemaSignatureTable SST; in createSema() local 846 createRVVIntrinsicRecords(RVVIntrinsicRecords, SST, SemaRecords); in createSema() 850 SST.print(OS); in createSema()
|
| /freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
| H A D | dp-controller.yaml | 233 # these platforms support SST only 257 # others are SST only 337 # others are SST only, but all controllers have 4 ports
|
| /freebsd/crypto/krb5/src/ccapi/lib/win/ |
| H A D | ccapi_os_ipc.cxx | 189 time_t sst = 0; in cci_os_ipc_msg() local 210 sst = tspdata_getSST (ptspdata); in cci_os_ipc_msg() 251 sst, /* session start time */ in cci_os_ipc_msg()
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6dl-rex-basic.dts | 23 compatible = "sst,sst25vf016b", "jedec,spi-nor";
|
| H A D | imx6q-rex-pro.dts | 23 compatible = "sst,sst25vf032b", "jedec,spi-nor";
|
| /freebsd/contrib/tcpdump/ |
| H A D | print.h | 25 * Seth Webster <swebster@sst.ll.mit.edu>
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizePointerCast.cpp | 120 auto *SST = dyn_cast<StructType>(FromTy); in transformLoad() local 145 else if (SST && SST->getTypeAtIndex(0u) == ToTy) in transformLoad()
|
| /freebsd/sys/contrib/device-tree/src/arm/renesas/ |
| H A D | r8a7743-iwg20m.dtsi | 76 compatible = "sst,sst25vf016b", "jedec,spi-nor";
|
| H A D | r8a7745-iwg22m.dtsi | 80 compatible = "sst,sst25vf016b", "jedec,spi-nor";
|
| H A D | r8a7742-iwg21m.dtsi | 96 compatible = "sst,sst25vf016b", "jedec,spi-nor";
|
| /freebsd/contrib/tzdata/ |
| H A D | zonenow.tab | 31 # -11 - SST 32 XX -1416-17042 Pacific/Pago_Pago Midway; Samoa (SST)
|
| /freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
| H A D | bracket.in | 39 [[:blank:]]+ - aSSTb SST
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/potentiometer/ |
| H A D | microchip,mcp4131.yaml | 10 - Slawomir Stepien <sst@poczta.fm>
|
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | lontium,lt8713sx.yaml | 15 (DP1.4 / HDMI2.0 / DP++), with SST/MST functionality and audio support.
|