Searched refs:terminator (Results 1 – 21 of 21) sorted by relevance
| /Linux-v5.4/fs/omfs/ |
| D | file.c | 119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local 142 terminator = entry + extent_count - 1; in omfs_grow_extent() 144 entry = terminator-1; in omfs_grow_extent() 150 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent() 151 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent() 168 entry = terminator; in omfs_grow_extent() 169 terminator++; in omfs_grow_extent() 170 memcpy(terminator, entry, sizeof(struct omfs_extent_entry)); in omfs_grow_extent() 175 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent() 176 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()
|
| /Linux-v5.4/lib/ |
| D | test_strscpy.c | 30 int chars, int terminator, int pad) in tc() argument 84 if (terminator) { in tc() 92 index = chars + terminator + i; in tc() 99 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc()
|
| /Linux-v5.4/arch/arm/boot/bootp/ |
| D | init.S | 42 movne r10, #0 @ terminator 44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
|
| /Linux-v5.4/arch/xtensa/lib/ |
| D | strnlen_user.S | 94 # Do not add an extra one for the NULL terminator since we have 102 # the zero byte in order to include the NULL terminator in the count.
|
| /Linux-v5.4/arch/alpha/lib/ |
| D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator?
|
| D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator?
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | omfs.txt | 100 the extent. The final extent in each table is a terminator with e_cluster
|
| D | coda.txt | 617 CFS_MAXNAMLEN, currently set to 256 (including a 0 terminator.)
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | adm1026.rst | 71 for SCSI terminator power. The remaining inputs are not scaled and have
|
| /Linux-v5.4/drivers/gpu/drm/gma500/ |
| D | intel_bios.h | 288 u16 terminator; member
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_vbt_defs.h | 741 u16 terminator; member
|
| /Linux-v5.4/Documentation/networking/ |
| D | arcnet-hardware.txt | 102 equal to a high impedance one with a terminator installed. 180 BUS network in place of a BUS card and a terminator: 187 can use the bus card in place of any star card if you use a terminator. Then 1440 The jumper JP12 is used to enable the internal terminator.
|
| D | rxrpc.txt | 453 how long the string is, without the NUL terminator.
|
| /Linux-v5.4/drivers/clk/ |
| D | clk.c | 3023 unsigned int i, char terminator) in possible_parent_show() argument 3053 seq_putc(s, terminator); in possible_parent_show()
|
| /Linux-v5.4/Documentation/scsi/ |
| D | sym53c8xx_2.txt | 568 - Only 1 terminator installed.
|
| D | ncr53c8xx.txt | 1001 - Only 1 terminator installed.
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | sha256-core.S_shipped | 1068 .long 0 //terminator 1704 cmp w12,#0 // check for K256 terminator
|
| D | sha512-core.S_shipped | 1078 .quad 0 // terminator
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | sha256-core.S_shipped | 86 .word 0 @ terminator 2321 teq r2,#0 @ check for K256 terminator
|
| /Linux-v5.4/Documentation/sound/kernel-api/ |
| D | writing-an-alsa-driver.rst | 1112 The last entry of this list is the terminator. You must specify this
|
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | api.txt | 2498 is an empty entry and a terminator:
|