/illumos-gate/usr/src/cmd/hal/probing/network-printer/ |
H A D | probe-snmp.c | 51 snmp_get_item(char *host, char *community, char *mib_item) in snmp_get_item() argument 61 session.community = (uchar_t *)community; in snmp_get_item() 62 session.community_len = strlen((const char *)session.community); in snmp_get_item() 85 snmp_get_string(char *host, char *community, char *mib_item) in snmp_get_string() argument 90 response = snmp_get_item(host, community, mib_item); in snmp_get_string() 101 HAL_DEBUG(("snmp_get_string(%s, %s, %s): %s", host, community, mib_item, in snmp_get_string() 111 snmp_brother_printer_info(char *hostname, char *community, char **manufacturer, in snmp_brother_printer_info() argument 123 tmp = snmp_get_string(hostname, community, in snmp_brother_printer_info() 131 *serial_no = snmp_get_string(hostname, community, in snmp_brother_printer_info() 139 snmp_ricoh_printer_info(char *hostname, char *community, char **manufacturer, in snmp_ricoh_printer_info() argument [all …]
|
H A D | probe-network-printer.c | 39 *community; in main() local 49 extern int snmp_printer_info(char *hostname, char *community, in main() 63 community = getenv("HAL_PROP_NETWORK_DEVICE_SNMP_COMMUNITY"); in main() 64 if (community == NULL) in main() 65 community = "public"; in main() 80 ret = snmp_printer_info(printer_address, community, &manufacturer, in main()
|
/illumos-gate/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 | common.c | 31 extern int snmp_printer_info(char *hostname, char *community, 169 char *device, char *community) in add_network_printer() argument 194 snmp_printer_info(hostaddr, community, &manufacturer, &model, in add_network_printer() 211 if ((community != NULL) && (strcasecmp(community, "public") != 0)) in add_network_printer() 213 "network_device.snmp_community", community, &error); in add_network_printer()
|
H A D | network-discovery.h | 15 char *device, char *community); 18 char *community, char *network);
|
/illumos-gate/ |
H A D | README.md | 19 The illumos community is small but active. We welcome everybody who would like 20 to use the software and participate in the community -- whether you've decades 25 Our [Community](https://illumos.org/docs/community/) guide includes details 30 Participation in our community spaces, and in the project in general, are
|
H A D | CODE_OF_CONDUCT.md | 7 our community a harassment-free experience for everyone, regardless of age, 20 * Focusing on what is best for the community 21 * Showing empathy towards other community members 54 * Project [Mailing Lists and IRC Channels](https://illumos.org/docs/community/) 59 or its community in public spaces. Examples of representing a project or 60 community include using an official project e-mail address, posting via an
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | pdu.c | 84 pdu->community = snmp_def_community; in snmp_create_pdu() 145 p = asn_build_string(p, &bufsz, id, pdu->community, pdu->community_len); in snmp_make_packet() 221 p = asn_parse_string(p, &msgsz, &reply_pdu->community, in snmp_parse_reply() 643 if ((pdu->community) && (pdu->community != snmp_def_community)) in snmp_free_pdu() 644 free((void *) pdu->community); in snmp_free_pdu()
|
H A D | pdu.h | 58 uchar_t *community; member
|
/illumos-gate/usr/src/cmd/dtrace/test/ |
H A D | README | 30 http://www.opensolaris.org/os/community/dtrace/dtest
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | README | 49 commercial Solaris and the Open Solaris community.
|
/illumos-gate/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
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | its.reg | 99 INFO=http://opensolaris.org/os/community/arc/
|
/illumos-gate/usr/src/test/test-runner/stf/contrib/ |
H A D | LICENSE.Artistic | 31 the Copyright Holder, but only to the computing community at
|
/illumos-gate/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 32 computing community at large as a market that must bear the fee.)
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | northamerica | 652 # The Metlakatla community in Alaska has decided not to change its 663 # The community will be changing back on the 20th of this month... 665 # Per an announcement on the Metlakatla community's official Facebook page, the 2205 # ... the community of Resolute (located on Cornwallis Island in 2207 # Basically the community did not change its clocks at the end of 2213 # Bay. Resolute Bay is a small community located about 900km north of 2257 # 1 year only, the following year, the community went back to the old way
|
H A D | europe | 1091 # The east coast of Greenland north of the community of Scoresbysund 1125 # "Greenland north of the community of Scoresbysund" is officially named
|
H A D | australasia | 1592 # seeking the community's views on various options for summer time
|
/illumos-gate/usr/src/lib/smhba/ |
H A D | THIRDPARTYLICENSE | 21 generally accepted in the software development community for the
|
/illumos-gate/usr/src/lib/mpapi/libmpapi/ |
H A D | THIRDPARTYLICENSE | 21 generally accepted in the software development community for the
|
/illumos-gate/usr/src/lib/libima/ |
H A D | THIRDPARTYLICENSE | 21 generally accepted in the software development community for the
|
/illumos-gate/usr/src/lib/hbaapi/ |
H A D | THIRDPARTYLICENSE | 21 generally accepted in the software development community for the
|