Searched refs:sct (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_scts.c93 unsigned char *sct; member in struct:SCT_st
97 * inside "sct".
171 static void SCT_free(SCT *sct) argument
173 if (sct) {
174 if (sct->sct)
175 OPENSSL_free(sct->sct);
176 OPENSSL_free(sct);
190 SCT *sct; local
295 SCT *sct; local
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Diec68113.h102 uint8_t sct:3, /* Section type */ member in struct:dvdbc
108 sct:3; /* Section type */
/freebsd-11-stable/usr.bin/at/
H A Dparsetime.c148 static char *sct; /* scanner - next char pointer in current argument */ variable
214 sct = *scp;
223 while (isspace(*sct))
224 ++sct;
225 if (!*sct) {
232 sc_token[0] = *sct++;
237 while (isdigit(*sct))
238 sc_token[++idx] = *sct++;
243 while (isalpha(*sct))
244 sc_token[++idx] = *sct
[all...]
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_qpair.c282 get_status_string(uint16_t sct, uint16_t sc) argument
286 switch (sct) {
315 get_status_string(cpl->status.sct, cpl->status.sc),
316 cpl->status.sct, cpl->status.sc, cpl->sqid, cpl->cid, cpl->cdw0);
329 switch (cpl->status.sct) {
426 struct nvme_tracker *tr, uint32_t sct, uint32_t sc, uint32_t dnr,
434 cpl.status.sct = sct;
442 struct nvme_request *req, uint32_t sct, uint32_t sc)
449 cpl.status.sct
425 nvme_qpair_manual_complete_tracker(struct nvme_qpair *qpair, struct nvme_tracker *tr, uint32_t sct, uint32_t sc, uint32_t dnr, error_print_t print_on_error) argument
441 nvme_qpair_manual_complete_request(struct nvme_qpair *qpair, struct nvme_request *req, uint32_t sct, uint32_t sc) argument
[all...]
H A Dnvme.c208 "cid:%04x p:%x sc:%02x sct:%x m:%x dnr:%x\n",
210 cpl->cid, cpl->status.p, cpl->status.sc, cpl->status.sct,
H A Dnvme_private.h418 uint32_t sct, uint32_t sc);
H A Dnvme.h260 uint16_t sct : 3; /* status code type */ member in struct:nvme_status
1057 ((cpl)->status.sc != 0 || (cpl)->status.sct != 0)
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwdv.c192 fprintf(stderr, "(%d,%d) ", dv->sct, dv->dseq);
194 if (dv->sct == DV_SCT_HEADER && dv->dseq == 0) {
344 header = (dv->sct == 0 && dv->dseq == 0);
/freebsd-11-stable/sbin/nvmecontrol/
H A Dfirmware.c159 if (pt.cpl.status.sct == NVME_SCT_COMMAND_SPECIFIC &&
H A Dlogpage.c157 printf(" Status code type: %d\n", status->sct);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp77 SectionInfo::SectionInfo(StringRef sg, StringRef sct, SectionType t, argument
80 : segmentName(sg), sectionName(sct), type(t), attributes(attrs),
/freebsd-11-stable/sys/sys/
H A Data.h291 /*206*/ u_int16_t sct; member in struct:ata_params
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c2403 switch (nvme_status.sct) {

Completed in 300 milliseconds