Home
last modified time | relevance | path

Searched refs:indexstr (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/arm/boot/bootp/
H A Dbootp.lds25 .stab.indexstr 0 : { *(.stab.indexstr) }
/openbmc/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S61 .stab.indexstr 0 : { *(.stab.indexstr) }
/openbmc/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S59 .stab.indexstr 0 : { *(.stab.indexstr) }
/openbmc/linux/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S67 .stab.indexstr 0 : { *(.stab.indexstr) }
/openbmc/linux/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S67 .stab.indexstr 0 : { *(.stab.indexstr) }
/openbmc/u-boot/arch/mips/cpu/
H A Du-boot-spl.lds66 .stab.indexstr 0 : { *(.stab.indexstr) }
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/openbmc/qemu/block/
H A Dquorum.c1016 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 Du-boot.lds107 .stab.indexstr 0 : { *(.stab.indexstr) }
/openbmc/qemu/qobject/
H A Dblock-qdict.c228 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 Dvmlinux.lds.h793 .stab.indexstr 0 : { *(.stab.indexstr) }