Searched refs:status (Results 526 - 550 of 695) sorted by relevance

<<2122232425262728

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h214 * MKERROR: builds the error structure and fills in the status and
223 (err)->status = (st); \
237 (err)->status = (st); \
238 (err)->pwd_mgmt.status = (pwd_status); \
H A Dns_connmgmt.c740 /* stop the server status/config-change monitor thread */
1398 * necessary. Main nscd gets status changes from
1570 return ((*errorp)->status);
1984 ep->status = rc;
2060 * This function handles the config or server status change notification
2139 * Next handle servers whose status changed to up.
2481 * wait and process the server status and/or config change notification
2508 ns_server_status_t *status = NULL; local
2616 /* server status changes ? */
2639 status
[all...]
H A Dns_sldap.h312 * Detailed password status
352 status; /* password status */ member in struct:ns_ldap_passwd_mgmt
354 /* valid if status is */
410 int status; /* LDAP error code */ member in struct:ns_ldap_error
721 * marks the server as on-line. Otherwise, the server's status is set
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp.c191 int status; local
264 status = ndmp_door_get_int32(dec_ctx);
265 if (status == NDMP_SESSION_NODATA)
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c418 int status; local
427 status = ped_file_system_clobber (clobber_geom);
429 return status;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_program.c293 int status = 0; local
297 if ((status = func(dtp, pgp, stp->ds_desc, data)) != 0)
301 return (status);
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c734 * status. If found, set the connection to failure so that it will be
741 xmlNodePtr root, resp, status, cmd, action; local
777 /* check the status of the response */
782 if ((status = xml_find_subnode(resp, XML_STATUS)) == NULL) {
786 if ((status_str = (char *)xmlNodeGetContent(status)) == NULL) {
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip.c625 int status = 0; local
640 status = chip_status_smbios_get(mod, (id_t)smbios_id);
641 if (!status) {
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c65 grub_uint32_t status; member in struct:grub_ahci_hba_port
365 grub_dprintf ("ahci", "status %d:%x\n", i, hba->ports[i].status);
367 st = hba->ports[i].status;
625 grub_dprintf ("ahci", "AHCI status <%x %x %x>\n",
H A Dpata.c88 grub_dprintf ("pata", "timeout: %dms, status=0x%x\n",
184 /* Check status. */
186 grub_dprintf ("pata", "status=0x%x\n", sts);
262 grub_dprintf ("pata", "status=0x%x, error=0x%x, sectors=0x%x\n",
263 parms->taskfile.status,
267 if (parms->taskfile.status
292 (master) device. It is not safe to use the status register
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-probe.c614 usage (int status) argument
616 if (status)
637 exit (status);
/osnet-11/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c144 if (server_info->status != 0) {
148 "status = %d\n", server_info->status);
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h287 int *portp /* host byte order */, struct ldap_x_hostlist_status *status );
289 struct ldap_x_hostlist_status *status );
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_match.c520 * Do the match request. If the rpc call failed, return with status
538 if (resp.status != YP_TRUE) {
539 retval = ypprot_err(resp.status);
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c565 * Convert the siginfo_t code and status fields to an old style
566 * wait status for s10_wait(), below.
569 wstat(int code, int status) argument
571 int stat = (status & 0377);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL84 The exit status value to return.
/osnet-11/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c55 int status; local
80 status = snmp_synch_response(ss, request, &result);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm283 Test returned status 3 (wstat 768, 0x300)
292 exited with non-zero status indicating something dubious happened.
304 If the test exited with non-zero, this is its exit status.
308 The wait status of the test.
366 q{ok status jives with $failedtests});
433 wstat Script's wait status
809 printf "$test->{ml}dubious\n\tTest returned status $estatus ".
812 print "\t\t(VMS status is $estatus)\n" if $^O eq 'VMS';
1007 =item C<Test returned status %d (wstat %d)>
1009 Scripts that return a non-zero exit status, bot
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_notify.c623 md_error_t status = mdnullerror; local
624 md_error_t *ep = &status;
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c401 * Set the SCSI status of the action.
406 libscsi_action_set_status(libscsi_action_t *ap, sam4_status_t status) argument
412 aip->lsai_status = status;
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c102 if (P->status.pr_dmodel == PR_MODEL_ILP32) {
1237 if (P->status.pr_dmodel == PR_MODEL_ILP32)
1240 else if (P->status.pr_dmodel == PR_MODEL_LP64)
1267 if (P->status.pr_dmodel == PR_MODEL_ILP32) {
1302 } else if (P->status.pr_dmodel == PR_MODEL_LP64) {
1363 if (P->status.pr_dmodel == PR_MODEL_ILP32) {
3133 if (P->status.pr_dmodel == PR_MODEL_NATIVE) {
3137 } else if (P->status.pr_dmodel == PR_MODEL_ILP32) {
3157 if (P->status.pr_dmodel == PR_MODEL_NATIVE) {
3163 } else if (P->status
[all...]
H A DP32ton.c284 dst64->status = src32->status;
613 dst32->status = src64->status;
H A DPcontrol.h199 pstatus_t orig_status; /* remembered status on Pgrab() */
200 pstatus_t status; /* status when stopped */ member in struct:ps_prochandle
209 int statfd; /* /proc/<pid>/status filedescriptor */
211 int agentstatfd; /* /proc/<pid>/lwp/agent/status */
243 lwpstatus_t lwp_status; /* status when stopped */
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c748 * assumes a "retcode" variable is available for status
3671 int status; local
3689 status = smf_enable_instance(fmri,
3694 status = smf_disable_instance(fmri,
3699 status = smf_restart_instance(fmri);
3715 if (status == 0 && is_maint == B_TRUE) {
3722 status = smf_restore_instance(fmri);
3725 if (status == 0) {
3739 status = wait_till(fmri, state, max, what, !is_maint);
3740 if (status
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c1214 ** a DSN-style status code.
1225 ** an exit status
2593 ** Possibly set process status and call setproctitle() to
2597 ** status -- whether or not to store as process status
2609 sm_setproctitle(bool status, ENVELOPE *e, const char *fmt, ...) argument
2611 sm_setproctitle(status, e, fmt, va_alist)
2612 bool status;
2626 if (status)
2646 ** status o
2737 auto int status; local
2748 union wait status; local
2754 auto int status; local
[all...]

Completed in 77 milliseconds

<<2122232425262728