Lines Matching defs:name
70 * can be changed without affecting compatibility, but name length
83 /* name of named block */
84 char name[CVMX_BOOTMEM_NAME_LEN];
120 /* length of name array in bootmem blocks */
167 * @name: name of block to free
176 * to the application by the bootloader, and assign it a name in the
182 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes
187 char *name);
192 * a name in the global named block table. (part of the
201 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes
207 char *name);
212 * assign it a name in the global named block table. (part of the
214 * freed. If the requested name block is already allocated, return
222 * @param name name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes
234 char *name,
237 extern int cvmx_bootmem_free_named(char *name);
240 * Finds a named bootmem block by name.
242 * @name: name of block to free
247 struct cvmx_bootmem_named_block_desc *cvmx_bootmem_find_named_block(char *name);
294 * @param name name to assign to named block
302 char *name, uint32_t flags);