Searched defs:reason (Results 1 - 25 of 144) sorted by path

123456

/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c431 register int reason; local
438 switch (reason = t_getstate(fd)) {
452 switch (reason = t_look(fd)) {
464 DEBUG(4, " reason is %s\n", msg);
466 if (reason == T_DISCONNECT)
476 DEBUG(5, "disconnect reason #%d\n", dropped->reason);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.c69 * error code with the reason why
399 * error code with the reason why
1519 lif_mark_decline(dhcp_lif_t *lif, const char *reason) argument
1524 lif->lif_declined = reason;
1719 * plumbed or unplumbed at any time. This is also the reason for the
H A Dipc_action.c124 * int: the reason why the action finished (nonzero on error)
129 ipc_action_finish(dhcp_smach_t *dsmp, int reason) argument
145 dsmp->dsm_name, reason);
159 if (reason == 0)
162 send_error_reply(ia, reason);
H A Drequest.c985 const char *reason; local
1023 reason = "not ACK or NAK";
1037 reason = "handled by lif_sock_ip_fd";
1054 reason);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1074 * The reason is that the original stream head for
1660 handle_bind(u_int32_t reason) argument
1668 switch (reason) {
1676 error("handle_bind: unrecognized reason");
1685 handle_unbind(u_int32_t reason) argument
1709 switch (reason) {
1737 error("handle_unbind: unrecognized reason");
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c61 flush_lt(int port_index, int vlan_id, LT_FLASH_TYPE_T type, char *reason) argument
83 portname, reason);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c5613 char reason[128]; local
5615 reason[0] = 0;
5623 mDNS_snprintf(reason, sizeof(reason), "sleep proxy for %d records", m->ProxyRecords);
5639 mDNS_snprintf(reason, sizeof(reason), "%s does not support NetWake", intf->ifname);
5656 mDNS_snprintf(reason, sizeof(reason), "No sleep proxy server on %s", intf->ifname);
5667 mDNS_snprintf(reason, sizeof(reason), "N
[all...]
H A DmDNSPosix.c423 mDNSexport void mDNSPlatformSetAllowSleep(mDNS *const m, mDNSBool allowSleep, const char *reason) argument
427 (void) reason;
1216 * and for some reason it will stop mdnsd to announce IPv6
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c131 * Print out the command usage to stderr, along with any reason why it's being
135 ndp_usage(const char *reason, ...) argument
140 if (reason != NULL) {
141 va_start(ap, reason);
143 (void) vfprintf(stderr, reason, ap);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c222 int jobflags, reason, omask; local
287 reason = 0;
291 reason = fp->p_flags & (PSIGNALED|PINTERRUPTED) ?
294 set(S_status /* "status" */, putn(reason));
295 if (reason && exiterr)
619 int status, reason; local
635 status = reason = -1;
641 (pstatus == status && pp->p_reason == reason ||
664 if (pp->p_reason == reason) {
668 reason
[all...]
/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c468 nomem(char *reason) argument
470 fprintf(stderr, gettext(ERR_nomem), reason);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c1266 fmd_asru_do_repair_containees(fmd_asru_link_t *alp, uint8_t reason) argument
1284 farc.farc_reason = reason;
1590 fmd_asru_clrflags(fmd_asru_link_t *alp, uint_t sflag, uint8_t reason) argument
1606 if (reason > alp->al_reason &&
1609 alp->al_reason = reason;
1616 if (reason > alp->al_reason)
1617 alp->al_reason = reason;
H A Dfmd_rpc_adm.c466 fmd_adm_do_repair(char *name, struct svc_req *req, int *errp, uint8_t reason, argument
475 fara.fara_reason = reason;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c703 char *reason; local
887 reason = undiag_2reason_str(Undiag_reason, NULL);
888 (void) nvlist_add_string(defect, UNDIAG_REASON, reason);
889 FREE(reason);
1635 char *reason; local
1783 reason = undiag_2reason_str(Undiag_reason, NULL);
1784 (void) nvlist_add_string(defect, UNDIAG_REASON, reason);
1785 FREE(reason);
3054 char *reason = undiag_2reason_str(Undiag_reason, arg); local
3058 "creating and closing a new case (%s)]", reason);
3105 char *reason = undiag_2reason_str(Undiag_reason, NULL); local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c111 cmd_reason_to_str(int reason) argument
113 switch (reason) {
139 " reason = %s\n"
1018 cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int32_t reason)
1027 (cmd_Lxcache->Lxcache_reason & reason) &&
1037 cmd_ptrsubtype_t pstype, int32_t index, int16_t bit, int32_t reason)
1046 (cmd_Lxcache->Lxcache_reason & reason) &&
1329 * wrong reason.
1337 " Expected the reason for retirement as"
1338 " SUSPECT_0_TAG however found the reason"
1017 cmd_Lxcache_lookup_by_type_index_way_reason(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int32_t reason) argument
1036 cmd_Lxcache_lookup_by_type_index_bit_reason(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, int16_t bit, int32_t reason) argument
[all...]
H A Dcmd_Lxcacheerr.c637 cmd_Lxcache_t *Lxcache, const char *fltnm, int32_t reason)
642 if (reason == CMD_LXSUSPECT_0_TAG) {
661 if (reason == CMD_LXCONVICTED)
666 if (reason == CMD_LXSUSPECT_0_TAG)
670 Lxcache->Lxcache_reason = reason;
676 "\n%s:cpu_id %d:reason = %s flags = %s\n",
695 int32_t reason; local
756 reason = CMD_LXSUSPECT_0_TAG;
758 reason = CMD_LXSUSPECT_DATA;
760 fltnm, reason));
636 cmd_Lxcache_retire_as_reason(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_Lxcache_t *Lxcache, const char *fltnm, int32_t reason) argument
786 int32_t reason; local
[all...]
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c61 char *reason; member in struct:ireport_trap
253 (uchar_t *)t->reason, strlen(t->reason));
425 swtrap.reason = ev_info->ei_reason;
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c206 const char *reason; local
208 reason = hal_device_property_get_string (device, "info.locked.reason");
210 hal_device_get_udi (device), reason));
215 reason);
280 const char *reason)
286 reason
1488 /** This function is used to modify the Capabilities property. The reason
1877 * bool Device.Lock(string reason)
1896 char *reason; local
278 raise_permission_denied(DBusConnection *connection, DBusMessage *in_reply_to, const char *reason) argument
2016 char *reason; local
2185 char *reason; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c479 degrade_svc(int poke_discovery, const char *reason) argument
487 idmapdlog(LOG_ERR, "Degraded operation (%s).", reason);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c170 const char *reason = lt_stat_list_get_reason(list, i); local
177 (void) snprintf(tmp, sizeof (tmp), "%s", reason);
/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp378 UINT32 reason)
389 message.ReasonCode = htonl(reason);
393 PRINT("Sending channel open replay failure to LME. Recipient: %d, Reason: %d.\n", recipientChannel, reason);
377 ChannelOpenReplayFailure(UINT32 recipientChannel, UINT32 reason) argument
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp373 * reason Indicates whether the last host reason was because of remote control operation(0)
374 * or other reason(1). (OUT)
375 * remoteControlTimeStamp In case the reason was due to remote control then this field
383 AMT_STATUS PTHICommand::GetLastHostResetReason(UINT32 &reason, UINT32 &remoteControlTimeStamp) argument
398 reason = tmp_response->Reason;
667 * Get FW last reset reason
669 * reason - last FW reason
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c335 char reason[1024], local
336 *cp = reason;
353 LP_ERRMSG1 (ERROR, E_LP_PTRCHK, reason);
509 static void reject (printer, reason)
511 *reason;
516 send_message (S_REJECT_DEST, printer, reason);
567 static void disable (printer, reason, when)
569 *reason;
575 send_message (S_DISABLE_DEST, printer, reason, when);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisena.c37 disable(PSTATUS *pps, char *reason, int when) argument
45 load_str (&pps->dis_reason, reason);
H A Ddisp2.c277 char *reason = NULL; local
282 (addstring(&reason, "Fault reason: ") == 0) &&
283 (addstring(&reason, pps->fault_reason) == 0) &&
284 (addstring(&reason, "\n\tDisable reason: ") == 0) &&
285 (addstring(&reason, pps->dis_reason) == 0))
289 if (reason)
291 Free(reason);
293 reason
306 char *reason = NULL; local
[all...]

Completed in 260 milliseconds

123456