Home
last modified time | relevance | path

Searched refs:msg (Results 226 – 250 of 1475) sorted by path

12345678910>>...59

/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c524 DBusMessage *msg, in generate_err_msg() argument
554 DBusMessage *msg, in gen_unknown_gov_err() argument
559 msg, in gen_unknown_gov_err()
567 DBusMessage *msg, in gen_no_suitable_gov_err() argument
572 msg, in gen_no_suitable_gov_err()
580 DBusMessage *msg, in gen_cpufreq_err() argument
584 msg, in gen_cpufreq_err()
686 gen_cpufreq_err (con, msg, in check_authorization()
697 gen_cpufreq_err (con, msg, in check_authorization()
709 gen_cpufreq_err (con, msg, in check_authorization()
[all …]
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c139 DBusMessage *msg = NULL; in force_unmount() local
150 msg = dbus_message_new_method_call ("org.freedesktop.Hal", udi, in force_unmount()
153 if (msg == NULL) { in force_unmount()
171 if (!dbus_message_append_args (msg, in force_unmount()
178 if (!(reply = dbus_connection_send_with_reply_and_block (dbus_connection, msg, -1, &error))) { in force_unmount()
194 if (msg != NULL) in force_unmount()
195 dbus_message_unref (msg); in force_unmount()
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dmain.c98 g_assert(dbus_message_iter_init(msg, &iter)); in handle_run()
100 if (!parse_udi(r, msg, &iter)) in handle_run()
103 if (!parse_environment(r, msg, &iter)) in handle_run()
123 run_request_run(r, con, msg, NULL); in handle_run()
147 if (!dbus_message_iter_init(msg, &iter)) in handle_start()
155 if (!parse_environment(r, msg, &iter)) { in handle_start()
190 if (!dbus_message_get_args(msg, &error, in handle_kill()
214 handle_run(con, msg); in filter()
217 handle_start(con, msg, FALSE); in filter()
220 handle_start(con, msg, TRUE); in filter()
[all …]
H A Drunner.c56 DBusMessage *msg; member
73 if (rd->msg) in del_run_data()
74 dbus_message_unref(rd->msg); in del_run_data()
115 if (con == NULL || msg == NULL) in send_reply()
118 reply = dbus_message_new_method_return(msg); in send_reply()
175 if (rd->msg != NULL) in run_exited()
278 if (con && msg) in run_request_run()
293 rd->msg = msg; in run_request_run()
294 if (msg != NULL) in run_request_run()
295 dbus_message_ref(msg); in run_request_run()
[all …]
H A Drunner.h47 gboolean run_request_run(run_request *r, DBusConnection *con, DBusMessage *msg, GPid *out_pid);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.h34 DBusMessage *msg);
36 DBusMessage *msg);
38 DBusMessage *msg);
40 DBusMessage *msg);
42 DBusMessage *msg);
44 DBusMessage *msg);
46 DBusMessage *msg);
56 DBusMessage *msg);
58 DBusMessage *msg);
60 DBusMessage *msg);
[all …]
H A Dhald_runner.c368 DBusMessage *msg, *reply; in hald_runner_start() local
377 if (msg == NULL) in hald_runner_start()
419 dbus_message_unref(msg); in hald_runner_start()
487 DBusMessage *msg; in hald_runner_run_method() local
495 if (msg == NULL) in hald_runner_run_method()
523 dbus_message_unref(msg); in hald_runner_run_method()
526 dbus_message_unref(msg); in hald_runner_run_method()
556 if (msg == NULL) in hald_runner_kill_device()
570 dbus_message_unref(msg); in hald_runner_kill_device()
589 if (msg == NULL) in hald_runner_kill_all()
[all …]
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c645 yyerror(const char *msg) in yyerror() argument
648 filename, lineno, msg); in yyerror()
655 char *msg; in errf() local
659 (void) vasprintf(&msg, fmt, va); in errf()
663 filename, lineno, msg); in errf()
664 free(msg); in errf()
671 char *msg; in warn() local
675 (void) vasprintf(&msg, fmt, va); in warn()
679 filename, lineno, msg); in warn()
680 free(msg); in warn()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c598 char *msg = "Cause unidentified"; in unixname2dn() local
600 (void) __ns_ldap_err2str(errorp->status, &msg); in unixname2dn()
602 namemap_log(gettext("Ldap list failed (%s)."), msg); in unixname2dn()
845 char *msg = "Cause unidentified"; in idmap_nldap_set() local
847 (void) __ns_ldap_err2str(errorp->status, &msg); in idmap_nldap_set()
851 msg); in idmap_nldap_set()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c560 idmapd_string2stat(const char *msg) in idmapd_string2stat() argument
563 for (i = 0; sqlmsgtable[i].msg; i++) { in idmapd_string2stat()
564 if (strcasecmp(sqlmsgtable[i].msg, msg) == 0) in idmapd_string2stat()
H A Ddirectory_provider_ad.c355 LDAPMessage *msg = *ldapres; in directory_provider_ad_cb() local
357 for (msg = ldap_first_entry(ld, msg); in directory_provider_ad_cb()
358 msg != NULL; in directory_provider_ad_cb()
359 msg = ldap_next_entry(ld, msg)) { in directory_provider_ad_cb()
360 directory_provider_ad_cb1(ld, msg, cbinfo); in directory_provider_ad_cb()
376 LDAPMessage *msg, in directory_provider_ad_cb1() argument
393 de = get_domain(ld, msg, &domain); in directory_provider_ad_cb1()
422 bv = ldap_get_values_len(ld, msg, a); in directory_provider_ad_cb1()
432 bv = ldap_get_values_len(ld, msg, "sAMAccountName"); in directory_provider_ad_cb1()
534 LDAPMessage *msg, in get_domain() argument
[all …]
H A Didmap_config.c1277 int64_t msg[2048 / 8]; in pfroute_event_is_interesting() local
1282 if ((nbytes = read(rt_sock, msg, sizeof (msg))) <= 0) in pfroute_event_is_interesting()
1284 rtm = (struct rt_msghdr *)msg; in pfroute_event_is_interesting()
H A Didmapd.h189 const char *msg; member
/illumos-gate/usr/src/cmd/init/
H A Dinit.c615 char *msg; in main() local
860 msg = audit_boot_msg(); in main()
864 ADT_SUCCESS, msg); in main()
865 free(msg); in main()
4530 audit_put_record(int pass_fail, int status, char *msg) in audit_put_record() argument
4552 event->adt_init_solaris.info = msg; /* NULL is ok here */ in audit_put_record()
/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl82 my $msg = shift();
83 syslog($assert_level, "VERIFY: $msg", @_);
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c511 dumpmsg(long type, char *msg, size_t msgsize) in dumpmsg() argument
524 (void) printf("%2.2x ", msg[k] & 0xff); in dumpmsg()
533 c = msg[k] & 0xff; in dumpmsg()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c600 void yyerror(msg) in yyerror() argument
601 char *msg; in yyerror()
630 fprintf(stderr, "%s error at \"%s\", line %d\n", msg, txt, yylineNum);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dlog.c44 char *msg, in isnslog() argument
59 va_start(ap, msg); in isnslog()
61 "iSNS Daemon", routine, msg); in isnslog()
H A Dmain.c427 msg_text_t *msg = queue_msg_get(sys_q); in main() local
428 switch (msg->id) { in main()
438 reg_expiring(msg->data); in main()
441 portal_dies((uint32_t)msg->data); in main()
445 (void) queue_msg_free(msg); in main()
491 (void) queue_msg_free(msg); in main()
496 (void) queue_msg_free(msg); in main()
H A Dmsgq.c65 msg_text_t *msg; in queue_msg_set() local
69 if (!msg) { in queue_msg_set()
73 msg->id = id; in queue_msg_set()
74 msg->data = data; in queue_msg_set()
80 q->q_head = msg; in queue_msg_set()
101 msg_text_t *msg; in queue_msg_get() local
109 msg = q->q_head; in queue_msg_get()
110 ASSERT(msg); in queue_msg_get()
118 return (msg); in queue_msg_get()
123 msg_text_t *msg in queue_msg_free() argument
[all …]
H A Dpdu.c71 struct msghdr msg; in isns_rcv_pdu() local
95 bzero(&msg, sizeof (msg)); in isns_rcv_pdu()
96 msg.msg_iov = &iovec[0]; in isns_rcv_pdu()
98 msg.msg_iovlen = 1; in isns_rcv_pdu()
142 bzero(&msg, sizeof (msg)); in isns_rcv_pdu()
143 msg.msg_iov = &iovec[0]; in isns_rcv_pdu()
145 msg.msg_iovlen = 1; in isns_rcv_pdu()
208 struct msghdr msg = { 0 }; in isns_send_pdu() local
215 msg.msg_iov = &iovec[0]; in isns_send_pdu()
217 msg.msg_iovlen = 2; in isns_send_pdu()
[all …]
H A Dscn.c2102 msg_text_t *msg; in scn_proc() local
2105 msg = queue_msg_get(scn_q); in scn_proc()
2106 switch (msg->id) { in scn_proc()
2108 (void) scn_list_add((scn_registry_t *)msg->data); in scn_proc()
2111 (void) scn_list_remove((uint32_t)msg->data); in scn_proc()
2114 (void) scn_remove_portal((uint32_t)msg->data); in scn_proc()
2117 raw = (scn_raw_t *)msg->data; in scn_proc()
2136 queue_msg_free(msg); in scn_proc()
2141 queue_msg_free(msg); in scn_proc()
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c243 static void output_config_error(int error_code, char *msg);
2190 output_config_error(int error, char *msg) in output_config_error() argument
2193 if (msg) { in output_config_error()
2194 (void) fprintf(stderr, "%s: ", msg); in output_config_error()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c572 char *msg; in update_ldap_attr() local
705 __ns_ldap_err2str(errorp->status, &msg); in update_ldap_attr()
706 fprintf(stderr, "LDAP error: %s.\n", msg); in update_ldap_attr()
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c198 static void display_status(msg, maj_stat, min_stat) in display_status() argument
199 char *msg; in display_status()
203 display_status_1(msg, maj_stat, GSS_C_GSS_CODE);
204 display_status_1(msg, min_stat, GSS_C_MECH_CODE);
213 gss_buffer_desc msg; local
220 &msg_ctx, &msg);
222 (char *)msg.value);
223 (void) gss_release_buffer(&min_stat, &msg);

12345678910>>...59