Searched refs:altname (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/tools/testing/selftests/net/ |
D | altnames.sh | 20 ip link property add $DUMMY_DEV altname $SHORT_NAME 35 ip link property add $DUMMY_DEV altname $LONG_NAME 47 ip link property del $DUMMY_DEV altname $SHORT_NAME
|
D | netns-name.sh | 60 ip link property add dev $DEV altname $ALT_NAME || fail 62 ip -netns $NS link property add dev $DEV2 altname $ALT_NAME || fail 74 ip -netns $NS link property add dev $DEV altname $ALT_NAME || fail
|
/linux-6.6.21/sound/aoa/core/ |
D | gpio-feature.c | 55 char *altname, in get_gpio() argument 81 if (altname && (strcmp(audio_gpio, altname) == 0)) in get_gpio()
|
/linux-6.6.21/fs/ceph/ |
D | mds_client.h | 128 u8 *altname; member
|
D | mds_client.c | 313 u64 features, u32 *altname_len, u8 **altname) in parse_reply_info_lease() argument 334 *altname = NULL; in parse_reply_info_lease() 346 *altname = *p; in parse_reply_info_lease() 349 *altname = NULL; in parse_reply_info_lease() 384 &info->altname_len, &info->altname); in parse_reply_info_trace() 450 u8 *altname, *_name; in parse_reply_info_readdir() local 465 &altname_len, &altname); in parse_reply_info_readdir() 476 fname.ctext = altname; in parse_reply_info_readdir() 511 oname.name = altname; in parse_reply_info_readdir()
|
D | export.c | 575 .ctext = rinfo->altname, in ceph_get_name()
|
D | inode.c | 1527 .ctext = rinfo->altname, in ceph_fill_trace()
|
/linux-6.6.21/tools/power/pm-graph/ |
D | sleepgraph.py | 1024 props[dev].altname = ascii(fp.read()) 1028 idv, idp = props[dev].altname.strip(), '' 1033 props[dev].altname = '' 1035 props[dev].altname = '%s:%s' % (idv, idp) 1037 if props[dev].altname: 1038 out = props[dev].altname.strip().replace('\n', ' ')\ 1040 props[dev].altname = out 1401 self.altname = '' 1406 return '%s,%s,%d;' % (dev, self.altname, self.isasync) 1408 pprint('%s:\n\taltname = %s\n\t async = %s' % (dev, self.altname, self.isasync)) [all …]
|
/linux-6.6.21/Documentation/networking/ |
D | statistics.rst | 36 altname enp58s0u1u1
|