Home
last modified time | relevance | path

Searched refs:n_name (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scripts/
H A Ddump-guest-memory.py121 def add_note(self, n_name, n_desc, n_type): argument
124 note = get_arch_note(self.endianness, len(n_name), len(n_desc))
125 note.n_namesz = len(n_name) + 1
127 note.n_name = n_name.encode()
/openbmc/linux/include/uapi/linux/
H A Da.out.h148 char *n_name; member
/openbmc/linux/arch/sparc/kernel/
H A Dmdesc.c1216 const char *n_name; in fill_in_one_cpu() local
1218 n_name = mdesc_node_name(hp, n); in fill_in_one_cpu()
1219 if (!strcmp(n_name, "cache")) in fill_in_one_cpu()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch259 if (strcmp(file, nl->n_name) == 0)
286 if (ptr->n_name) (void) free(ptr->n_name);