/openbmc/linux/fs/9p/ |
H A D | v9fs.c | 115 if (strcmp(v9ses->aname, V9FS_DEFANAME) != 0) in v9fs_show_options() 116 seq_printf(m, ",aname=%s", v9ses->aname); in v9fs_show_options() 262 kfree(v9ses->aname); in v9fs_parse_options() 263 v9ses->aname = match_strdup(&args[0]); in v9fs_parse_options() 264 if (!v9ses->aname) { in v9fs_parse_options() 401 v9ses->aname = kstrdup(V9FS_DEFANAME, GFP_KERNEL); in v9fs_session_init() 402 if (!v9ses->aname) in v9fs_session_init() 460 v9ses->aname); in v9fs_session_init() 493 kfree(v9ses->aname); in v9fs_session_init() 515 kfree(v9ses->aname); in v9fs_session_close()
|
H A D | cache.c | 26 dev_name, v9ses->cachetag ?: v9ses->aname); in v9fs_cache_session_get_cookie()
|
H A D | v9fs.h | 122 char *aname; /* name of remote hierarchy being mounted */ member
|
H A D | fid.c | 214 v9ses->aname); in v9fs_fid_lookup_with_uid()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 23 #define UVC_ATTR(prefix, cname, aname) \ argument 25 .ca_name = __stringify(aname), \ 32 #define UVC_ATTR_RO(prefix, cname, aname) \ argument 34 .ca_name = __stringify(aname), \ 186 #define UVCG_CTRL_HDR_ATTR(cname, aname, bits, limit) \ argument 202 result = sprintf(page, "%u\n", le##bits##_to_cpu(ch->desc.aname));\ 239 ch->desc.aname = cpu_to_le##bits(num); \ 247 UVC_ATTR(uvcg_control_header_, cname, aname) 304 #define UVCG_DEFAULT_PROCESSING_ATTR(cname, aname, bits) \ argument 322 result = sprintf(page, "%u\n", le##bits##_to_cpu(pd->aname)); \ [all …]
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 300 aname = "_%s" % name 301 if aname not in self.__dict__: 302 setattr(self, aname, shutil.which(name, path=self.paths)) 303 if aname not in self.__dict__ or self.__dict__[aname] is None: 305 return self.__dict__[aname]
|
/openbmc/linux/kernel/ |
H A D | auditsc.c | 2175 struct audit_names *aname; in audit_alloc_name() local 2178 aname = &context->preallocated_names[context->name_count]; in audit_alloc_name() 2179 memset(aname, 0, sizeof(*aname)); in audit_alloc_name() 2181 aname = kzalloc(sizeof(*aname), GFP_NOFS); in audit_alloc_name() 2182 if (!aname) in audit_alloc_name() 2184 aname->should_free = true; in audit_alloc_name() 2187 aname->ino = AUDIT_INO_UNSET; in audit_alloc_name() 2188 aname->type = type; in audit_alloc_name() 2189 list_add_tail(&aname->list, &context->names_list); in audit_alloc_name() 2194 return aname; in audit_alloc_name() [all …]
|
/openbmc/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument 94 …ATTACH (tag =", tag, ", fid =", fid, ", afid =", afid, ", uname =", uname, ", aname =", aname, ")")
|
/openbmc/qemu/hw/9pfs/ |
H A D | trace-events | 8 … id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u id %u fid %d afid %d uname %s an…
|
H A D | 9p.c | 1455 V9fsString uname, aname; in v9fs_attach() local 1463 v9fs_string_init(&aname); in v9fs_attach() 1465 &afid, &uname, &aname, &n_uname); in v9fs_attach() 1469 trace_v9fs_attach(pdu->tag, pdu->id, fid, afid, uname.data, aname.data); in v9fs_attach() 1527 v9fs_string_free(&aname); in v9fs_attach()
|
/openbmc/linux/fs/affs/ |
H A D | namei.c | 86 const u8 *aname = str; in __affs_compare_dentry() local 109 if (fn(*aname++) != fn(*bname++)) in __affs_compare_dentry()
|
/openbmc/linux/include/net/9p/ |
H A D | client.h | 191 const char *uname, kuid_t n_uname, const char *aname);
|
/openbmc/linux/Documentation/filesystems/ |
H A D | 9p.rst | 77 aname=name aname specifies the file tree to access when the server is
|
/openbmc/linux/net/9p/ |
H A D | protocol.c | 74 const char *aname = va_arg(ap, const char *); in p9_msg_buf_size() local 76 return hdr + 4 + 4 + P9_STRLEN(uname) + P9_STRLEN(aname) + 4; in p9_msg_buf_size()
|
H A D | client.c | 1108 const char *aname) in p9_client_attach() argument 1116 afid ? afid->fid : -1, uname, aname); in p9_client_attach() 1125 afid ? afid->fid : P9_NOFID, uname, aname, n_uname); in p9_client_attach()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 367 const char *aname = ""; /* ignored by QEMU */ in v9fs_tattach() local 387 v9fs_string_write(req, aname); in v9fs_tattach()
|
/openbmc/qemu/hw/display/ |
H A D | trace-events | 80 qxl_io_write(int qid, const char *mode, uint64_t addr, const char *aname, uint64_t val, unsigned si…
|
/openbmc/linux/net/rxrpc/ |
H A D | rxkad.c | 920 name = Z(ANAME, aname); in rxkad_decrypt_ticket()
|
/openbmc/linux/fs/ |
H A D | namei.c | 203 result->aname = NULL; in getname_flags() 251 result->aname = NULL; in getname_kernel()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2474 struct audit_names *aname; member
|