/openbmc/linux/drivers/usb/gadget/ |
H A D | u_f.h | 20 #define vla_group(groupname) size_t groupname##__next = 0 argument 21 #define vla_group_size(groupname) groupname##__next argument 23 #define vla_item(groupname, type, name, n) \ argument 24 size_t groupname##_##name##__offset = ({ \ 26 if (groupname##__next != SIZE_MAX) { \ 29 offset = (groupname##__next + align_mask) & \ 32 &groupname##__next)) { \ 33 groupname##__next = SIZE_MAX; \ 40 #define vla_item_with_sz(groupname, type, name, n) \ argument 41 size_t groupname##_##name##__sz = array_size(n, sizeof(type)); \ [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd_base.bbclass | 23 local groupname=`echo "$opts" | awk '{ print $NF }'` 24 local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" 27 group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" 32 bbnote "${PN}: group $groupname already exists, not re-creating it" 57 …local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group")… 59 bbnote "${PN}: Running groupmems command with group $groupname and user $username" 60 …local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/gr… 63 …mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group ||… 68 bbnote "${PN}: group $groupname already contains $username, not re-adding it" 76 local groupname=`echo "$opts" | awk '{ print $NF }'` [all …]
|
H A D | useradd-staticids.bbclass | 115 # Determine the possible groupname 116 # Unless the group name (or gid) is specified, we assume that the LOGIN is the groupname 119 # So if the implicit username-group creation is on, then the implicit groupname (LOGIN) 123 uaargs.groupname = uaargs.gid 125 uaargs.groupname = uaargs.LOGIN 127 uaargs.groupname = 'users' 128 uaargs.groupid = field[3] or uaargs.groupname 136 elif uaargs.groupname and not uaargs.groupname.isdigit(): 138 bb.debug(1, "Adding group %s (gid %s)!" % (uaargs.groupname, uaargs.groupid)) 139 newgroup = "-g %s %s" % (uaargs.groupid, uaargs.groupname) [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 093 | 333 groupname = "group%d" % i 334 params['group'] = groupname 336 self.verify_name(devname, groupname) 345 groupname = "group%d" % i 346 self.verify_name(devname, groupname) 355 groupname = "group%d" % i 356 self.verify_name(devname, groupname) 365 groupname = "group%d" % i 366 self.verify_name(devname, groupname)
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | argparse_oe.py | 61 def add_subparser_group(self, groupname, groupdesc, order=0): argument 62 self._subparser_groups[groupname] = (groupdesc, order)
|
/openbmc/qemu/include/block/ |
H A D | throttle-groups.h | 74 const char *groupname,
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_ldap_utils.robot | 18 [Documentation] Get LDAP groupname via Redfish.
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | kobjects.c | 731 int rejected, char *groupname) in report_msg_status() argument 738 groupname); in report_msg_status() 742 used, received, groupname); in report_msg_status()
|
/openbmc/qemu/block/ |
H A D | throttle-groups.c | 544 const char *groupname, in throttle_group_register_tgm() argument 548 ThrottleState *ts = throttle_group_incref(groupname); in throttle_group_register_tgm()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rootfs-postcommands.bbclass | 68 # uid, a couple uid:gid or uid:groupname or it is '-' meaning leaving it 81 # Else it is a uid:gid or uid:groupname syntax
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 425 -char groupname[65]; // (max length is just a guess) 427 +EXTERN char groupname[65]; // (max length is just a guess)
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2851 "-netdev vde,id=str[,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]\n" 2854 " Use group 'groupname' and mode 'octalmode' to change default\n" 3551 ``-netdev vde,id=id[,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]`` 3554 GROUP groupname and MODE octalmode to change default ownership and
|