Searched refs:status (Results 626 - 650 of 695) sorted by relevance

<<2122232425262728

/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c217 args.status = NSS_NETGR_NO;
224 if (args.status == NSS_NETGR_FOUND) {
/osnet-11/usr/src/lib/udapl/libdat/include/dat/
H A Ddat.h684 /* Completion status flags */
686 /* dto completion status */
707 /* RMR completion status */
718 /* transferred_length is not defined if status is not DAT_SUCCESS */
722 DAT_DTO_COMPLETION_STATUS status; member in struct:dat_dto_completion_event_data
730 DAT_RMR_BIND_COMPLETION_STATUS status; member in struct:dat_rmr_bind_completion_event_data
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c966 * stat - status of the get request
988 * stat - status of the get request
1060 * stat - status of the get request
1083 * stat - status of the get request
1155 * stat - status of the get request
1181 * stat - status of the get request
1255 * stat - status of the get request
1278 * stat - status of the get request
1346 * stat - status of the get request
1369 * stat - status o
1909 idmap_stat2string(idmap_stat status) argument
1997 idmap_stat4prot(idmap_stat status) argument
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1359 int status; local
1377 waitpid (pid, &status, 0);
1380 if (WIFEXITED (status)) {
1382 if ((WEXITSTATUS (status) != 0) && (WEXITSTATUS (status) != 252)) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c1063 ldap_error = (*errorp)->status;
1115 * to password status if necessary.
4148 (*errorp)->status == LDAP_NO_SUCH_OBJECT) {
4153 (*errorp)->status ==
4155 (*errorp)->status = LDAP_NO_SUCH_OBJECT;
4163 (*errorp)->status == LDAP_ALREADY_EXISTS &&
4404 *errorp = __s_api_make_error(admin_result->status,
4407 *errorp = __s_api_make_error(admin_result->status,
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c54 * status, have had $! saved, but haven't been waited for
377 if(cjp->status < 256)
378 wstat = cjp->status <<8;
380 wstat = cjp->status-256;
522 sfprintf(sfstderr,"ksh: job line %4d: reap pid=%d critical=%d job %d with pid %d flags=%o complete with status=%x exit=%d\n",__LINE__,getpid(),job.in_critical,pw->p_job,pid,pw->p_flag,wstat,pw->p_exit);
1485 /* check to see whether job status has been saved */
1786 /* save the exit status for background jobs */
1790 /* save status for future wait */
1909 * see whether exit status has been saved and delete it
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c586 * Obtain the status of the specified privilge for the group
1222 boolean_t status; local
1226 status = smb_localgrp.lg_online;
1232 return (status);
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c2337 int status; local
2359 status = ped_disk_set_partition_geom (disk, ext_part, constraint,
2366 return status;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c1654 usage (int status)
1656 if (status)
1701 exit (status);
1653 usage(int status) argument
/osnet-11/usr/src/cmd/sendmail/src/
H A Dheaders.c972 /* Look for report-type=delivery-status */
994 "delivery-status") == 0)
2076 auto int status; local
2156 status = EX_OK;
2157 name = remotename(name, mci->mci_mailer, flags, &status, e);
/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c243 if (getzonenamebyid(P->status.pr_zoneid, s, n) < 0)
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c1370 sa_proto_t status; local
1373 status = SA_PROT_ALL;
1375 status = sa_share_get_status(share);
1379 if (share_list[i] != NULL && (p & status) &&
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c73 "status", "version", "mklocation",
300 * Check the status of the underlying service supporting the data store.
314 error = api.status(ddp->d_location);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1319 int status; local
1328 status = wp->tw_cb(mod, np, hwp);
1330 status = wp->tw_cb(wp->tw_thp, np, hwp);
1333 return (status);
/osnet-11/usr/src/lib/hbaapi/common/
H A Dhbaapi.h488 HBA_STATUS status; member in struct:HBA_FCPBindingEntry2
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Data.c128 grub_uint8_t sts = parms.taskfile.status;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c761 PROMPT, and space for error and status lines, etc. MAXLEN must be
974 if (silent.status != SILENT)
H A Dshared.h294 #define K_STATUS 0x64 /* keyboard status */
762 silent_status status; member in struct:silentbuf
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables1703 # Skip status 'S', simple case folding
1706 my ($code, $status, $fold) = (hex($1), $2, $3);
1708 if ($status eq 'C') { # Common: one-to-one folding
/osnet-11/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c586 int status; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c1008 int status; local
1012 status = PerlProc_pclose(IoIFP(io));
1014 STATUS_NATIVE_SET(status);
1018 retval = (status != -1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL570 $status = dl_unload_file($libref) C
756 $status = dl_unload_file($libref)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs352 /* Background: in most systems the low byte of the wait status
354 * the eight bit, and the second lowest byte is the exit status.
1414 _exit(status)
1415 int status
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm259 status fields included) may not be interpreted by the browser. One
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1547 my($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) =
1554 for my $header ($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) {
1593 push(@header,$protocol . ' ' . ($status || '200 OK')) if $nph;
1596 push(@header,"Status: $status") if $status;
1652 my($url,$target,$status,$cookie,$nph,@other) =
1654 $status = '302 Found' unless defined $status;
1659 '-Status' => $status,
4824 The error messages are formatted as HTTP status code
[all...]

Completed in 134 milliseconds

<<2122232425262728