Searched refs:status (Results 426 - 450 of 695) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libc/inc/
H A Dbase_conversion.h223 /* structure for storing IEEE modes and status flags */
225 int status, mode; member in struct:__anon1320
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c332 if (mp->status & ST_GNU_MSG_FOUND)
335 if (mp->status & ST_SUN_MO_FOUND)
344 if (mp->status & ST_GNU_MO_FOUND) {
357 mp->status = 0;
394 if (mp->status & ST_GNU_MSG_FOUND)
397 if (mp->status & ST_SUN_MO_FOUND)
401 if (mp->status & ST_GNU_MO_FOUND) {
419 if (mp->status & ST_GNU_MSG_FOUND)
422 if (mp->status & ST_GNU_MO_FOUND) {
/osnet-11/usr/src/lib/libstmf/common/
H A Dlibstmf.h62 /* API status return values */
307 uint16_t status; member in struct:_stmfTargetProperties
318 uint32_t status; member in struct:_stmfLogicalUnitProperties
330 uint32_t status; member in struct:_stmfLogicalUnitProviderProperties
338 uint32_t status; member in struct:_stmfLocalPortProviderProperties
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c349 * lock status
491 md_error_t status = mdnullerror; local
492 md_error_t *ep = &status;
561 md_error_t status = mdnullerror; local
562 md_error_t *ep = &status;
H A Dmeta_smf.c156 md_error_t status = mdnullerror; local
157 md_error_t *ep = &status;
/osnet-11/usr/src/cmd/sendmail/src/
H A Drecipient.c975 int status; local
978 status = finduser(buf, &fuzzy, &user);
979 switch (status)
1172 int status; local
1193 status = sm_mbdb_lookup(name, user);
1194 if (status != EX_NOUSER)
1197 sm_dprintf("%s (non-fuzzy)\n", sm_strexit(status));
1198 return status;
1211 if (tryagain && (status = sm_mbdb_lookup(name, user)) != EX_NOUSER)
1214 sm_dprintf("%s (lower case)\n", sm_strexit(status));
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_clnt.c31 * administrator privilege. Also, some functions return NT status
196 if ((arg.status != 0) && (arg.status != ERROR_MORE_DATA)) {
270 if ((rc != 0) || (arg.status != 0)) {
384 if ((rc != 0) || (arg.status != 0)) {
506 if ((rc != 0) || (arg.status != 0)) {
621 if ((rc != 0) || (arg.status != 0)) {
686 if ((rc != 0) || (arg.status != 0)) {
825 if ((rc != 0) || (arg.status != 0)) {
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dmenu.h63 int status; member in struct:ITEM
108 int status; member in struct:MENU
H A Dprivate.h77 #define Mstatus(m) (m)->status
135 #define Istatus(i) (i)->status
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_client.c288 if (ent_rpc->status == DIRECTORY_NOT_FOUND)
291 if (ent_rpc->status == DIRECTORY_ERROR) {
/osnet-11/usr/src/lib/libima/common/
H A Dima.h227 #define IMA_SUCCESS(status) (((IMA_STATUS)(status) & \
229 #define IMA_ERROR(status) (((IMA_STATUS)(status) & \
299 #define IMA_SUCCESS(status) ( (IMA_UINT32)(status) & \
302 #define IMA_ERROR(status) ( (IMA_UINT32)(status) & \
307 #define IMA_SUCCESS(status) !((status)
[all...]
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c720 * status of each of the suspects associated with the fault. The following
721 * rules govern the status:
979 sunFmFaultStatus_data_t status; local
1024 &status)) == NULL) {
1033 &status)) == NULL) {
1134 if (status & FM_SUSPECT_FAULTY)
1136 else if (status & FM_SUSPECT_NOT_PRESENT)
1138 else if (status & FM_SUSPECT_REPLACED)
1140 else if (status & FM_SUSPECT_REPAIRED)
1142 else if (status
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c362 u32 extsts; /* Extended status field */
369 u32 extsts; /* Extended status field */
623 u32 status; local
633 status = readl(ns->base + PTSCR);
634 if (!(status & enable))
636 if (status & done)
638 if (status & fail)
646 if (status & fail)
647 printf("%s failed! (0x%hX & 0x%hX)\n", name, status, fail);
649 printf("run_bist %s timed out! (%hX)\n", name, status);
[all...]
H A Dsundance.c202 /* Bits in the interrupt status/mask registers. */
234 u32 status; member in struct:netdev_desc
239 /* Bits in netdev_desc.status */
355 rx_ring[i].status = 0;
371 tx_ring[0].status = 0x00000000;
376 tx_ring[1].status = 0x00000000;
438 dprintf(("%s: Done sundance_reset, status: Rx %hX Tx %hX "
474 u32 frame_status = le32_to_cpu(rx_ring[entry].status);
504 rx_ring[entry].status = 0;
539 tx_ring[0].status
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Deval.t194 my $status = eval {
206 my $status = eval q{
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.t78 my $status = $?;
82 $results =~ s/\n%[A-Z]+-[SIWEF]-.*$// if $Is_VMS; # clip off DCL status msg
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetauthattr.c115 arg.status = res;
133 arg.status = res;
H A Dgetprofattr.c115 arg.status = res;
133 arg.status = res;
H A Dgetuserattr.c124 arg.status = res;
154 arg.status = res;
/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c70 arg.status = nss_search(&db_root, _nss_initf_tsol_rh,
112 arg.status = nss_getent(&db_root, _nss_initf_tsol_rh, &context, &arg);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c1472 int fd, status, i, cur; local
1497 if ((status = system(cmd)) == -1) {
1503 if (WIFSIGNALED(status)) {
1506 file, dtp->dt_ld_path, WTERMSIG(status)));
1509 if (WEXITSTATUS(status) != 0) {
1511 "failed to link %s: %s exited with status %d\n",
1512 file, dtp->dt_ld_path, WEXITSTATUS(status)));
1580 status = dump_elf64(dtp, dof, fd);
1582 status = dump_elf32(dtp, dof, fd);
1584 if (status !
[all...]
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni610 jint status,
619 (void) adt_put_event((adt_event_data_t *)event, status, ret_val);
650 int status, int ret_val$nativeParameterList);
727 public void putEvent(int status, int ret_val, int eventId)
733 status, ret_val$javaParameterList);
740 public void putEvent(int status, int ret_val)
745 $javaPutEvent(session, status, ret_val$javaParameterList);
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c916 char *status = "RESERVED"; local
978 status = extended_scan_status[j].s_str;
993 SCSI_READ32(&(dp0->lpbss_apom)), status,
1821 dl_fprintf(stream, "command failed with status 0x%x "
1831 "SCSI status = 0x%x\nsense key = 0x%llx (%s)\n"
1878 int status; local
1916 status = libscsi_action_get_status(ap);
1918 if (status == SAM4_STATUS_GOOD) {
1988 int status; local
2034 status
2099 int status; local
2224 int status = 0; local
2247 int status = 0; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c124 grub_efi_status_t status; local
136 status = bs->locate_handle (GRUB_EFI_BY_PROTOCOL,
139 if (status != GRUB_EFI_SUCCESS)
144 status = bs->handle_protocol (fpswa_image,
146 if (status != GRUB_EFI_SUCCESS)
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c182 HBA_STATUS status; local
267 status = getPortAttrsByWWN(handle,
269 if (status == HBA_STATUS_ERROR_STALE_DATA) {
277 if (status == HBA_STATUS_OK) {
325 } else if (status == HBA_STATUS_ERROR_ILLEGAL_WWN) {
497 HBA_STATUS status; local
617 status = getPortAttrsByWWN(handle,
619 if (status == HBA_STATUS_ERROR_STALE_DATA) {
627 if (status == HBA_STATUS_OK) {
640 status
3685 HBA_STATUS status; local
[all...]

Completed in 79 milliseconds

<<11121314151617181920>>