Searched refs:driverpath (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_drivers_conv.c35 { "driver_path", PY_UNISTR, offsetof(DRIVER_INFO_2, driverpath) },
45 { "driver_path", PY_UNISTR, offsetof(DRIVER_INFO_3, driverpath) },
58 { "driver_path", PY_UNISTR, offsetof(DRIVER_INFO_6, driverpath) },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c1403 pstring driverpath; local
1456 slprintf(driverpath, sizeof(driverpath)-1, "%s/%s", architecture, driverpath_in);
1458 driver_unix_convert(driverpath,conn,NULL,&st);
1460 if ( !vfs_file_exist( conn, driverpath, &st ) ) {
1465 status = open_file_ntcreate(conn, driverpath, &st,
1476 driverpath, errno));
1482 int ret = get_file_version(fsp, driverpath, &major, &minor);
1486 DEBUG(6,("get_correct_cversion: Version info not found [%s]\n", driverpath));
1505 driverpath, cversio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dnt_printing.h142 fstring driverpath; member in struct:nt_printer_driver_info_level_3
156 fstring driverpath; member in struct:__anon5272
H A Drpc_spoolss.h1074 UNISTR driverpath; member in struct:driver_info_2
1084 UNISTR driverpath; member in struct:driver_info_3
1099 UNISTR driverpath; member in struct:driver_info_6
1537 UNISTR2 driverpath; member in struct:spool_printer_driver_info_level_3
1572 UNISTR2 driverpath; member in struct:__anon5472
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_printer.c58 fstring driverpath = ""; local
74 rpcstr_pull(driverpath, i1->driverpath.buffer, sizeof(driverpath), -1, STR_TERMINATE);
85 d_printf ("\tDriver Path: [%s]\n", driverpath);
612 fstring driverpath = ""; local
622 rpcstr_pull(driverpath, i1->driverpath.buffer, sizeof(driverpath), -1, STR_TERMINATE);
633 driverpath, short_arch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_spoolss.c884 fstring driverpath; local
892 rpcstr_pull(driverpath, i1->driverpath.buffer, sizeof(driverpath), -1, STR_TERMINATE);
900 printf ("\tDriver Path: [%s]\n", driverpath);
914 fstring driverpath = ""; local
930 rpcstr_pull(driverpath, i1->driverpath.buffer, sizeof(driverpath), -1, STR_TERMINATE);
941 printf ("\tDriver Path: [%s]\n", driverpath);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c2618 if (!smb_io_relstr("driverpath", buffer, depth, &info->driverpath))
2647 if (!smb_io_relstr("driverpath", buffer, depth, &info->driverpath))
2686 if (!smb_io_relstr("driverpath", buffer, depth, &info->driverpath))
3227 size+=size_of_relative_string( &info->driverpath );
3263 size+=size_of_relative_string( &info->driverpath );
3286 size+=size_of_relative_string( &info->driverpath );
4862 if(!prs_uint32("driverpath", p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c5089 if (strlen(driver.info_3->driverpath)) {
5090 slprintf(temp, sizeof(temp)-1, "\\\\%s%s", servername, driver.info_3->driverpath);
5091 init_unistr( &info->driverpath, temp );
5093 init_unistr( &info->driverpath, "" );
5217 if (strlen(driver.info_3->driverpath)) {
5218 slprintf(temp, sizeof(temp)-1, "\\\\%s%s", servername, driver.info_3->driverpath);
5219 init_unistr( &info->driverpath, temp );
5221 init_unistr( &info->driverpath, "" );
5325 if (strlen(driver.info_3->driverpath)) {
5326 slprintf(temp, sizeof(temp)-1, "\\\\%s%s", servername, driver.info_3->driverpath);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_printing.c886 filename = dos_basename( info3->driverpath );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dlanman.c607 trim_string(driver.info_3->driverpath, "\\print$\\WIN40\\0\\", 0);
613 PACKS(desc, "z", driver.info_3->driverpath); /* Driverfile Name */
623 PACKS(desc,"z", driver.info_3->driverpath); /* driver name */
626 DEBUG(3,("Driver: %s:\n",driver.info_3->driverpath));

Completed in 124 milliseconds