Searched refs:namep (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/powerpc/platforms/powermac/
H A Dbootx_init.c224 char *namep; local
227 namep = np->full_name ? (char *)(base + np->full_name) : NULL;
228 if (namep == NULL) {
230 namep = "";
232 DBG("* strings: %s\n", namep);
234 if (!strcmp(namep, "/chosen")) {
247 strscpy(bootx_disp_path, namep, sizeof(bootx_disp_path));
255 namep = pp->name ? (char *)(base + pp->name) : NULL;
256 if (namep == NULL || strcmp(namep, "nam
281 char *namep, *p, *ep, *lp; local
[all...]
/linux-master/scripts/dtc/libfdt/
H A Dfdt_rw.c237 char *namep; local
243 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen);
244 if (!namep)
249 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1),
254 memcpy(namep, name, newlen+1);
H A Dfdt_ro.c470 const char **namep, int *lenp)
477 if (namep) {
484 *namep = name;
491 *namep = fdt_string(fdt, fdt32_ld_(&prop->nameoff));
469 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
H A Dlibfdt.h734 * @namep: pointer to a string variable (will be overwritten) or NULL
741 * returned, in the integer pointed to by lenp. If namep is non-NULL,
743 * by namep (this will be a pointer to within the device tree's string
750 * if namep is non-NULL *namep contiains a pointer to the property
763 const char **namep, int *lenp);
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c2543 char *prev_name, *namep, *sstart; local
2553 namep = make_room(mem_start, mem_end, MAX_PROPERTY_NAME, 1);
2554 if (call_prom("nextprop", 3, 1, node, prev_name, namep) != 1) {
2556 *mem_start = (unsigned long)namep;
2561 if (prom_strcmp(namep, "name") == 0) {
2562 *mem_start = (unsigned long)namep;
2567 soff = dt_find_string(namep);
2569 *mem_start = (unsigned long)namep;
2570 namep = sstart + soff;
2573 *mem_start = (unsigned long)namep
2591 char *namep, *prev_name, *sstart, *p, *ep, *lp, *path; local
2706 char *namep; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_iops.c90 struct xfs_name *namep,
93 namep->name = dentry->d_name.name;
94 namep->len = dentry->d_name.len;
95 namep->type = XFS_DIR3_FT_UNKNOWN;
100 struct xfs_name *namep,
104 namep->name = dentry->d_name.name;
105 namep->len = dentry->d_name.len;
106 namep->type = xfs_mode_to_ftype(mode);
108 if (unlikely(namep->type == XFS_DIR3_FT_UNKNOWN))
89 xfs_dentry_to_name( struct xfs_name *namep, struct dentry *dentry) argument
99 xfs_dentry_mode_to_name( struct xfs_name *namep, struct dentry *dentry, int mode) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c213 const char *namep; local
224 namep = mlx5_command_str(i);
225 if (strcmp(namep, "unknown command opcode")) {
229 stats->root = debugfs_create_dir(namep, *cmd);
H A Dcmd.c1924 const char *namep = mlx5_command_str(opcode); local
1928 if (!err || !(strcmp(namep, "unknown command opcode")))
/linux-master/fs/nfs/
H A Dnfs42xattr.c180 char *namep; local
208 namep = buf + sizeof(struct nfs4_xattr_entry);
209 memcpy(namep, name, slen);
211 namep = NULL;
236 entry->xattr_name = namep;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.h1385 u32 hfi1_read_cntrs(struct hfi1_devdata *dd, char **namep, u64 **cntrp);
1386 u32 hfi1_read_portcntrs(struct hfi1_pportdata *ppd, char **namep, u64 **cntrp);
H A Dchip.c12185 u32 hfi1_read_cntrs(struct hfi1_devdata *dd, char **namep, u64 **cntrp) argument
12190 if (namep) {
12192 *namep = dd->cntrnames;
12256 u32 hfi1_read_portcntrs(struct hfi1_pportdata *ppd, char **namep, u64 **cntrp) argument
12261 if (namep) {
12263 *namep = ppd->dd->portcntrnames;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c3159 static u32 qib_read_7220cntrs(struct qib_devdata *dd, loff_t pos, char **namep, argument
3169 if (namep) {
3170 *namep = (char *)cntr7220names;
3194 char **namep, u64 **cntrp)
3202 if (namep) {
3203 *namep = (char *)portcntr7220names;
3193 qib_read_7220portcntrs(struct qib_devdata *dd, loff_t pos, u32 port, char **namep, u64 **cntrp) argument
H A Dqib_iba6120.c2503 static u32 qib_read_6120cntrs(struct qib_devdata *dd, loff_t pos, char **namep, argument
2508 if (namep) {
2513 *namep = (char *)cntr6120names;
2537 char **namep, u64 **cntrp)
2541 if (namep) {
2546 *namep = (char *)portcntr6120names;
2536 qib_read_6120portcntrs(struct qib_devdata *dd, loff_t pos, u32 port, char **namep, u64 **cntrp) argument
H A Dqib_iba7322.c4999 static u32 qib_read_7322cntrs(struct qib_devdata *dd, loff_t pos, char **namep, argument
5004 if (namep) {
5009 *namep = (char *) cntr7322names;
5035 char **namep, u64 **cntrp)
5039 if (namep) {
5044 *namep = (char *)portcntr7322names;
5034 qib_read_7322portcntrs(struct qib_devdata *dd, loff_t pos, u32 port, char **namep, u64 **cntrp) argument
/linux-master/tools/perf/util/
H A Dannotate.c71 static int disasm_line__parse(char *line, const char **namep, char **rawp);
507 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) argument
528 *namep = strdup(name);
1283 static int disasm_line__parse(char *line, const char **namep, char **rawp) argument
1297 *namep = strdup(name);
1299 if (*namep == NULL)
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2164 nfsd4_decode_xattr_name(struct nfsd4_compoundargs *argp, char **namep) argument
2199 *namep = name;

Completed in 282 milliseconds