Searched refs:pbuf (Results 1 – 3 of 3) sorted by relevance
209 char pbuf[16]; in cgroup_subsys_states_read() local221 pbuf[0] = '\0'; in cgroup_subsys_states_read()225 snprintf(pbuf, sizeof(pbuf) - 1, " P=%d", in cgroup_subsys_states_read()229 atomic_read(&css->online_cnt), pbuf); in cgroup_subsys_states_read()
209 const char *pbuf; in elf_read_phdr() local212 pbuf = buf + elf_info->ehdr->e_phoff + (idx * sizeof(*buf_phdr)); in elf_read_phdr()213 buf_phdr = (struct elf_phdr *) pbuf; in elf_read_phdr()
340 static int __parse_imm_string(char *str, char **pbuf, int offs) in __parse_imm_string() argument348 *pbuf = kstrndup(str, len - 1, GFP_KERNEL); in __parse_imm_string()