Searched refs:indexstr (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/arm/boot/bootp/ |
H A D | bootp.lds | 25 .stab.indexstr 0 : { *(.stab.indexstr) }
|
/openbmc/linux/arch/parisc/kernel/vdso32/ |
H A D | vdso32.lds.S | 61 .stab.indexstr 0 : { *(.stab.indexstr) }
|
/openbmc/linux/arch/parisc/kernel/vdso64/ |
H A D | vdso64.lds.S | 59 .stab.indexstr 0 : { *(.stab.indexstr) }
|
/openbmc/linux/arch/s390/kernel/vdso32/ |
H A D | vdso32.lds.S | 67 .stab.indexstr 0 : { *(.stab.indexstr) }
|
/openbmc/linux/arch/s390/kernel/vdso64/ |
H A D | vdso64.lds.S | 67 .stab.indexstr 0 : { *(.stab.indexstr) }
|
/openbmc/u-boot/arch/mips/cpu/ |
H A D | u-boot-spl.lds | 66 .stab.indexstr 0 : { *(.stab.indexstr) }
|
H A D | u-boot.lds | 88 .stab.indexstr 0 : { *(.stab.indexstr) }
|
/openbmc/qemu/block/ |
H A D | quorum.c | 1016 char indexstr[INDEXSTR_LEN]; in quorum_open() local 1017 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%d", i); in quorum_open() 1020 s->children[i] = bdrv_open_child(NULL, options, indexstr, bs, in quorum_open() 1074 char indexstr[INDEXSTR_LEN]; in quorum_add_child() local 1089 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index); in quorum_add_child() 1099 child = bdrv_attach_child(bs, child_bs, indexstr, &child_of_bds, in quorum_add_child() 1114 char indexstr[INDEXSTR_LEN]; in quorum_del_child() local 1136 snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index - 1); in quorum_del_child() 1137 if (!strncmp(child->name, indexstr, INDEXSTR_LEN)) { in quorum_del_child()
|
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | u-boot.lds | 107 .stab.indexstr 0 : { *(.stab.indexstr) }
|
/openbmc/qemu/qobject/ |
H A D | block-qdict.c | 228 char indexstr[32], prefix[32]; in qdict_array_split() local 231 snprintf_ret = snprintf(indexstr, 32, "%u", i); in qdict_array_split() 234 subqobj = qdict_get(src, indexstr); in qdict_array_split() 257 qdict_del(src, indexstr); in qdict_array_split()
|
/openbmc/linux/include/asm-generic/ |
H A D | vmlinux.lds.h | 793 .stab.indexstr 0 : { *(.stab.indexstr) }
|