/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 325 void note_bootable_part(dev_t dev, int part, int goodness); 332 void __ref note_bootable_part(dev_t dev, int part, int goodness) in note_bootable_part() argument 345 ROOT_DEV = dev + part; in note_bootable_part() 489 * This is called very early, as part of console_init() (typically just after
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | z2ram.c | 333 static struct kobject *z2_find(dev_t dev, int *part, void *data) in z2_find() argument 335 *part = 0; in z2_find()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sgetem.S | 106 | ms mantissa part in d0 107 | ls mantissa part in d1
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sgetem.S | 106 | ms mantissa part in d0 107 | ls mantissa part in d1
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/ |
H A D | sst-mfld-dsp.h | 200 } part; member 223 } part; member
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq.h | 240 struct block_device *part); 241 void blk_mq_in_flight_rw(struct request_queue *q, struct block_device *part,
|
H A D | blk-settings.c | 894 struct block_device *part; in disk_has_partitions() local 898 xa_for_each(&disk->part_tbl, idx, part) { in disk_has_partitions() 899 if (bdev_is_partition(part)) { in disk_has_partitions()
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-mfld-dsp.h | 200 } part; member 223 } part; member
|
/test/testfwk/developer_test/libs/fuzzlib/ |
H A D | fuzzer_helper.py | 79 return ' '.join(pipes.quote(part) for part in command)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.c | 1393 * Md5 check to be done as a part of compatibility check. in bfa_ioc_fw_ver_patch_cmp() 3151 attr->part[i].part_type = in bfa_flash_intr() 3152 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr() 3153 attr->part[i].part_instance = in bfa_flash_intr() 3154 be32_to_cpu(f->part[i].part_instance); in bfa_flash_intr() 3155 attr->part[i].part_off = in bfa_flash_intr() 3156 be32_to_cpu(f->part[i].part_off); in bfa_flash_intr() 3157 attr->part[i].part_size = in bfa_flash_intr() 3158 be32_to_cpu(f->part[i].part_size); in bfa_flash_intr() 3159 attr->part[ in bfa_flash_intr() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.c | 1393 * Md5 check to be done as a part of compatibility check. in bfa_ioc_fw_ver_patch_cmp() 3151 attr->part[i].part_type = in bfa_flash_intr() 3152 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr() 3153 attr->part[i].part_instance = in bfa_flash_intr() 3154 be32_to_cpu(f->part[i].part_instance); in bfa_flash_intr() 3155 attr->part[i].part_off = in bfa_flash_intr() 3156 be32_to_cpu(f->part[i].part_off); in bfa_flash_intr() 3157 attr->part[i].part_size = in bfa_flash_intr() 3158 be32_to_cpu(f->part[i].part_size); in bfa_flash_intr() 3159 attr->part[ in bfa_flash_intr() [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7.S | 488 ubfx r0, r9, #4, #12 @ primary part number 491 ldr r10, =0x00000c08 @ Cortex-A8 primary part number 496 ldr r10, =0x00000c09 @ Cortex-A9 primary part number 501 ldr r10, =0x00000c0d @ Cortex-A12 primary part number 506 ldr r10, =0x00000c0e @ Cortex-A17 primary part number 511 ldr r10, =0x00000c0f @ Cortex-A15 primary part number
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7.S | 496 ubfx r0, r9, #4, #12 @ primary part number 499 ldr r10, =0x00000c08 @ Cortex-A8 primary part number 504 ldr r10, =0x00000c09 @ Cortex-A9 primary part number 509 ldr r10, =0x00000c0d @ Cortex-A12 primary part number 514 ldr r10, =0x00000c0e @ Cortex-A17 primary part number 519 ldr r10, =0x00000c0f @ Cortex-A15 primary part number
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | request.c | 478 struct hd_struct *part; member 673 part_end_io_acct(s->part, s->orig_bio, s->start_time); in bio_complete() 735 s->start_time = part_start_io_acct(d->disk, &s->part, bio); in search_alloc() 1076 struct hd_struct *part; member 1088 part_end_io_acct(ddip->part, bio, ddip->start_time); in detached_dev_end_io() 1120 ddip->start_time = part_start_io_acct(d->disk, &ddip->part, bio); in detached_dev_do_request()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 84 unsigned long part = bytes - (PAGE_SIZE - off); in siw_try_1seg() local 86 memcpy(paddr, buffer + off, part); in siw_try_1seg() 91 sge->laddr + part); in siw_try_1seg() 94 sge->laddr + part, in siw_try_1seg() 100 memcpy(paddr + part, buffer, bytes - part); in siw_try_1seg() 964 /* Refresh STag since user may have changed key part */ in siw_fastreg_mr()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 83 unsigned long part = bytes - (PAGE_SIZE - off); in siw_try_1seg() local 85 memcpy(paddr, buffer + off, part); in siw_try_1seg() 90 sge->laddr + part); in siw_try_1seg() 93 sge->laddr + part, in siw_try_1seg() 99 memcpy(paddr + part, buffer, bytes - part); in siw_try_1seg() 973 /* Refresh STag since user may have changed key part */ in siw_fastreg_mr()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | ldm.h | 176 struct vblk_part part; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pstore.h | 67 * @part: position in a multipart record 82 unsigned int part; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | mmu.h | 17 bool part:1; /* Region was split from an allocated region by map(). */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pstore.h | 68 * @part: position in a multipart record 84 unsigned int part; member
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | ldm.h | 175 struct vblk_part part; member
|
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 502 __be64 part; in wg_allowedips_selftest() local 600 part = cpu_to_be64(~0LLU << i); in wg_allowedips_selftest() 602 memcpy((u8 *)&ip + 8, &part, 8); in wg_allowedips_selftest() 604 memcpy(&ip, &part, 8); in wg_allowedips_selftest()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 502 __be64 part; in wg_allowedips_selftest() local 600 part = cpu_to_be64(~0LLU << i); in wg_allowedips_selftest() 602 memcpy((u8 *)&ip + 8, &part, 8); in wg_allowedips_selftest() 604 memcpy(&ip, &part, 8); in wg_allowedips_selftest()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 134 # New "tag" is actually part of 318 my $part = ""; 346 if ($cur_part ne "" && $part ne $cur_part) { 347 $part = $cur_part; 348 my $bar = $part; 350 print "$part\n$bar\n\n"; 657 # Ignore some sysfs nodes that aren't actually part of ABI
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 318 void VCardConstructor::AddSinglePartNameField(std::string property, std::string part) in AddSinglePartNameField() argument 320 bool needQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii({ part }); in AddSinglePartNameField() 321 std::string encodedPart = needQuotedPrintable ? EncodeQuotedPrintable(part) : DealCharacters(part); in AddSinglePartNameField() 323 AddCharsetOrQuotedPrintable(IsNeedCharsetParam({ part }), needQuotedPrintable); in AddSinglePartNameField()
|