/freebsd/sys/dev/mmc/ |
H A D | mmcsd.c | 118 struct mmcsd_part *part[MMC_PART_MAX]; member 182 static daddr_t mmcsd_delete(struct mmcsd_part *part, struct bio *bp); 185 static int mmcsd_ioctl(struct mmcsd_part *part, u_long cmd, void *data, 187 static int mmcsd_ioctl_cmd(struct mmcsd_part *part, struct mmc_ioc_cmd *mic, 190 static daddr_t mmcsd_rw(struct mmcsd_part *part, struct bio *bp); 195 u_int part); 485 struct mmcsd_part *part; in mmcsd_add_part() local 496 part = sc->part[type] = malloc(sizeof(*part), M_DEVBUF, in mmcsd_add_part() 498 part->sc = sc; in mmcsd_add_part() 499 part->cnt = cnt; in mmcsd_add_part() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | renesas,i2c.txt | 5 "renesas,i2c-r8a7742" if the device is a part of a R8A7742 SoC. 6 "renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC. 7 "renesas,i2c-r8a7744" if the device is a part of a R8A7744 SoC. 8 "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC. 9 "renesas,i2c-r8a77470" if the device is a part of a R8A77470 SoC. 10 "renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC. 11 "renesas,i2c-r8a774b1" if the device is a part of a R8A774B1 SoC. 12 "renesas,i2c-r8a774c0" if the device is a part of a R8A774C0 SoC. 13 "renesas,i2c-r8a774e1" if the device is a part of a R8A774E1 SoC. 14 "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | rcar_can.txt | 5 - compatible: "renesas,can-r8a7742" if CAN controller is a part of R8A7742 SoC. 6 "renesas,can-r8a7743" if CAN controller is a part of R8A7743 SoC. 7 "renesas,can-r8a7744" if CAN controller is a part of R8A7744 SoC. 8 "renesas,can-r8a7745" if CAN controller is a part of R8A7745 SoC. 9 "renesas,can-r8a77470" if CAN controller is a part of R8A77470 SoC. 10 "renesas,can-r8a774a1" if CAN controller is a part of R8A774A1 SoC. 11 "renesas,can-r8a774b1" if CAN controller is a part of R8A774B1 SoC. 12 "renesas,can-r8a774c0" if CAN controller is a part of R8A774C0 SoC. 13 "renesas,can-r8a774e1" if CAN controller is a part of R8A774E1 SoC. 14 "renesas,can-r8a7778" if CAN controller is a part of R8A7778 SoC. [all …]
|
/freebsd/share/i18n/csmapper/ |
H A D | Makefile.part | 4 PARTFILE?= ${.CURDIR}/${CODE}.part 6 PART!= sed '/^\#/d;/^$$/d;' ${PARTFILE} 8 TABLENAME?= ${CODE}-%%PART%%%UCS 9 RTABLENAME?= UCS%${CODE}-%%PART%% 11 ENCID?= ${CODE}%%PART%% 24 mapper.dir.${ESUBDIR}: ${CODE}.part 26 .for i in ${PART} 27 printf "%-32s%-32s%s\n" ${ENCID:S@%%PART%%@${i}@}/UCS ${MAPPER} \ 28 ${ESUBDIR}/${TABLENAME:S@%%PART%%@${i}@:S/:/@/}${ENCEXT} >> ${.TARGET} 29 printf "%-32s%-32s%s\n" UCS/${ENCID:S@%%PART%%@${i}@} ${MAPPER} \ [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | rd_priv.c | 45 EncKrbPrivPart part; in krb5_rd_priv() local 60 /* if these fields are not present in the priv-part, silently in krb5_rd_priv() 101 ret = decode_EncKrbPrivPart (plain.data, plain.length, &part, &len); in krb5_rd_priv() 110 if (part.s_address in krb5_rd_priv() 114 part.s_address)) { in krb5_rd_priv() 122 if (part.r_address in krb5_rd_priv() 126 part.r_address)) { in krb5_rd_priv() 137 if (part.timestamp == NULL || in krb5_rd_priv() 138 part.usec == NULL || in krb5_rd_priv() 139 abs(*part.timestamp - sec) > context->max_skew) { in krb5_rd_priv() [all …]
|
H A D | mk_priv.c | 45 EncKrbPrivPart part; in krb5_mk_priv() local 67 part.user_data = *userdata; in krb5_mk_priv() 72 part.timestamp = &rdata.timestamp; in krb5_mk_priv() 73 part.usec = &rdata.usec; in krb5_mk_priv() 75 part.timestamp = NULL; in krb5_mk_priv() 76 part.usec = NULL; in krb5_mk_priv() 86 part.seq_number = &rdata.seq; in krb5_mk_priv() 88 part.seq_number = NULL; in krb5_mk_priv() 93 part.s_address = auth_context->local_address; in krb5_mk_priv() 94 part.r_address = auth_context->remote_address; in krb5_mk_priv() [all …]
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utmath.c | 171 UINT64_STRUCT Part; member 215 ACPI_MUL_64_BY_32 (0, MultiplicandOvl.Part.Hi, Multiplier, in AcpiUtShortMultiply() 216 Product.Part.Hi, Carry32); in AcpiUtShortMultiply() 218 ACPI_MUL_64_BY_32 (0, MultiplicandOvl.Part.Lo, Multiplier, in AcpiUtShortMultiply() 219 Product.Part.Lo, Carry32); in AcpiUtShortMultiply() 221 Product.Part.Hi += Carry32; in AcpiUtShortMultiply() 262 OperandOvl.Part.Hi = OperandOvl.Part.Lo; in AcpiUtShortShiftLeft() 263 OperandOvl.Part.Lo = 0; in AcpiUtShortShiftLeft() 266 ACPI_SHIFT_LEFT_64_BY_32 (OperandOvl.Part.Hi, in AcpiUtShortShiftLeft() 267 OperandOvl.Part.Lo, Count); in AcpiUtShortShiftLeft() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | DXContainer.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 46 // number of parts and part data itself is not required to be padded. in readInteger() 63 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader() argument 65 return parseFailed("More than one DXIL part is present in the file"); in parseDXILHeader() 66 const char *Current = Part.begin(); in parseDXILHeader() 68 if (Error Err = readStruct(Part, Current, Header)) in parseDXILHeader() 75 Error DXContainer::parseShaderFeatureFlags(StringRef Part) { in parseShaderFeatureFlags() argument 77 return parseFailed("More than one SFI0 part is present in the file"); in parseShaderFeatureFlags() 79 if (Error Err = readInteger(Part, Part.begin(), FlagValue)) in parseShaderFeatureFlags() 85 Error DXContainer::parseHash(StringRef Part) { in parseHash() argument [all …]
|
/freebsd/tools/regression/geom_gpt/ |
H A D | gctl_test.t | 37 "000" => "gctl class=PART", 38 "001" => "gctl class=PART verb=bogus", 39 "010" => "gctl class=PART verb=create", 40 "011" => "gctl class=PART verb=create provider=bogus", 42 "021" => "gctl class=PART verb=create provider=%dev% entries=-1", 43 "022" => "gctl class=PART verb=create provider=%dev% entries=128", 44 "023" => "gctl class=PART verb=create provider=%dev%", 45 "024" => "gctl class=PART verb=modify geom=%dev%", 47 "030" => "gctl class=PART verb=add", 48 "031" => "gctl class=PART verb=add geom=bogus", [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 309 // VPReplicateRecipe may be cloned as part of an existing VPlan-to-VPlan in computeCost() 382 Value *VPInstruction::generatePerPart(VPTransformState &State, unsigned Part) { in generatePerPart() argument 387 Value *A = State.get(getOperand(0), Part, OnlyFirstLaneUsed); in generatePerPart() 388 Value *B = State.get(getOperand(1), Part, OnlyFirstLaneUsed); in generatePerPart() 398 Value *A = State.get(getOperand(0), Part); in generatePerPart() 403 Value *A = State.get(getOperand(0), Part, OnlyFirstLaneUsed); in generatePerPart() 404 Value *B = State.get(getOperand(1), Part, OnlyFirstLaneUsed); in generatePerPart() 408 Value *Cond = State.get(getOperand(0), Part); in generatePerPart() 409 Value *Op1 = State.get(getOperand(1), Part); in generatePerPart() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | gpt | 36 >>>>>>>>>>>>>(454.l*8192) string EFI\ PART GPT partition table 40 >>>>>>>>>>>>>(454.l*8192) string !EFI\ PART 41 >>>>>>>>>>>>>>(454.l*4096) string EFI\ PART GPT partition table 45 >>>>>>>>>>>>>>(454.l*4096) string !EFI\ PART 46 >>>>>>>>>>>>>>>(454.l*2048) string EFI\ PART GPT partition table 50 >>>>>>>>>>>>>>>(454.l*2048) string !EFI\ PART 51 >>>>>>>>>>>>>>>>(454.l*1024) string EFI\ PART GPT partition table 55 >>>>>>>>>>>>>>>>(454.l*1024) string !EFI\ PART 56 >>>>>>>>>>>>>>>>>(454.l*512) string EFI\ PART GPT partition table 66 >>>>>>>>>>>>>(470.l*8192) string EFI\ PART GPT partition table [all …]
|
/freebsd/usr.bin/mkimg/ |
H A D | mkimg.c | 240 struct part *part; in parse_part() local 250 part = calloc(1, sizeof(struct part)); in parse_part() 251 if (part == NULL) in parse_part() 264 part->alias = malloc(len); in parse_part() 265 if (part->alias == NULL) { in parse_part() 269 strlcpy(part->alias, spec, len); in parse_part() 274 part->kind = PART_KIND_SIZE; in parse_part() 277 part->kind = PART_KIND_FILE; in parse_part() 280 part->kind = PART_KIND_PIPE; in parse_part() 288 part->contents = strdup(spec); in parse_part() [all …]
|
H A D | mbr.c | 76 struct part *part; in mbr_write() local 90 TAILQ_FOREACH(part, &partlist, link) { in mbr_write() 91 size = round_track(part->size); in mbr_write() 92 dp = dpbase + part->index; in mbr_write() 95 (part->index + 1 == active_partition) ? 0x80 : 0; in mbr_write() 98 (part->index == 0 && bootcode != NULL) ? 0x80 : 0; in mbr_write() 100 part->block); in mbr_write() 101 dp->dp_typ = ALIAS_TYPE2INT(part->type); in mbr_write() 103 part->block + size - 1); in mbr_write() 104 le32enc(&dp->dp_start, part->block); in mbr_write()
|
/freebsd/sys/geom/part/ |
H A D | g_part_bsd.c | 44 #include <geom/part/g_part.h> 63 struct partition part; member 167 entry->part.p_size = gpp->gpp_size; in g_part_bsd_add() 168 entry->part.p_offset = gpp->gpp_start + table->offset; in g_part_bsd_add() 169 entry->part.p_fsize = 0; in g_part_bsd_add() 170 entry->part.p_frag = 0; in g_part_bsd_add() 171 entry->part.p_cpg = 0; in g_part_bsd_add() 172 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype)); in g_part_bsd_add() 238 entry->part.p_size = basetable->gpt_last + 1; in g_part_bsd_create() 239 entry->part.p_offset = table->offset; in g_part_bsd_create() [all …]
|
/freebsd/stand/common/ |
H A D | part.c | 39 #include <part.h> 63 struct ptable_entry part; member 337 entry->part.start = ent->ent_lba_start; in ptable_gptread() 338 entry->part.end = ent->ent_lba_end; in ptable_gptread() 339 entry->part.index = i + 1; in ptable_gptread() 340 entry->part.type = gpt_parttype(ent->ent_type); in ptable_gptread() 396 offset = e1->part.start; in ptable_ebrread() 414 offset = e1->part.start + start; in ptable_ebrread() 421 entry->part.start = offset + start; in ptable_ebrread() 422 entry->part.end = entry->part.start + end - 1; in ptable_ebrread() [all …]
|
H A D | disk.c | 33 #include <part.h> 104 ptable_print(void *arg, const char *pname, const struct ptable_entry *part) in ptable_print() argument 118 partsize = part->end - part->start + 1; in ptable_print() 120 parttype2str(part->type)); in ptable_print() 138 if (part->type == PART_FREEBSD) { in ptable_print() 142 dev.d_slice = part->index; in ptable_print() 233 struct ptable_entry part; in disk_open() local 285 rc = ptable_getpart(od->table, &part, partition); in disk_open() 287 dev->d_offset = part.start; in disk_open() 288 od->entrysize = part.end - part.start + 1; in disk_open() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | amxcomplexintrin.h | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 24 /// with FP16 real part and FP16 imaginary part. 25 /// Calculates the imaginary part of the result. For each possible combination 28 /// and one from \a b). The imaginary part of the \a a element is multiplied 29 /// with the real part of the corresponding \a b element, and the real part 30 /// of the \a a element is multiplied with the imaginary part of the 68 /// with FP16 real part and FP16 imaginary part. 69 /// Calculates the real part of the result. For each possible combination 72 /// and one from \a b). The real part of the \a a element is multiplied 73 /// with the real part of the corresponding \a b element, and the negated [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | renesas,ether.yaml | 20 - renesas,gether-r8a7740 # device is a part of R8A7740 SoC 21 - renesas,gether-r8a77980 # device is a part of R8A77980 SoC 22 - renesas,ether-r7s72100 # device is a part of R7S72100 SoC 23 - renesas,ether-r7s9210 # device is a part of R7S9210 SoC 26 - renesas,ether-r8a7778 # device is a part of R8A7778 SoC 27 - renesas,ether-r8a7779 # device is a part of R8A7779 SoC 32 - renesas,ether-r8a7742 # device is a part of R8A7742 SoC 33 - renesas,ether-r8a7743 # device is a part of R8A7743 SoC 34 - renesas,ether-r8a7745 # device is a part of R8A7745 SoC 35 - renesas,ether-r8a7790 # device is a part o [all...] |
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 142 struct sdda_part *part[MMC_PART_MAX]; member 443 struct sdda_part *part; in sddaopen() local 448 part = (struct sdda_part *)dp->d_drv1; in sddaopen() 449 softc = part->sc; in sddaopen() 464 part->flags |= SDDA_FLAG_OPEN; in sddaopen() 474 struct sdda_part *part; in sddaclose() local 478 part = (struct sdda_part *)dp->d_drv1; in sddaclose() 479 softc = part->sc; in sddaclose() 481 part->flags &= ~SDDA_FLAG_OPEN; in sddaclose() 498 struct sdda_part *part; in sddaschedule() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 9 // This file is a part of ThreadSanitizer (TSan), a race detector. 81 TracePart* part = nullptr; in TracePartAlloc() local 88 part = ctx->trace_part_recycle.PopFront(); in TracePartAlloc() 89 DPrintf("#%d: TracePartAlloc: part=%p\n", thr->tid, part); in TracePartAlloc() 90 if (part && part->trace) { in TracePartAlloc() 91 Trace* trace1 = part->trace; in TracePartAlloc() 93 part->trace = nullptr; in TracePartAlloc() 95 CHECK_EQ(part, part1); in TracePartAlloc() 108 if (!part) in TracePartAlloc() [all …]
|
/freebsd/contrib/lua/src/ |
H A D | ltable.c | 15 ** Tables keep its elements in two parts: an array part and a hash part. 17 ** part. The actual size of the array is the largest 'n' such that 50 ** MAXASIZE is the maximum size of the array part. It is the minimum 64 ** MAXHSIZE is the maximum size of the hash part. It is the minimum 241 ** part of table 't'. (Otherwise, the array part must be larger than 296 ** which may be in array part, nor for floats with integral values.) 316 ** the array part of a table, 0 otherwise. 328 ** elements in the array part, then elements in the hash part. The 336 if (i - 1u < asize) /* is 'key' inside array part? */ in findindex() 352 for (; i < asize; i++) { /* try first array part */ in luaH_next() [all …]
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-test-part.h | 50 // A copyable object representing the result of a test part (i.e. an 56 // The possible outcomes of a test part (i.e. an assertion or an 76 // Gets the outcome of the test part. 79 // Gets the name of the source file where the test part took place, or 85 // Gets the line in the source file where the test part took place, 92 // Gets the message associated with the test part. 95 // Returns true if and only if the test part was skipped. 98 // Returns true if and only if the test part passed. 101 // Returns true if and only if the test part non-fatally failed. 104 // Returns true if and only if the test part fatally failed. [all …]
|
/freebsd/tools/regression/zfs/zpool/create/ |
H A D | option-f_inuse.t | 16 echo "${fdisk0} is part of exported pool '${name0}'" 29 echo "${fdisk0} is part of exported pool '${name0}'" 42 echo "${fdisk0} is part of exported pool '${name0}'" 55 echo "${fdisk0} is part of exported pool '${name0}'" 68 echo "${fdisk0} is part of exported pool '${name0}'" 81 echo "${fdisk0} is part of exported pool '${name0}'" 94 echo "${fdisk0} is part of exported pool '${name0}'" 108 echo "${fdisk1} is part of potentially active pool '${name0}'" 124 echo "${fdisk2} is part of potentially active pool '${name0}'" 140 echo "${fdisk3} is part of potentially active pool '${name0}'" [all …]
|
/freebsd/share/i18n/esdb/ |
H A D | Makefile.part | 1 # $NetBSD: Makefile.part,v 1.6 2008/10/25 22:35:36 apb Exp $ 3 PARTFILE?= ${.CURDIR}/${CODE}.part 9 PART!= sed '/^\#/d;/^ *$$/d' ${PARTFILE} 12 CODESETS?= ${PART:C/^/${CODE}${SEP}/} 15 CODESETS?= ${PART} 36 .for i in ${PART} 45 .for i in ${PART:S/:/@/} 53 .for i in ${PART:S/:/@/} 66 .for i in ${PART} 69 sed ${SED_EXP:S@%%PART%%@${i}@} ${.ALLSRC} > ${.TARGET}
|
/freebsd/share/i18n/csmapper/CP/ |
H A D | Makefile | 4 TABLENAME= ${CODE}%%PART%%%UCS 5 RTABLENAME= UCS%${CODE}%%PART%% 7 mapper.dir.CP: CP.part mapper.dir.CP.src 10 for i in ${PART}; do \ 21 charset.pivot.CP: CP.part charset.pivot.CP.src 24 for i in ${PART}; do \ 32 .include "../Makefile.part"
|