Searched refs:group (Results 401 - 425 of 2184) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dfsnotify_backend.h82 * Each group much define these ops. The fsnotify infrastructure will call
83 * these operations for each relevant group.
85 * should_send_event - given a group, inode, and mask this function determines
86 * if the group is interested in this event.
87 * handle_event - main call for a group to handle an fs event
88 * free_group_priv - called when a group refcnt hits 0 to clean up the private union
91 * valid group and inode to use to clean up.
94 bool (*should_send_event)(struct fsnotify_group *group, struct inode *inode,
98 int (*handle_event)(struct fsnotify_group *group,
102 void (*free_group_priv)(struct fsnotify_group *group);
187 struct fsnotify_group *group; member in struct:fsnotify_event_private_data
271 struct fsnotify_group *group; /* group this mark is for */ member in struct:fsnotify_mark
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dfsnotify_backend.h82 * Each group much define these ops. The fsnotify infrastructure will call
83 * these operations for each relevant group.
85 * should_send_event - given a group, inode, and mask this function determines
86 * if the group is interested in this event.
87 * handle_event - main call for a group to handle an fs event
88 * free_group_priv - called when a group refcnt hits 0 to clean up the private union
91 * valid group and inode to use to clean up.
94 bool (*should_send_event)(struct fsnotify_group *group, struct inode *inode,
98 int (*handle_event)(struct fsnotify_group *group,
102 void (*free_group_priv)(struct fsnotify_group *group);
187 struct fsnotify_group *group; member in struct:fsnotify_event_private_data
271 struct fsnotify_group *group; /* group this mark is for */ member in struct:fsnotify_mark
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/snooper/
H A Digmp.c122 static int reserved_mcast(in_addr_t group) argument
138 ether_mtoe(htonl(reserved[i].mask) & group, ea2);
171 static void log_packet(char *type, in_addr_t group, struct ether_header *eth, struct ip *iph, struct igmp *igmp, int loopback) argument
175 (!IN_MULTICAST(ntohl(group)) || reserved_mcast(group)))
181 ARG_IP(&group), loopback ? "*" : "");
187 int build_query(unsigned char *packet, int size, in_addr_t group, in_addr_t dst, unsigned char *dhost) argument
241 (group ? LASTMEMBER_QUERY_INT : QUERY_RESPONSE_INT) * 10;
242 igmp.igmp->igmp_group.s_addr = group;
257 static int accept_join(in_addr_t group, in_addr_ argument
274 accept_leave(in_addr_t group, in_addr_t host, unsigned char *shost, int loopback) argument
297 accept_query(in_addr_t group, in_addr_t host, unsigned char *shost, int timeout, int loopback) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/snooper/
H A Digmp.c122 static int reserved_mcast(in_addr_t group) argument
138 ether_mtoe(htonl(reserved[i].mask) & group, ea2);
171 static void log_packet(char *type, in_addr_t group, struct ether_header *eth, struct ip *iph, struct igmp *igmp, int loopback) argument
175 (!IN_MULTICAST(ntohl(group)) || reserved_mcast(group)))
181 ARG_IP(&group), loopback ? "*" : "");
187 int build_query(unsigned char *packet, int size, in_addr_t group, in_addr_t dst, unsigned char *dhost) argument
241 (group ? LASTMEMBER_QUERY_INT : QUERY_RESPONSE_INT) * 10;
242 igmp.igmp->igmp_group.s_addr = group;
257 static int accept_join(in_addr_t group, in_addr_ argument
274 accept_leave(in_addr_t group, in_addr_t host, unsigned char *shost, int loopback) argument
297 accept_query(in_addr_t group, in_addr_t host, unsigned char *shost, int timeout, int loopback) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/snooper/
H A Digmp.c122 static int reserved_mcast(in_addr_t group) argument
138 ether_mtoe(htonl(reserved[i].mask) & group, ea2);
171 static void log_packet(char *type, in_addr_t group, struct ether_header *eth, struct ip *iph, struct igmp *igmp, int loopback) argument
175 (!IN_MULTICAST(ntohl(group)) || reserved_mcast(group)))
181 ARG_IP(&group), loopback ? "*" : "");
187 int build_query(unsigned char *packet, int size, in_addr_t group, in_addr_t dst, unsigned char *dhost) argument
241 (group ? LASTMEMBER_QUERY_INT : QUERY_RESPONSE_INT) * 10;
242 igmp.igmp->igmp_group.s_addr = group;
257 static int accept_join(in_addr_t group, in_addr_ argument
274 accept_leave(in_addr_t group, in_addr_t host, unsigned char *shost, int loopback) argument
297 accept_query(in_addr_t group, in_addr_t host, unsigned char *shost, int timeout, int loopback) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Dini-file-parser.c37 AvahiIniFileGroup *group = NULL; local
69 /* new group */
72 avahi_log_error("Unclosed group header in %s:%u: <%s>", fname, line, s);
78 group = avahi_new(AvahiIniFileGroup, 1);
79 group->name = avahi_strdup(s+1);
80 group->n_pairs = 0;
81 AVAHI_LLIST_HEAD_INIT(AvahiIniFilePair, group->pairs);
83 AVAHI_LLIST_PREPEND(AvahiIniFileGroup, groups, f->groups, group);
93 if (!group) {
94 avahi_log_error("Assignment outside group i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/configfs/
H A Ditem.c125 void config_group_init_type_name(struct config_group *group, const char *name, argument
128 config_item_set_name(&group->cg_item, name);
129 group->cg_item.ci_type = type;
130 config_group_init(group);
177 * config_group_init - initialize a group for use
178 * @k: group
180 void config_group_init(struct config_group *group) argument
182 config_item_init(&group->cg_item);
183 INIT_LIST_HEAD(&group->cg_children);
187 * config_group_find_item - search for item in group
195 config_group_find_item(struct config_group *group, const char *name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Dini-file-parser.c37 AvahiIniFileGroup *group = NULL; local
69 /* new group */
72 avahi_log_error("Unclosed group header in %s:%u: <%s>", fname, line, s);
78 group = avahi_new(AvahiIniFileGroup, 1);
79 group->name = avahi_strdup(s+1);
80 group->n_pairs = 0;
81 AVAHI_LLIST_HEAD_INIT(AvahiIniFilePair, group->pairs);
83 AVAHI_LLIST_PREPEND(AvahiIniFileGroup, groups, f->groups, group);
93 if (!group) {
94 avahi_log_error("Assignment outside group i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.h2 * ga-entry-group.h - Header for GaEntryGroup
80 gboolean ga_entry_group_attach(GaEntryGroup * group,
83 GaEntryGroupService *ga_entry_group_add_service_strlist(GaEntryGroup * group,
92 group,
111 GaEntryGroupService *ga_entry_group_add_service(GaEntryGroup * group,
117 GaEntryGroupService *ga_entry_group_add_service_full(GaEntryGroup * group,
129 gboolean ga_entry_group_add_record(GaEntryGroup * group,
135 gboolean ga_entry_group_add_record_full(GaEntryGroup * group,
168 gboolean ga_entry_group_commit(GaEntryGroup * group, GError ** error);
171 gboolean ga_entry_group_reset(GaEntryGroup * group, GErro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libpwdgrp/
H A Dpwd_grp.c16 * buffers; especially for the group-related functions since
17 * large group member lists will cause error returns.
31 #define _PATH_GROUP "/etc/group"
64 struct group getgrgid_resultbuf;
66 struct group getgrnam_resultbuf;
74 struct group fgetgrent_resultbuf;
93 struct group getgrent_gr;
150 int fgetgrent_r(FILE *__restrict stream, struct group *__restrict resultbuf,
152 struct group **__restrict result)
204 struct group *fgetgren
613 struct group group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/configfs/
H A Ditem.c125 void config_group_init_type_name(struct config_group *group, const char *name, argument
128 config_item_set_name(&group->cg_item, name);
129 group->cg_item.ci_type = type;
130 config_group_init(group);
177 * config_group_init - initialize a group for use
178 * @k: group
180 void config_group_init(struct config_group *group) argument
182 config_item_init(&group->cg_item);
183 INIT_LIST_HEAD(&group->cg_children);
187 * config_group_find_item - search for item in group
195 config_group_find_item(struct config_group *group, const char *name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Dini-file-parser.c37 AvahiIniFileGroup *group = NULL; local
69 /* new group */
72 avahi_log_error("Unclosed group header in %s:%u: <%s>", fname, line, s);
78 group = avahi_new(AvahiIniFileGroup, 1);
79 group->name = avahi_strdup(s+1);
80 group->n_pairs = 0;
81 AVAHI_LLIST_HEAD_INIT(AvahiIniFilePair, group->pairs);
83 AVAHI_LLIST_PREPEND(AvahiIniFileGroup, groups, f->groups, group);
93 if (!group) {
94 avahi_log_error("Assignment outside group i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.h2 * ga-entry-group.h - Header for GaEntryGroup
80 gboolean ga_entry_group_attach(GaEntryGroup * group,
83 GaEntryGroupService *ga_entry_group_add_service_strlist(GaEntryGroup * group,
92 group,
111 GaEntryGroupService *ga_entry_group_add_service(GaEntryGroup * group,
117 GaEntryGroupService *ga_entry_group_add_service_full(GaEntryGroup * group,
129 gboolean ga_entry_group_add_record(GaEntryGroup * group,
135 gboolean ga_entry_group_add_record_full(GaEntryGroup * group,
168 gboolean ga_entry_group_commit(GaEntryGroup * group, GError ** error);
171 gboolean ga_entry_group_reset(GaEntryGroup * group, GErro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libpwdgrp/
H A Dpwd_grp.c16 * buffers; especially for the group-related functions since
17 * large group member lists will cause error returns.
31 #define _PATH_GROUP "/etc/group"
64 struct group getgrgid_resultbuf;
66 struct group getgrnam_resultbuf;
74 struct group fgetgrent_resultbuf;
93 struct group getgrent_gr;
150 int fgetgrent_r(FILE *__restrict stream, struct group *__restrict resultbuf,
152 struct group **__restrict result)
204 struct group *fgetgren
613 struct group group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.h2 * ga-entry-group.h - Header for GaEntryGroup
80 gboolean ga_entry_group_attach(GaEntryGroup * group,
83 GaEntryGroupService *ga_entry_group_add_service_strlist(GaEntryGroup * group,
92 group,
111 GaEntryGroupService *ga_entry_group_add_service(GaEntryGroup * group,
117 GaEntryGroupService *ga_entry_group_add_service_full(GaEntryGroup * group,
129 gboolean ga_entry_group_add_record(GaEntryGroup * group,
135 gboolean ga_entry_group_add_record_full(GaEntryGroup * group,
168 gboolean ga_entry_group_commit(GaEntryGroup * group, GError ** error);
171 gboolean ga_entry_group_reset(GaEntryGroup * group, GErro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libpwdgrp/
H A Dpwd_grp.c16 * buffers; especially for the group-related functions since
17 * large group member lists will cause error returns.
31 #define _PATH_GROUP "/etc/group"
64 struct group getgrgid_resultbuf;
66 struct group getgrnam_resultbuf;
74 struct group fgetgrent_resultbuf;
93 struct group getgrent_gr;
150 int fgetgrent_r(FILE *__restrict stream, struct group *__restrict resultbuf,
152 struct group **__restrict result)
204 struct group *fgetgren
613 struct group group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ecdh/
H A Dech_ossl.c117 const EC_GROUP *group; local
140 group = EC_KEY_get0_group(ecdh);
143 if (!EC_GROUP_get_cofactor(group, x, ctx) ||
151 if ((tmp = EC_POINT_new(group)) == NULL) {
156 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) {
161 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
163 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx)) {
170 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) {
177 buflen = (EC_GROUP_get_degree(group) + 7) / 8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ecdh/
H A Dech_ossl.c117 const EC_GROUP *group; local
140 group = EC_KEY_get0_group(ecdh);
143 if (!EC_GROUP_get_cofactor(group, x, ctx) ||
151 if ((tmp = EC_POINT_new(group)) == NULL) {
156 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) {
161 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
163 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx)) {
170 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) {
177 buflen = (EC_GROUP_get_degree(group) + 7) / 8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ecdh/
H A Dech_ossl.c117 const EC_GROUP *group; local
140 group = EC_KEY_get0_group(ecdh);
143 if (!EC_GROUP_get_cofactor(group, x, ctx) ||
151 if ((tmp = EC_POINT_new(group)) == NULL) {
156 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) {
161 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
163 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx)) {
170 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) {
177 buflen = (EC_GROUP_get_degree(group) + 7) / 8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/notify/
H A Dinode_mark.c66 assert_spin_locked(&mark->group->mark_lock);
107 * Given a group clear all of the inode marks associated with that group.
109 void fsnotify_clear_inode_marks_by_group(struct fsnotify_group *group) argument
111 fsnotify_clear_marks_by_group_flags(group, FSNOTIFY_MARK_FLAG_INODE);
115 * given a group and inode, find the mark associated with that combination.
118 struct fsnotify_mark *fsnotify_find_inode_mark_locked(struct fsnotify_group *group, argument
127 if (mark->group == group) {
136 * given a group an
139 fsnotify_find_inode_mark(struct fsnotify_group *group, struct inode *inode) argument
182 fsnotify_add_inode_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, struct inode *inode, int allow_dups) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/block/
H A Ddasd_alias.c82 /* for hyper pav there is only one group */
88 struct alias_pav_group, group);
91 /* for base pav we have to find the group that matches the base */
96 list_for_each_entry(pos, &lcu->grouplist, group) {
370 * adding it to a pav group.
379 struct alias_pav_group *group; local
403 group = _find_group(lcu, &uid);
404 if (!group) {
405 group = kzalloc(sizeof(*group), GFP_ATOMI
433 struct alias_pav_group *group; local
602 struct alias_pav_group *group; local
693 struct alias_pav_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_alias.c82 /* for hyper pav there is only one group */
88 struct alias_pav_group, group);
91 /* for base pav we have to find the group that matches the base */
96 list_for_each_entry(pos, &lcu->grouplist, group) {
370 * adding it to a pav group.
379 struct alias_pav_group *group; local
403 group = _find_group(lcu, &uid);
404 if (!group) {
405 group = kzalloc(sizeof(*group), GFP_ATOMI
433 struct alias_pav_group *group; local
602 struct alias_pav_group *group; local
693 struct alias_pav_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/notify/
H A Dinode_mark.c66 assert_spin_locked(&mark->group->mark_lock);
107 * Given a group clear all of the inode marks associated with that group.
109 void fsnotify_clear_inode_marks_by_group(struct fsnotify_group *group) argument
111 fsnotify_clear_marks_by_group_flags(group, FSNOTIFY_MARK_FLAG_INODE);
115 * given a group and inode, find the mark associated with that combination.
118 struct fsnotify_mark *fsnotify_find_inode_mark_locked(struct fsnotify_group *group, argument
127 if (mark->group == group) {
136 * given a group an
139 fsnotify_find_inode_mark(struct fsnotify_group *group, struct inode *inode) argument
182 fsnotify_add_inode_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, struct inode *inode, int allow_dups) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dafp_avahi.c56 if (!ctx->group) {
57 if (!(ctx->group = avahi_entry_group_new(ctx->client, publish_reply, ctx))) {
58 LOG(log_error, logtype_afpd, "Failed to create entry group: %s",
64 if (avahi_entry_group_is_empty(ctx->group)) {
116 if (avahi_entry_group_add_service(ctx->group,
131 if (i && avahi_entry_group_add_service_strlst(ctx->group,
148 if (avahi_entry_group_add_service_strlst(ctx->group,
166 if (avahi_entry_group_commit(ctx->group) < 0) {
167 LOG(log_error, logtype_afpd, "Failed to commit entry group: %s",
186 assert(ctx->group
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dafp_avahi.c56 if (!ctx->group) {
57 if (!(ctx->group = avahi_entry_group_new(ctx->client, publish_reply, ctx))) {
58 LOG(log_error, logtype_afpd, "Failed to create entry group: %s",
64 if (avahi_entry_group_is_empty(ctx->group)) {
116 if (avahi_entry_group_add_service(ctx->group,
131 if (i && avahi_entry_group_add_service_strlst(ctx->group,
148 if (avahi_entry_group_add_service_strlst(ctx->group,
166 if (avahi_entry_group_commit(ctx->group) < 0) {
167 LOG(log_error, logtype_afpd, "Failed to commit entry group: %s",
186 assert(ctx->group
[all...]

Completed in 145 milliseconds

<<11121314151617181920>>