/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | PCIEX.po | 37 msgstr "One or more device instances may be disabled\n" 39 msgstr "Loss of services provided by the device instances associated with this fault\n" 53 msgstr "One or more device instances may be disabled\n" 55 msgstr "Loss of services provided by the device instances associated with this fault\n" 69 msgstr "One or more device instances may be disabled\n" 71 msgstr "Loss of services provided by the device instances associated with this fault\n" 85 msgstr "One or more device instances may be disabled\n" 87 msgstr "Loss of services provided by the device instances associated with this fault\n" 101 msgstr "One or more device instances may be disabled\n" 103 msgstr "Loss of services provided by the device instances associated with this fault\n" [all …]
|
H A D | PCI.po | 37 msgstr "One or more of device instances may be disabled." 39 msgstr "Loss of services provided by the device instances associated with this problem." 53 msgstr "One or more device instances may be disabled." 55 msgstr "Loss of services provided by the device instances associated with this fault." 149 msgstr "One or more device instances may be disabled\n" 151 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 165 msgstr "One or more device instances may be disabled\n" 167 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 181 msgstr "One or more device instances may be disabled\n" 183 msgstr "Possible loss of services provided by the device instances associated with this fault\n" [all …]
|
H A D | SUNOS.po | 69 msgstr "One or more of device instances may be disabled" 71 msgstr "Loss of services provided by the device instances associated with this fault" 85 msgstr "One or more of device instances may be disabled" 87 msgstr "Loss of services provided by the device instances associated with this fault" 101 msgstr "One or more of device instances may be disabled" 103 msgstr "Loss of services provided by the device instances associated with this fault" 117 msgstr "One or more of device instances may be disabled" 119 msgstr "Loss of services provided by the device instances associated with this fault" 133 msgstr "One or more of device instances may be disabled" 135 msgstr "Loss of services provided by the device instances associated with this fault." [all …]
|
H A D | NXGE.po | 41 msgstr "Loss of services provided by the device instances\nassociated with this fault.\n" 57 msgstr "Loss of services provided by the device instances\nassociated with this fault.\n"
|
/illumos-gate/usr/src/cmd/kvmstat/ |
H A D | kvmstat.c | 220 kstat_instances_read(kstat_ctl_t *kcp, kstat_instance_t *instances, in kstat_instances_read() argument 229 for (ksi = instances; ksi != NULL; ksi = ksi->ksi_next) { in kstat_instances_read() 300 kstat_instances_print(kstat_instance_t *instances, kstat_field_t *fields, in kstat_instances_print() argument 303 kstat_instance_t *ksi = instances; in kstat_instances_print() 316 for (ksi = instances; ksi != NULL; ksi = ksi->ksi_next) { in kstat_instances_print() 397 kstat_instance_t *instances = NULL; in main() local 462 kstat_instances_update(kcp, &instances, interested); in main() 463 kstat_instances_read(kcp, instances, fields); in main() 466 kstat_instances_print(instances, fields, in main() 467 instances != NULL && instances->ksi_next == NULL ? in main()
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 152 uu_list_t *instances; member 423 svcp->instances = uu_list_create(insts, svcp, UU_LIST_DEBUG); in add_instance() 424 if (svcp->instances == NULL) in add_instance() 542 r = uu_list_append(svcp->instances, instp); in add_instance() 710 for (instp = uu_list_first(svcp->instances); in get_inst() 712 instp = uu_list_next(svcp->instances, instp)) { in get_inst() 802 for (ip = uu_list_first(sp->instances); in process_reqall() 804 ip = uu_list_next(sp->instances, ip)) { in process_reqall() 810 for (ip = uu_list_first(sp->instances); in process_reqall() 812 ip = uu_list_next(sp->instances, ip)) { in process_reqall() [all …]
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | README | 27 3. You may (and should) run a number of bridge instances, each in its 30 For example, if there were two bridge instances, you may see examples
|
/illumos-gate/usr/src/boot/forth/ |
H A D | pcibios.4th | 31 \ Counts the number of instances of pci-id in the system and reports 42 dup pcibios-device-count ." Found " . ." instances of " hex . decimal cr
|
H A D | loader.4th | 303 \ loop over all instances of switch blocks, starting with '-'
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | TYPES | 46 between all instances of the type. The -S option to typeset is ignored 73 a program can create instances of Pt_t without first including 127 instances of Pt_t, you can do
|
H A D | README | 90 In most instances, you will generate ksh from a higher level directory
|
H A D | RELEASE | 560 10-11-11 A bug in typeset -m when the variables were compound arrary instances 860 was empty in some cases with discipline functions on array instances 864 10-04-05 A bug in the creation of type instances of arrays which could cause 1026 09-08-18 A bug in which compound variable instances could be lost after 1158 for could, in rare instances, cause the shell to go into an infinite 2452 the second form matches from m to n instances of pattern. 2955 quotes in some instances has been fixed.
|
H A D | RELEASE93 | 174 quotes in some instances has been fixed.
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | uds_daemon.c | 871 service_instance **p = &srv->request->u.servicereg.instances; in unlink_and_free_service_instance() 1493 while (request->u.servicereg.instances) in regservice_termination_callback() 1495 service_instance *p = request->u.servicereg.instances; in regservice_termination_callback() 1496 request->u.servicereg.instances = request->u.servicereg.instances->next; in regservice_termination_callback() 1559 request->request_id, DM_NAME_PARAM(request->u.servicereg.instances ? in add_record_to_service() 1560 … request->u.servicereg.instances->srs.RR_SRV.resrec.name : mDNSNULL), DNSTypeName(rrtype)); in add_record_to_service() 1628 …DM_NAME_PARAM((request->u.servicereg.instances) ? (request->u.servicereg.instances->srs.RR_SRV.res… in handle_add_request() 1631 for (i = request->u.servicereg.instances; i; i = i->next) in handle_add_request() 1785 for (i = request->u.servicereg.instances; i; i = i->next) in handle_update_request() 1804 …(request->u.servicereg.instances) ? request->u.servicereg.instances->srs.RR_SRV.resrec.name->c : N… in handle_update_request() [all …]
|
H A D | uds_daemon.h | 162 service_instance *instances; member
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 24 \ Classes are objects, too: all classes are instances of METACLASS 262 \ Makes an instance variable array of 3 instances of my-class 348 \ of their instances. 431 \ create an initialized array of instances 445 \ Create an anonymous array of initialized instances from the heap 462 \ Create an anonymous array of initialized instances from the dictionary
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | mapfile-vers | 42 # The instances of "tecla_l.5" below (note "l" vs "1") are by design;
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 118 xmlNodePtr instances; member 7318 goto instances; in lscf_service_import() 7842 instances: in lscf_service_import() 10719 if (selts->instances == NULL) in export_instance() 10720 selts->instances = n; in export_instance() 10722 (void) xmlAddSibling(selts->instances, n); in export_instance() 10834 (void) xmlAddChildList(snode, elts.instances); in export_service() 16272 uu_list_t *instances; in create_instance_list() local 16283 if ((instances = uu_list_create(string_pool, NULL, 0)) == NULL) in create_instance_list() 16284 return (instances); in create_instance_list() [all …]
|
/illumos-gate/ |
H A D | CODE_OF_CONDUCT.md | 38 response to any instances of unacceptable behavior.
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | new_table.txt | 78 multiple subtables (if supported), and multiple instances of any
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/ |
H A D | Pg.pm | 1345 my @instances = grep { $_->{$id_field} == $pgid } 1347 return ($instances[0]);
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | README.share | 39 maintenance state and restart services instances can be used.
|
/illumos-gate/usr/src/lib/ |
H A D | README.mapfiles | 206 not common to all instances of the library. It is the preferred method for 223 in the common mapfile, but only non-empty version instances are present
|
/illumos-gate/usr/src/lib/libsecdb/ |
H A D | prof_attr.txt | 64 Network VRRP:::Manage VRRP instances:auths=solaris.network.vrrp,solaris.smf.manage.vrrp;help=RtNetV…
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 474 DHCP client is asked to shut down, it will wait for any running instances
|