Searched refs:group (Results 1 - 24 of 24) sorted by relevance

/openwrt/scripts/
H A Ddl_cleanup.py22 progname = match.group(1)
23 progversion = (int(match.group(2)) << 64) |\
24 (int(match.group(3)) << 48) |\
25 (int(match.group(4)) << 32) |\
26 (int(match.group(5)) << 16)
30 progname = match.group(1)
32 patchlevel = match.group(5)
39 progversion = (int(match.group(2)) << 64) |\
40 (int(match.group(3)) << 48) |\
41 (int(match.group(
[all...]
H A Dipkg-build76 usage="Usage: $0 [-c] [-C] [-o owner] [-g group] <pkg_directory> [<destination_directory>]"
82 g ) group=$OPTARG
83 ogargs="$ogargs --group=$group"
/openwrt/package/libs/toolchain/glibc-files/etc/
H A Dnsswitch.conf3 group:files
/openwrt/package/libs/toolchain/eglibc-files/etc/
H A Dnsswitch.conf3 group:files
/openwrt/package/libs/libnl-tiny/src/
H A Dsocket.c208 * @arg group Group identifier
215 * Make sure to use the correct group definitions as the older
221 int nl_socket_add_memberships(struct nl_sock *sk, int group, ...) argument
229 va_start(ap, group);
231 while (group != 0) {
232 if (group < 0)
236 &group, sizeof(group));
240 group = va_arg(ap, int);
251 * @arg group Grou
260 nl_socket_drop_memberships(struct nl_sock *sk, int group, ...) argument
[all...]
H A Dunl.c176 struct nlattr *groups, *group; local
197 nla_for_each_nested(group, groups, rem) {
200 nla_parse(tb, CTRL_ATTR_MCAST_GRP_MAX, nla_data(group),
201 nla_len(group), NULL);
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dsocket.h115 * This function defines the old way of joining multicast group which
204 static inline int nl_socket_add_membership(struct nl_sock *sk, int group) argument
206 return nl_socket_add_memberships(sk, group, 0);
210 static inline int nl_socket_drop_membership(struct nl_sock *sk, int group) argument
212 return nl_socket_drop_memberships(sk, group, 0);
H A Dnetlink-kernel.h19 /** Multicast group subscriptions */
193 __u32 group; member in struct:nl_pktinfo
/openwrt/package/base-files/files/lib/
H A Dfunctions.sh289 [ -f "${IPKG_INSTROOT}/etc/group" ] || return 1
290 [ -n "$IPKG_INSTROOT" ] || lock /var/lock/group
291 echo "${name}:x:${gid}:" >> ${IPKG_INSTROOT}/etc/group
293 [ -n "$IPKG_INSTROOT" ] || lock -u /var/lock/group
298 grep -qs "^${1}:" ${IPKG_INSTROOT}/etc/group
303 gid=$(grep -s "^${1}:" ${IPKG_INSTROOT}/etc/group | cut -d: -f3)
305 gids=$(cat ${IPKG_INSTROOT}/etc/group | cut -d: -f3)
316 grp=$(grep -s "^${1}:" ${IPKG_INSTROOT}/etc/group)
320 sed -i "s/$grp/$grp$delim$2/g" ${IPKG_INSTROOT}/etc/group
/openwrt/package/network/services/authsae/files/lib/wifi/
H A Dauthsae.sh36 group = [19, 26, 21, 25, 20];
/openwrt/package/network/services/hostapd/files/
H A Dwpa_supplicant.sh93 group='group=CCMP'
173 $group
/openwrt/target/linux/orion/image/
H A Dharddisk.mk37 $(TAR) cfj $(BIN_DIR)/openwrt-$(2)-$(1).img --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ .
/openwrt/target/linux/ixp4xx/image/
H A DMakefile29 $(TAR) cfj $(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(1).img --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ .
/openwrt/target/linux/oxnas/files/drivers/pinctrl/
H A Dpinctrl-oxnas.c127 * struct oxnas_pin_group - describes an pin group
128 * @name: the name of this specific pin group
129 * @pins_conf: the mux mode for each pin in this group. The size of this
131 * @pins: an array of discrete physical pins used in this group, taken
133 * @npins: the number of pins in this group array, i.e. the number of
227 * first find the group of this node and check if we need create
232 dev_err(info->dev, "unable to find group for node %s\n",
254 new_map[0].data.mux.group = np->name;
267 dev_dbg(pctldev->dev, "maps: function %s group %s num %d\n",
268 (*map)->data.mux.function, (*map)->data.mux.group, map_nu
507 oxnas_pmx_set_mux(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) argument
709 oxnas_pinconf_group_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, unsigned group) argument
[all...]
/openwrt/package/network/services/openvpn/files/
H A Dopenvpn.init113 echo engine explicit_exit_notify fragment group hand_window hash_size \
/openwrt/package/base-files/
H A DMakefile46 /etc/group
/openwrt/target/linux/imx6/image/
H A DMakefile93 $(TAR) --numeric-owner --owner=0 --group=0 --transform "s,./,./boot/," \
/openwrt/target/linux/socfpga/image/
H A DMakefile95 $(TAR) -czpf $(BIN_DIR)/$(IMG_PREFIX)-$(call sanitize_profile_name)-rootfs.tar.gz --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ .
/openwrt/package/network/config/qos-scripts/files/usr/lib/qos/
H A Dgenerate.sh471 for group in $CG; do
472 start_cg $group
/openwrt/package/network/services/dnsmasq/files/
H A Ddnsmasq.init222 xappend "--group=dnsmasq"
674 procd_add_jail_mount $CONFIGFILE $TRUSTANCHORSFILE $HOSTFILE /etc/passwd /etc/group /etc/TZ /dev/null /dev/urandom /etc/dnsmasq.conf /tmp/dnsmasq.d /tmp/resolv.conf.auto /etc/hosts /etc/ethers $EXTRA_MOUNT
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Drtl8367.c1007 unsigned int group, u16 port_mask)
1014 s = (group % 2) * 8;
1015 reg = RTL8367_PARA_LED_IO_EN1_REG + (group / 2);
1006 rtl8367_led_group_set_ports(struct rtl8366_smi *smi, unsigned int group, u16 port_mask) argument
/openwrt/include/
H A Dimage.mk253 $(TAR) -cp --numeric-owner --owner=0 --group=0 --sort=name \
/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Dlantiq_mei.c1173 * This function compose a message from opcode, group, address, index, size, and data
1176 * \param group The message group number
1185 makeCMV (u8 opcode, u8 group, u16 address, u16 index, int size, u16 * data, u16 *CMVMSG) argument
1189 CMVMSG[1] = (((index == 0) ? 0 : 1) << 7) + (group & 0x7f);
/openwrt/docs/
H A Dbuild.tex465 To group kernel modules under a common description in menuconfig, you might want to define a \textit{<description>MENU} variable on top of the kernel modules makefile.

Completed in 129 milliseconds