Searched refs:name_list (Results 26 - 50 of 93) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_group.c793 struct acct_info *name_list = NULL; local
836 if ( !(name_list = SMB_MALLOC_ARRAY(struct acct_info, num_entries)) ) {
842 memcpy( name_list, sam_grp_entries, num_entries * sizeof(struct acct_info) );
868 if ( !(name_list = SMB_REALLOC_ARRAY( name_list, struct acct_info, ent->num_sam_entries+num_entries)) )
876 memcpy( &name_list[ent->num_sam_entries], sam_grp_entries,
886 ent->sam_entries = name_list;
947 struct acct_info *name_list = NULL; local
987 name_list = (struct acct_info *)ent->sam_entries;
999 sid_append_rid(&group_sid, name_list[en
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/
H A Dudev_db.c80 int udev_db_get_devices_by_name(const char *name, struct list_head *name_list) argument
112 name_list_add(name_list, device, 0);
302 int udev_db_get_all_entries(struct list_head *name_list) argument
327 name_list_add(name_list, device, 1);
H A Dudev_node.c184 LIST_HEAD(name_list);
198 count = udev_db_get_devices_by_name(name, &name_list);
212 list_for_each_entry(device, &name_list, node) {
240 name_list_cleanup(&name_list);
H A Dudev_rules_parse.c722 LIST_HEAD(name_list);
725 retval = add_matching_files(&name_list, udev_rules_dir, RULESFILE_SUFFIX);
727 list_for_each_entry_safe(name_loop, name_tmp, &name_list, node) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_group.c793 struct acct_info *name_list = NULL; local
836 if ( !(name_list = SMB_MALLOC_ARRAY(struct acct_info, num_entries)) ) {
842 memcpy( name_list, sam_grp_entries, num_entries * sizeof(struct acct_info) );
868 if ( !(name_list = SMB_REALLOC_ARRAY( name_list, struct acct_info, ent->num_sam_entries+num_entries)) )
876 memcpy( &name_list[ent->num_sam_entries], sam_grp_entries,
886 ent->sam_entries = name_list;
947 struct acct_info *name_list = NULL; local
987 name_list = (struct acct_info *)ent->sam_entries;
999 sid_append_rid(&group_sid, name_list[en
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/
H A Dudev_db.c80 int udev_db_get_devices_by_name(const char *name, struct list_head *name_list) argument
112 name_list_add(name_list, device, 0);
302 int udev_db_get_all_entries(struct list_head *name_list) argument
327 name_list_add(name_list, device, 1);
H A Dudev_node.c184 LIST_HEAD(name_list);
198 count = udev_db_get_devices_by_name(name, &name_list);
212 list_for_each_entry(device, &name_list, node) {
240 name_list_cleanup(&name_list);
H A Dudev_rules_parse.c722 LIST_HEAD(name_list);
725 retval = add_matching_files(&name_list, udev_rules_dir, RULESFILE_SUFFIX);
727 list_for_each_entry_safe(name_loop, name_tmp, &name_list, node) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dssl_cert.c520 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
525 *ca_list=name_list;
547 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list) argument
549 set_client_CA_list(&(s->client_CA),name_list);
552 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list) argument
554 set_client_CA_list(&(ctx->client_CA),name_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dssl_cert.c520 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
525 *ca_list=name_list;
547 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list) argument
549 set_client_CA_list(&(s->client_CA),name_list);
552 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list) argument
554 set_client_CA_list(&(ctx->client_CA),name_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Dssl_cert.c520 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
525 *ca_list=name_list;
547 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list) argument
549 set_client_CA_list(&(s->client_CA),name_list);
552 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list) argument
554 set_client_CA_list(&(ctx->client_CA),name_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/
H A Dudev_node.c184 LIST_HEAD(name_list);
198 count = udev_db_get_devices_by_name(name, &name_list);
212 list_for_each_entry(device, &name_list, node) {
240 name_list_cleanup(&name_list);
H A Dudev_rules_parse.c722 LIST_HEAD(name_list);
725 retval = add_matching_files(&name_list, udev_rules_dir, RULESFILE_SUFFIX);
727 list_for_each_entry_safe(name_loop, name_tmp, &name_list, node) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-ioctl.c30 struct list_head name_list; member in struct:hash_cell
108 list_for_each_entry (hc, _name_buckets + h, name_list)
161 INIT_LIST_HEAD(&hc->name_list);
202 list_add(&cell->name_list, _name_buckets + hash_str(name));
207 list_del(&cell->name_list);
233 list_del(&hc->name_list);
262 list_for_each_entry(hc, _name_buckets + i, name_list) {
343 list_del(&hc->name_list);
348 list_add(&hc->name_list, _name_buckets + hash_str(new_name));
426 list_for_each_entry (hc, _name_buckets + i, name_list) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm-ioctl.c30 struct list_head name_list; member in struct:hash_cell
108 list_for_each_entry (hc, _name_buckets + h, name_list)
161 INIT_LIST_HEAD(&hc->name_list);
202 list_add(&cell->name_list, _name_buckets + hash_str(name));
207 list_del(&cell->name_list);
233 list_del(&hc->name_list);
262 list_for_each_entry(hc, _name_buckets + i, name_list) {
343 list_del(&hc->name_list);
348 list_add(&hc->name_list, _name_buckets + hash_str(new_name));
426 list_for_each_entry (hc, _name_buckets + i, name_list) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dsmbtree.c51 struct smb_name_list **name_list = (struct smb_name_list **)state; local
72 DLIST_ADD(*name_list, new_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dsmbtree.c51 struct smb_name_list **name_list = (struct smb_name_list **)state; local
72 DLIST_ADD(*name_list, new_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dsmbtree.c51 struct smb_name_list **name_list = (struct smb_name_list **)state; local
72 DLIST_ADD(*name_list, new_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dtargets.c1427 const char **name_list, **name_ptr;
1433 name_ptr = name_list = bfd_malloc (amt);
1435 if (name_list == NULL)
1444 return name_list;
1426 const char **name_list, **name_ptr; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dtargets.c1427 const char **name_list, **name_ptr;
1433 name_ptr = name_list = bfd_malloc (amt);
1435 if (name_list == NULL)
1444 return name_list;
1426 const char **name_list, **name_ptr; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dtargets.c1427 const char **name_list, **name_ptr;
1433 name_ptr = name_list = bfd_malloc (amt);
1435 if (name_list == NULL)
1444 return name_list;
1426 const char **name_list, **name_ptr; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dssl_cert.c774 STACK_OF(X509_NAME) *name_list)
779 *ca_list = name_list;
799 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) argument
801 set_client_CA_list(&(s->client_CA), name_list);
804 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) argument
806 set_client_CA_list(&(ctx->client_CA), name_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Dssl_cert.c774 STACK_OF(X509_NAME) *name_list)
779 *ca_list = name_list;
799 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) argument
801 set_client_CA_list(&(s->client_CA), name_list);
804 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) argument
806 set_client_CA_list(&(ctx->client_CA), name_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dssl_cert.c774 STACK_OF(X509_NAME) *name_list)
779 *ca_list = name_list;
799 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) argument
801 set_client_CA_list(&(s->client_CA), name_list);
804 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) argument
806 set_client_CA_list(&(ctx->client_CA), name_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dglobals.h256 struct ea_list *name_list);

Completed in 384 milliseconds

1234