Searched refs:info2 (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_printing.c528 NT_PRINTER_INFO_LEVEL_2 *info2; local
562 info2 = printer->info_2;
565 regval_ctr_addvalue( val, "Attributes", REG_DWORD, (char*)&info2->attributes, sizeof(info2->attributes) );
566 regval_ctr_addvalue( val, "Priority", REG_DWORD, (char*)&info2->priority, sizeof(info2->attributes) );
567 regval_ctr_addvalue( val, "ChangeID", REG_DWORD, (char*)&info2->changeid, sizeof(info2->changeid) );
568 regval_ctr_addvalue( val, "Default Priority", REG_DWORD, (char*)&info2->default_priority, sizeof(info2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_dfs.c103 static void display_dfs_info_2(DFS_INFO_2 *info2) argument
107 unistr2_to_ascii(temp, &info2->entrypath, sizeof(temp) - 1);
110 unistr2_to_ascii(temp, &info2->comment, sizeof(temp) - 1);
113 printf("\tstate: %d\n", info2->state);
114 printf("\tnum_storages: %d\n", info2->num_storages);
156 display_dfs_info_2(&ctr->dfs.info2[i]);
H A Dcmd_srvsvc.c234 static void display_share_info_2(SRV_SHARE_INFO_2 *info2) argument
238 rpcstr_pull_unistr2_fstring(netname, &info2->info_2_str.uni_netname);
239 rpcstr_pull_unistr2_fstring(remark, &info2->info_2_str.uni_remark);
240 rpcstr_pull_unistr2_fstring(path, &info2->info_2_str.uni_path);
241 rpcstr_pull_unistr2_fstring(passwd, &info2->info_2_str.uni_passwd);
303 display_share_info_2(&ctr.share.info2[i]);
H A Dcmd_samr.c178 static void display_sam_unk_info_2(SAM_UNK_INFO_2 *info2) argument
182 unistr2_to_ascii(name, &info2->uni_domain, sizeof(name) - 1);
185 unistr2_to_ascii(name, &info2->uni_server, sizeof(name) - 1);
188 unistr2_to_ascii(name, &info2->uni_comment, sizeof(name) - 1);
191 printf("Total Users:\t%d\n", info2->num_domain_usrs);
192 printf("Total Groups:\t%d\n", info2->num_domain_grps);
193 printf("Total Aliases:\t%d\n", info2->num_local_grps);
195 printf("Sequence No:\t%d\n", info2->seq_num.low);
197 printf("Force Logoff:\t%d\n", (int)nt_time_to_unix_abs(&info2->logout));
199 printf("Unknown 4:\t0x%x\n", info2
1012 SAM_DISPINFO_2 info2; local
[all...]
H A Dcmd_spoolss.c1094 display_print_driver_2 (ctr.info2);
1185 display_print_driver_2 (&(ctr.info2[j]));
1432 PRINTER_INFO_2 info2; local
1446 ZERO_STRUCT(info2);
1448 init_unistr( &info2.servername, servername);
1450 init_unistr( &info2.printername, argv[1]);
1451 init_unistr( &info2.sharename, argv[2]);
1452 init_unistr( &info2.drivername, argv[3]);
1453 init_unistr( &info2.portname, argv[4]);
1454 init_unistr( &info2
1491 PRINTER_INFO_2 info2; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c127 BY_HANDLE_FILE_INFORMATION info1, info2; local
135 ok &= GetFileInformationByHandle(h2, &info2);
138 info1.dwVolumeSerialNumber == info2.dwVolumeSerialNumber &&
139 info1.nFileIndexHigh == info2.nFileIndexHigh &&
140 info1.nFileIndexLow == info2.nFileIndexLow
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dioctl.c70 struct ncp_fs_info_v2 info2; local
76 if (copy_from_user(&info2, arg, sizeof(info2)))
79 if (info2.version != NCP_GET_FS_INFO_VERSION_V2) {
80 DPRINTK("info.version invalid: %d\n", info2.version);
83 info2.mounted_uid = server->m.mounted_uid;
84 info2.connection = server->connection;
85 info2.buffer_size = server->buffer_size;
86 info2.volume_number = NCP_FINFO(inode)->volNumber;
87 info2
141 struct compat_ncp_fs_info_v2 info2; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_client/
H A Dcli_srvsvc.c150 ctr->share.info2 = TALLOC_ARRAY(mem_ctx, SRV_SHARE_INFO_2, ctr->num_entries);
152 memset(ctr->share.info2, 0, sizeof(SRV_SHARE_INFO_2));
155 SRV_SHARE_INFO_2 *info2 = &ctr->share.info2[i]; local
160 memcpy(&info2->info_2, &r.ctr.share.info2[i].info_2,
165 s = unistr2_tdup(mem_ctx, &r.ctr.share.info2[i].info_2_str.uni_netname);
167 init_unistr2(&info2->info_2_str.uni_netname, s, UNI_STR_TERMINATE);
169 s = unistr2_tdup(mem_ctx, &r.ctr.share.info2[i].info_2_str.uni_remark);
171 init_unistr2(&info2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_dfs.c397 ctr->dfs.info2 = PRS_ALLOC_MEM(ps, DFS_INFO_2, num_entries);
398 if (!ctr->dfs.info2)
403 if(!prs_uint32("ptr_entrypath", ps, depth, &ctr->dfs.info2[i].ptr_entrypath))
405 if(!prs_uint32("ptr_comment", ps, depth, &ctr->dfs.info2[i].ptr_comment))
407 if(!prs_uint32("state", ps, depth, &ctr->dfs.info2[i].state))
409 if(!prs_uint32("num_storages", ps, depth, &ctr->dfs.info2[i].num_storages))
413 if(!smb_io_unistr2("", &ctr->dfs.info2[i].entrypath, ctr->dfs.info2[i].ptr_entrypath, ps, depth))
417 if(!smb_io_unistr2("",&ctr->dfs.info2[i].comment, ctr->dfs.info2[
[all...]
H A Dparse_srv.c833 SRV_SHARE_INFO_2 *info2 = ctr->share.info2; local
838 if (!(info2 = PRS_ALLOC_MEM(ps,SRV_SHARE_INFO_2,num_entries)))
840 ctr->share.info2 = info2;
844 if(!srv_io_share_info2("", &info2[i].info_2, ps, depth))
849 if(!srv_io_share_info2_str("", &info2[i].info_2, &info2[i].info_2_str, ps, depth))
1213 if(!srv_io_share_info2("", &r_n->share.info2.info_2, ps, depth))
1216 if(!srv_io_share_info2_str("", &r_n->share.info2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c2593 * @param info2 NT_PRINTER_INFO_LEVEL_2 describing printer - gets modified
2597 static BOOL map_nt_printer_info2_to_dsspooler(NT_PRINTER_INFO_LEVEL_2 *info2) argument
2606 if ((i = lookup_printerkey(&info2->data, SPOOL_DSSPOOLER_KEY)) < 0)
2607 i = add_new_printer_key(&info2->data, SPOOL_DSSPOOLER_KEY);
2608 ctr = &info2->data.keys[i].values;
2610 map_sz_into_ctr(ctr, SPOOL_REG_PRINTERNAME, info2->sharename);
2624 asprintf(&allocated_string, "\\\\%s\\%s", longname, info2->sharename);
2629 map_sz_into_ctr(ctr, SPOOL_REG_DRIVERNAME, info2->drivername);
2630 map_sz_into_ctr(ctr, SPOOL_REG_LOCATION, info2->location);
2631 map_sz_into_ctr(ctr, SPOOL_REG_DESCRIPTION, info2
2660 store_printer_guid(NT_PRINTER_INFO_LEVEL_2 *info2, struct uuid guid) argument
3483 NT_PRINTER_INFO_LEVEL_2 *info2; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_drivers.c112 rpcstr_pull(name, ctr.info2[i].name.buffer,
115 py_from_DRIVER_INFO_2(&value, &ctr.info2[i]);
212 py_from_DRIVER_INFO_2(&result, ctr.info2);
H A Dpy_spoolss_printers.c434 PRINTER_INFO_2 info2; local
454 if (!py_to_PRINTER_INFO_2(&info2, info, mem_ctx)) {
460 ctr.printers_2 = &info2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-q.c686 u32 info1 = 0, info2 = 0; local
773 info2 |= (EHCI_TUNE_MULT_TT << 30);
779 info2 |= (urb->dev->ttport-1) << 23;
781 info2 |= urb->dev->ttport << 23;
789 info2 |= urb->dev->tt->hub->devnum << 16;
801 info2 |= (EHCI_TUNE_MULT_HS << 30);
805 info2 |= (EHCI_TUNE_MULT_HS << 30);
808 info2 |= hb_mult (maxp) << 30;
823 qh->hw_info2 = cpu_to_le32 (info2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Drpc_dfs.h139 DFS_INFO_2 *info2; member in union:dfs_info_ctr::__anon1618
H A Drpc_srvsvc.h523 SRV_SHARE_INFO_2 *info2; /* share info level 2 */ member in union:srv_share_info_ctr_info::__anon1671
584 SRV_SHARE_INFO_2 info2; member in union:srv_share_info::__anon1672
H A Drpc_samr.h968 SAM_DISPINFO_2 *info2; /* trust accounts */ member in union:sam_dispinfo_ctr_info::__anon1655
1109 GROUP_INFO2 info2; member in union:group_info_ctr::__anon1656
H A Drpc_netlogon.h322 NETLOGON_INFO_2 info2; member in union:net_r_logon_ctrl2_info::__anon1642
H A Drpc_spoolss.h1059 PRINTER_INFO_2 *info2; member in union:printer_info_info::__anon1663
1128 DRIVER_INFO_2 *info2; member in struct:driver_info_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_srvsvc_nt.c568 SRV_SHARE_INFO_2 *info2 = TALLOC_ARRAY(ctx, SRV_SHARE_INFO_2, num_entries); local
571 if (!info2) {
578 init_srv_share_info_2(p, &info2[i++], snum);
582 ctr->share.info2 = info2;
774 init_srv_share_info_2(p, &r_n->info.share.info2, snum);
1497 unistr2_to_ascii(comment, &q_u->info.share.info2.info_2_str.uni_remark, sizeof(comment));
1498 type = q_u->info.share.info2.info_2.type;
1502 unistr2_to_ascii(comment, &q_u->info.share.info2.info_2_str.uni_remark, sizeof(comment));
1503 unistr2_to_ascii(pathname, &q_u->info.share.info2
[all...]
H A Dsrv_dfs_nt.c299 ctr->dfs.info2 = dfs2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_rpc.c177 struct acct_info *info2 = NULL; local
187 &info2, &count);
202 memcpy(&(*info)[*num_entries], info2, count*sizeof(*info2));
241 struct acct_info *info2 = NULL; local
248 &start, 0xFFFF, &info2, &count);
264 memcpy(&(*info)[*num_entries], info2, count*sizeof(*info2));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Drsrc_nonstatic.c318 cisinfo_t info1, info2; local
326 ret += readable(s, res2, &info2);
332 return (ret == 2) && (info1.Chains == info2.Chains);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dgenerator.py826 def functionCompare(info1, info2):
828 (index2, func2, name2, ret2, args2, file2) = info2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c2305 if (ha->info2 == 0) {
2308 drv_hds = ha->info2 & 0xff;
2309 drv_secs = (ha->info2 >> 8) & 0xff;
2319 && ha->info2 != 0) {
2320 ha->hdr[hdrive].size = ((ulong64)ha->info2 << 32) | ha->info;
3485 ha->info2 = inl(ha->bmic + MAILBOXREG+4);
3499 ha->info2 = gdth_readl(&dp2_ptr->u.ic.Info[1]);
3514 ha->info2 = gdth_readl(&dp6_ptr->u.ic.Info[1]);
3528 ha->info2 = inl(PTR2USHORT(&ha->plx->info[1]));
3549 ha->info2
[all...]

Completed in 440 milliseconds

12