/freebsd/lib/libc/gen/ |
H A D | getutxent.c | 40 static _Thread_local FILE *uf = NULL; variable 66 if (uf != NULL) in setutxdb() 67 fclose(uf); in setutxdb() 68 uf = fopen(file, "re"); in setutxdb() 69 if (uf == NULL) in setutxdb() 74 if (_fstat(fileno(uf), &sb) != -1 && in setutxdb() 76 fclose(uf); in setutxdb() 77 uf = NULL; in setutxdb() 82 (void)setvbuf(uf, NULL, _IOFBF, in setutxdb() 101 if (uf != NULL) { in endutxent() [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_unsolicited_frame_control.c | 71 * @brief The UF buffer address table size must be programmed to a power 75 * @param[in,out] uf_control This parameter specifies the UF control 96 * the UF address table and construct the UF frame structure 111 * the number of unused UF headers. This value can 115 * the number of actually utilized UF headers. 129 SCIC_SDS_UNSOLICITED_FRAME_T *uf; in scic_sds_unsolicited_frame_control_construct_frames() local 131 // Program the unused buffers into the UF address table and the in scic_sds_unsolicited_frame_control_construct_frames() 135 uf = &uf_control->buffers.array[index]; in scic_sds_unsolicited_frame_control_construct_frames() 140 uf->buffer = NULL; in scic_sds_unsolicited_frame_control_construct_frames() 141 uf->header = &uf_control->headers.array[index]; in scic_sds_unsolicited_frame_control_construct_frames() [all …]
|
H A D | scic_sds_unsolicited_frame_control.h | 143 * address of the UF address table. The table contains 149 * This field specifies the physical address location for the UF 187 * This field specifies the physical address location for the UF 207 * can be larger than the actual number of UF buffers, but it must 215 * starting address of the UF address table. 221 * This field specifies the physical address location for the UF
|
H A D | scu_unsolicited_frame.h | 57 * @brief This field defines the SCU format of an unsolicited frame (UF). A 58 * UF is a frame received by the SCU for which there is no known 81 * The first DWORD are UF attributes defined by the silicon architecture.
|
H A D | scic_sds_stp_packet_request.c | 529 //In this case, there is no UF coming after. compelte the IO now. in scic_sds_stp_packet_request_command_phase_await_tc_completion_tc_completion_handler() 543 { //The io status was set already. This means an UF for the status in scic_sds_stp_packet_request_command_phase_await_tc_completion_tc_completion_handler() 562 { //If receiving any non-sucess TC status, no UF received yet, then an UF for in scic_sds_stp_packet_request_command_phase_await_tc_completion_tc_completion_handler() 590 * @return This method returns an indication of whether the UF 657 * @return This method returns an indication of whether the UF 709 * @return This method returns an indication of whether the UF
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_decoder.t0 | 201 rsaEncryption eqOID uf 221 id-ecPublicKey eqOID uf 265 basicConstraints eqOID uf 286 sha1WithRSAEncryption eqOID uf 2 KEYTYPE_RSA enduf 287 sha224WithRSAEncryption eqOID uf 3 KEYTYPE_RSA enduf 288 sha256WithRSAEncryption eqOID uf 4 KEYTYPE_RSA enduf 289 sha384WithRSAEncryption eqOID uf 5 KEYTYPE_RSA enduf 290 sha512WithRSAEncryption eqOID uf 6 KEYTYPE_RSA enduf 292 ecdsa-with-SHA1 eqOID uf 2 KEYTYPE_EC enduf 293 ecdsa-with-SHA224 eqOID uf 3 KEYTYPE_EC enduf [all …]
|
H A D | x509_minimal.t0 | 1239 rsaEncryption eqOID uf 1268 id-ecPublicKey eqOID uf 1274 ansix9p256r1 eqOID uf 23 enduf 1275 ansix9p384r1 eqOID uf 24 enduf 1276 ansix9p521r1 eqOID uf 25 enduf 1343 basicConstraints eqOID uf 1351 keyUsage eqOID uf 1354 subjectAltName eqOID uf 1367 certificatePolicies eqOID uf 1377 authorityKeyIdentifier eqOID uf [all …]
|
H A D | asn1.t0 | 402 dup 0x80 < uf ret enduf 403 dup 0xC0 < uf drop 0 ret enduf 404 dup 0xE0 < uf 0x1F and 1 read-UTF8-next 0x80 0x7FF enduf 405 dup 0xF0 < uf 0x0F and 2 read-UTF8-next 0x800 0xFFFF enduf 406 dup 0xF8 < uf 0x07 and 3 read-UTF8-next 0x10000 0x10FFFF enduf 448 high-surrogate? uf 452 low-surrogate? uf 461 high-surrogate? uf 465 low-surrogate? uf 496 dup 0x80 < uf pad-append enduf [all …]
|
/freebsd/sys/kern/ |
H A D | subr_unit.c | 541 struct unr *up, *uf, *us; in optimize_unr() local 551 TAILQ_FOREACH(uf, &uh->head, list) { in optimize_unr() 552 if (uf->len >= NBITS) in optimize_unr() 555 if (is_bitmap(uh, uf)) in optimize_unr() 557 l = uf->len; in optimize_unr() 558 up = uf; in optimize_unr() 572 us = uf; in optimize_unr() 584 uf = TAILQ_NEXT(us, list); in optimize_unr() 592 if (!is_bitmap(uh, uf)) { in optimize_unr() 593 if (uf->ptr == NULL) in optimize_unr() [all …]
|
/freebsd/usr.sbin/usbdump/ |
H A D | usbdump.c | 522 const struct usbpf_framehdr *uf; in print_apacket() local 526 uf = (const struct usbpf_framehdr *)ptr; in print_apacket() 532 framelen = le32toh(uf->length); in print_apacket() 533 flags = le32toh(uf->flags); in print_apacket() 721 struct usbcap_filehdr uf; in init_rfile() local 729 ret = read(p->rfd, &uf, sizeof(uf)); in init_rfile() 730 if (ret != sizeof(uf)) { in init_rfile() 734 if (le32toh(uf.magic) != USBCAP_FILEHDR_MAGIC) { in init_rfile() 737 (unsigned int)le32toh(uf.magic)); in init_rfile() 739 if (uf.major != 0) { in init_rfile() [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 97 #define HTONL_UF(uf, nts) \ argument 100 (nts)->l_uf = htonl(uf); \ 188 #define M_ADDUF(r_i, r_f, uf) /* r += uf, uf is u_int32 fraction */ \ argument 189 M_ADD((r_i), (r_f), 0, (uf)) /* let optimizer worry about it */ 191 #define M_SUBUF(r_i, r_f, uf) /* r -= uf, uf is u_int32 fraction */ \ argument 192 M_SUB((r_i), (r_f), 0, (uf)) /* let optimizer worry about it */ 231 #define L_ADDUF(r, uf) M_ADDUF((r)->l_ui, (r)->l_uf, (uf)) argument 232 #define L_SUBUF(r, uf) M_SUBUF((r)->l_ui, (r)->l_uf, (uf)) argument
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 114 _kvm_open(kvm_t *kd, const char *uf, const char *mf, int flag, char *errout) in _kvm_open() argument 127 if (uf == NULL) in _kvm_open() 128 uf = getbootfile(); in _kvm_open() 129 else if (strlen(uf) >= MAXPATHLEN) { in _kvm_open() 178 if ((kd->nlfd = open(uf, O_RDONLY | O_CLOEXEC, 0)) < 0) { in _kvm_open() 179 _kvm_syserr(kd, kd->program, "%s", uf); in _kvm_open() 226 kvm_openfiles(const char *uf, const char *mf, const char *sf __unused, int flag, in kvm_openfiles() argument 237 return (_kvm_open(kd, uf, mf, flag, errout)); in kvm_openfiles() 241 kvm_open(const char *uf, const char *mf, const char *sf __unused, int flag, in kvm_open() argument 253 return (_kvm_open(kd, uf, mf, flag, NULL)); in kvm_open() [all …]
|
/freebsd/lib/libc/include/ |
H A D | nscache.h | 147 * multipart queries in setXXXent and getXXXent functions mf and uf 150 #define NS_COMMON_CACHE_INFO_INITIALIZER(name, mdata, if, mf, uf) \ argument 151 {#name, mdata, if, mf, uf, NULL, NULL, NULL, NULL} 152 #define NS_MP_CACHE_INFO_INITIALIZER(name, mdata, mf, uf) \ argument 153 {#name, mdata, NULL, mf, uf, name##_set_mp_ws, name##_get_mp_ws,\
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 213 Value *V = State.get(ExitValue, VPIteration(State.UF - 1, Lane)); in fixPhi() 458 createStepForVF(Builder, ScalarTC->getType(), State.VF, State.UF); in generatePerPart() 560 VectorParts RdxParts(State.UF); in generatePerPart() 561 for (unsigned Part = 0; Part < State.UF; ++Part) in generatePerPart() 570 for (unsigned Part = 0; Part < State.UF; ++Part) in generatePerPart() 580 ReducedPartRdx = RdxParts[State.UF - 1]; in generatePerPart() 585 for (unsigned Part = 1; Part < State.UF; ++Part) { in generatePerPart() 634 VPIteration(State.UF - 1, VPLane::getLaneFromEnd(State.VF, Offset))); in generatePerPart() 636 assert(Offset <= State.UF && "invalid offset to extract from"); in generatePerPart() 637 // When loop is unrolled without vectorizing, retrieve UF - Offset. in generatePerPart() [all …]
|
H A D | VPlan.cpp | 219 VPTransformState::VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState() argument 223 : VF(VF), UF(UF), CFG(DT), LI(LI), Builder(Builder), ILV(ILV), Plan(Plan), in VPTransformState() 391 DIL->cloneByMultiplyingDuplicationFactor(UF * VF.getKnownMinValue()); in setDebugLocFrom() 762 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local 931 // FIXME: Model VF * UF computation completely in VPlan. in prepareToExecute() 933 createStepForVF(Builder, TripCountV->getType(), State.VF, State.UF)); in prepareToExecute() 1058 // previous iteration. For non-ordered reductions all UF parts are in execute() 1069 unsigned LastPartForNewPhi = SinglePartNeeded ? 1 : State->UF; in execute() 1075 SinglePartNeeded ? State->UF - 1 : Part, NeedsScalar); in execute() 1099 O << " = VF * UF"; in printLiveIns() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | ntp.c | 36 uint32_t uf; in p_ntp_time() local 41 uf = GET_BE_U_4(lfp->fraction); in p_ntp_time() 42 ff = uf; in p_ntp_time()
|
H A D | print-ntp.c | 472 uint32_t u, uf; in p_ntp_delta() local 481 uf = GET_BE_U_4(lfp->fraction); in p_ntp_delta() 491 f = uf - ouf; in p_ntp_delta() 492 if (ouf > uf) /* must borrow from high-order bits */ in p_ntp_delta() 497 f = ouf - uf; in p_ntp_delta() 498 if (uf > ouf) /* must borrow from the high-order bits */ in p_ntp_delta() 502 if (uf > ouf) { in p_ntp_delta() 504 f = uf - ouf; in p_ntp_delta() 507 f = ouf - uf; in p_ntp_delta()
|
H A D | print-zep.c | 64 uint32_t uf; in zep_print_ts() local 69 uf = GET_BE_U_4(p + 4); in zep_print_ts() 70 ff = (float) uf; in zep_print_ts()
|
/freebsd/sys/dev/usb/ |
H A D | usb_pf.c | 392 struct usbpf_framehdr *uf; in usbpf_xfertap() local 474 uf = (struct usbpf_framehdr *)ptr; in usbpf_xfertap() 478 uf->length = htole32(length); in usbpf_xfertap() 479 uf->flags = 0; in usbpf_xfertap() 489 uf->flags |= htole32( in usbpf_xfertap() 496 uf->flags |= htole32( in usbpf_xfertap() 503 uf->flags |= htole32(USBPF_FRAMEFLAG_READ); in usbpf_xfertap()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_ses.h | 41 #define GEN_GETTER(LS, US, LF, UF) \ argument 44 return ((elem->bytes[MK_ENUM(US,UF,_BYTE)] & MK_ENUM(US,UF,_MASK)) \ 45 >> MK_ENUM(US,UF,_SHIFT)); \ 48 #define GEN_SETTER(LS, US, LF, UF) \ argument 51 elem->bytes[MK_ENUM(US,UF,_BYTE)] &= ~MK_ENUM(US,UF,_MASK); \ 52 elem->bytes[MK_ENUM(US,UF,_BYTE)] |= \ 53 (val << MK_ENUM(US,UF,_SHIFT)) & MK_ENUM(US,UF,_MASK); \ 56 #define GEN_HDR_GETTER(LS, US, LF, UF) \ argument 59 return ((page->hdr.page_specific_flags & MK_ENUM(US,UF,_MASK)) \ 60 >> MK_ENUM(US,UF,_SHIFT)); \ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_flags.cpp | 82 __ubsan::Flags *uf = __ubsan::flags(); in InitializeFlags() local 83 uf->SetDefaults(); in InitializeFlags() 86 __ubsan::RegisterUbsanFlags(&ubsan_parser, uf); in InitializeFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 761 NodeToUsesMap::iterator UF = Uses.find(Node); in recalculatePlacement() local 762 assert(UF != Uses.end() && "Used node with no use information"); in recalculatePlacement() 763 UseSet &Us = UF->second; in recalculatePlacement() 969 NodeToUsesMap::iterator UF = Uses.find(Node); in separateChainForNode() local 970 assert(UF != Uses.end()); in separateChainForNode() 971 UseSet &Us = UF->second; in separateChainForNode() 982 Uses.erase(UF); in separateChainForNode() 1005 NodeToUsesMap::iterator UF = Uses.find(N); in separateConstantChains() local 1006 assert(UF != Uses.end()); in separateConstantChains() 1007 UseSet &Us = UF->second; in separateConstantChains() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.cpp | 82 __ubsan::Flags *uf = __ubsan::flags(); in InitializeFlags() local 83 uf->SetDefaults(); in InitializeFlags() 86 __ubsan::RegisterUbsanFlags(&ubsan_parser, uf); in InitializeFlags()
|
/freebsd/share/man/man4/ |
H A D | lpbb.4 | 46 | | | | | | ===.1uF | +5V | 60 -------- | 1 - .1 uF capacitor | 6 - 10K 5% resistors |
|
/freebsd/bin/pax/ |
H A D | options.h | 68 #define UF 0x00004000 macro 109 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
|