/titanic_50/usr/src/cmd/hal/probing/network-printer/ |
H A D | probe-snmp.c | 53 snmp_get_item(char *host, char *community, char *mib_item) in snmp_get_item() argument 64 session.community = (uchar_t *)community; in snmp_get_item() 65 session.community_len = strlen((const char *)session.community); in snmp_get_item() 88 snmp_get_string(char *host, char *community, char *mib_item) in snmp_get_string() argument 93 response = snmp_get_item(host, community, mib_item); in snmp_get_string() 104 HAL_DEBUG(("snmp_get_string(%s, %s, %s): %s", host, community, mib_item, in snmp_get_string() 114 snmp_brother_printer_info(char *hostname, char *community, char **manufacturer, in snmp_brother_printer_info() argument 126 tmp = snmp_get_string(hostname, community, in snmp_brother_printer_info() 134 *serial_no = snmp_get_string(hostname, community, in snmp_brother_printer_info() 142 snmp_ricoh_printer_info(char *hostname, char *community, char **manufacturer, in snmp_ricoh_printer_info() argument [all …]
|
H A D | probe-network-printer.c | 41 *community; in main() local 51 extern int snmp_printer_info(char *hostname, char *community, in main() 65 community = getenv("HAL_PROP_NETWORK_DEVICE_SNMP_COMMUNITY"); in main() 66 if (community == NULL) in main() 67 community = "public"; in main() 82 ret = snmp_printer_info(printer_address, community, &manufacturer, in main()
|
/titanic_50/usr/src/cmd/hal/addons/network-devices/ |
H A D | addon-network-discovery.c | 39 char *community; member 46 nds_snmp_scan(LibHalContext *ctx, char *parent, char *community, char *network) in nds_snmp_scan() argument 51 ctx, NP(parent), NP(community), NP(network))); in nds_snmp_scan() 60 scan_for_devices_using_snmp(ctx, parent, community, in nds_snmp_scan() 66 scan_for_devices_using_snmp(ctx, parent, community, network); in nds_snmp_scan() 83 if (args->community) free(args->community); in nds_snmp_scan_cb() 89 nds_snmp_scan(args->ctx, args->parent, args->community, args->network); in nds_snmp_scan_cb() 96 char *community, char *network) in nds_EnablePrinterScanningViaSNMP() argument 99 ctx, NP(parent), interval, NP(community), NP(network))); in nds_EnablePrinterScanningViaSNMP() 111 snmp_cb_data->community = STRDUP(community); in nds_EnablePrinterScanningViaSNMP() [all …]
|
H A D | snmp.c | 32 add_snmp_device(LibHalContext *ctx, char *parent, char *name, char *community) in add_snmp_device() argument 40 add_network_printer(ctx, parent, name, device, community); in add_snmp_device() 66 scan_for_devices_using_snmp(LibHalContext *ctx, char *parent, char *community, in scan_for_devices_using_snmp() argument 76 ctx, NP(parent), NP(community), NP(network))); in scan_for_devices_using_snmp() 84 session.community = (uchar_t *)community; in scan_for_devices_using_snmp() 85 session.community_len = strlen((const char *)session.community); in scan_for_devices_using_snmp() 124 add_snmp_device(ctx, parent, (char *)elem->data, community); in scan_for_devices_using_snmp()
|
H A D | svc-network-discovery | 55 community=`/bin/svcprop -p config/community ${SMF_FMRI} 2>/dev/null` 78 community=`/bin/svcprop -p config/community ${SMF_FMRI} 2>/dev/null`
|
H A D | network-discovery.h | 17 char *device, char *community); 20 char *community, char *network);
|
H A D | common.c | 30 extern int snmp_printer_info(char *hostname, char *community, 168 char *device, char *community) in add_network_printer() argument 193 snmp_printer_info(hostaddr, community, &manufacturer, &model, in add_network_printer() 210 if ((community != NULL) && (strcasecmp(community, "public") != 0)) in add_network_printer() 212 "network_device.snmp_community", community, &error); in add_network_printer()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | pdu.c | 86 pdu->community = snmp_def_community; in snmp_create_pdu() 147 p = asn_build_string(p, &bufsz, id, pdu->community, pdu->community_len); in snmp_make_packet() 223 p = asn_parse_string(p, &msgsz, &reply_pdu->community, in snmp_parse_reply() 649 if ((pdu->community) && (pdu->community != snmp_def_community)) in snmp_free_pdu() 650 free((void *) pdu->community); in snmp_free_pdu()
|
H A D | debug.c | 301 if (pdu->community) { in snmp_log_pdu() 304 SNMP_DTEXT_PREFIX, pdu->community); in snmp_log_pdu() 308 SNMP_DTEXT_PREFIX, pdu->community); in snmp_log_pdu()
|
H A D | pdu.h | 60 uchar_t *community; member
|
/titanic_50/usr/src/cmd/dtrace/test/ |
H A D | README | 32 http://www.opensolaris.org/os/community/dtrace/dtest
|
/titanic_50/usr/src/tools/opensolaris/ |
H A D | README.opensolaris.tmpl | 73 website in the ON community at:
|
H A D | BINARYLICENSE.txt | 88 Sun supports and benefits from the global community of open source 89 developers, and thanks the community for its important contributions and
|
/titanic_50/usr/src/uts/common/io/aac/ |
H A D | README | 49 commercial Solaris and the Open Solaris community.
|
/titanic_50/usr/src/pkg/license_files/ |
H A D | lic_OSBL | 88 Sun supports and benefits from the global community of open source 89 developers, and thanks the community for its important contributions and
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | LICENSE | 97 Sun supports and benefits from the global community of open source 98 developers, and thanks the community for its important contributions and
|
/titanic_50/usr/src/tools/scripts/ |
H A D | its.reg | 99 INFO=http://opensolaris.org/os/community/arc/
|
/titanic_50/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 32 computing community at large as a market that must bear the fee.)
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | northamerica | 651 # The Metlakatla community in Alaska has decided not to change its 662 # The community will be changing back on the 20th of this month... 664 # Per an announcement on the Metlakatla community's official Facebook page, the 2354 # ... the community of Resolute (located on Cornwallis Island in 2356 # Basically the community did not change its clocks at the end of 2362 # Bay. Resolute Bay is a small community located about 900km north of 2406 # 1 year only, the following year, the community went back to the old way
|
H A D | europe | 1126 # The east coast of Greenland north of the community of Scoresbysund 1160 # "Greenland north of the community of Scoresbysund" is officially named
|
H A D | australasia | 1488 # seeking the community's views on various options for summer time
|
/titanic_50/usr/src/lib/hbaapi/ |
H A D | THIRDPARTYLICENSE | 21 generally accepted in the software development community for the
|
/titanic_50/usr/src/lib/mpapi/libmpapi/ |
H A D | THIRDPARTYLICENSE | 21 generally accepted in the software development community for the
|
/titanic_50/usr/src/lib/smhba/ |
H A D | THIRDPARTYLICENSE | 21 generally accepted in the software development community for the
|
/titanic_50/usr/src/lib/libima/ |
H A D | THIRDPARTYLICENSE | 21 generally accepted in the software development community for the
|