Searched refs:status (Results 451 - 475 of 695) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c719 if (silent.status != DEFER_VERBOSE)
720 silent.status = SILENT;
732 if (silent.status != SILENT)
771 if (silent.status != SILENT) { /* don't reset if we never changed terms */
870 silent.status = DEFER_SILENT;
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c243 lp->status = DB_LSTAT_FREE;
656 __lock_dump_status(lp->status), (u_long)lp->obj);
725 __lock_dump_status(status)
726 db_status_t status;
728 switch (status) {
744 return ("unknown status");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm109 my ($size, $status, $r, $buf);
164 $status = $!;
167 $! = $status unless $!;
171 $status = $!;
174 $! = $status unless $!;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfmode.c261 int pid, status; local
271 status = 0;
281 while ((pid = waitpid(p->pid,&status,0)) == -1 && errno == EINTR)
284 status = -1;
303 return status;
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Ddiag.c293 /* Get the status for backplane #0 */
301 " Front backplane status: "));
327 " Rear backplane status: "));
345 /* Get the current status */
409 struct device_element status; local
549 * Now that we have the status check to see if
661 bcopy((const void *)elem, (void *)&status,
662 sizeof (struct device_element)); /* save status */
665 elem->dev_off = status.dev_off;
666 elem->en_bypass_a = status
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm172 my ($status, $lastline);
175 while ($status = filter_read()) {
176 return $status if $status < 0;
187 $filter->($imported_class, @args) unless $status < 0;
291 C<use> your module. Check the status value returned to see if any
300 Return the status value.
326 my ($status, $no_seen, $data);
327 while ($status = filter_read()) {
337 unless $status <
[all...]
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c141 cfga_err_t status; member in struct:lib_locator
375 * return status
380 * return status
1988 libloc_p->status = CFGA_APID_NOEXIST;
2023 libloc_p->status = CFGA_APID_NOEXIST;
2038 return (libloc_p->status);
2117 libloc_p->status = CFGA_APID_NOEXIST;
2130 libloc_p->status = CFGA_APID_NOEXIST;
2164 libloc_p->status = CFGA_NO_LIB;
2168 libloc_p->status
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c306 /* reset status from syserr() calls for missing file descriptors */
909 case 'N': /* delivery status notifications */
1525 action = "purge host status";
1640 /* don't have persistent host status in test mode */
1902 /* check host status directory for validity */
2246 int status; local
2250 while ((ret = sm_wait(&status)) <= 0)
2276 /* Only drop when a child gives status */
2277 if (WIFSTOPPED(status))
2280 proc_list_drop(ret, status, NUL
2440 int status; local
3622 int status; local
4521 int status; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c493 * bit 0 of the internal status register. If it's not cleared within
929 uint32_t status; local
945 status = E1000_READ_REG(hw, STATUS);
946 if(status & E1000_STATUS_TBIMODE) {
1109 uint32_t ctrl, status; local
1177 status = E1000_READ_REG(hw, STATUS);
1178 bus_type = (status & E1000_STATUS_PCIX_MODE) ?
1406 uint32_t status; local
1486 * link-up status bit will be set and the flow control enable bits (RFCE
1509 status
2404 uint32_t status; local
2602 uint32_t status; local
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dmft.c571 } status = { 0, 0, 0 }; local
616 status.added_cluster = 1;
639 status.added_run = 1;
695 status.mp_rebuilt = 1;
754 if (status.added_cluster) {
758 } else if (status.added_run) {
767 if (status.mp_rebuilt) {
865 ntfs_log_debug("Restored status of mftbmp: allocated_size 0x%llx, "
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm165 sub status subroutine
167 @_ == 1 or croak 'usage: $obj->status()';
642 =item status ()
644 Returns the most significant digit of the current status code. If a command
693 Sets the status code to 580 and the response text to 'Unsupported command'.
699 of the status code is returned. Upon failure, timeout etc., I<undef> is
705 return an array of 2 values, the 3-digit status code and a flag which is true
748 of C<response> and C<status>. The sixth is C<CMD_PENDING>.
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c1992 adt_put_event(const adt_event_data_t *event, int status, int return_val) argument
2011 event_state->ae_rc = status;
2013 event_state->ae_emod |= status == ADT_SUCCESS ? 0 : PAD_FAILURE;
2026 if (adt_selected(event_state, xlate->tx_internal_event, status)) {
2057 * "sorf" is "success or fail" status; au_preselect compares
2062 adt_is_selected(au_event_t e, au_mask_t *m, int status, int mode) argument
2065 status == ADT_SUCCESS ? AU_PRS_SUCCESS : AU_PRS_FAILURE, mode));
2077 adt_selected(struct adt_event_state *event, au_event_t actual_id, int status) argument
2104 return (adt_is_selected(actual_id, &namask, status, mode));
2106 if ((rc = adt_is_selected(actual_id, &(sp->as_info.ai_mask), status,
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c474 pool_status_t status; local
481 if (ioctl(fd, POOL_STATUSQ, &status) < 0) {
486 return (status.ps_io_state);
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c210 int i, status; local
257 status = stat(propval, &st);
258 if (status != 0) {
/osnet-11/usr/src/lib/libnsl/dial/
H A Dconn.c135 int status; local
143 if ((status = rddev(flds[F_TYPE], dev, devbuf, D_MAX)) ==
171 if (status == FAIL && !Uerror) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dbootsector.c401 int status; local
409 status = ped_exception_throw (PED_EXCEPTION_WARNING,
416 if (status == PED_EXCEPTION_CANCEL) return 0;
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dmedia.c243 int status; local
254 while ((status = ioctl(fd, DKIOCGMEDIAINFO, minfo)) < 0) {
262 if (status < 0) {
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_smbios.c51 uint8_t status; member in struct:cpu_smbios
300 cpusmb[ncpu_ids].status = p.smbp_status;
382 if (cpusmb[i].status == (enabled | populated))
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c44 usage (int status) argument
46 if (status)
60 exit (status);
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c221 int status; local
236 status = ioctl(fd, USCSICMD, &ucmd);
237 if (status || ucmd.uscsi_status) {
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c220 uint32_t status = 0; local
229 /* Try to get the status */
233 if (match == NULL || nvpair_value_uint32(match, &status)) {
235 handle_error("could not get status of disk");
242 return (status != 0);
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c174 * PAM_DEBUG_MODULE (0x0004), log module return status.
348 "pam_end(%p): status = %s", (void *)pamh,
688 int status; local
700 if ((status = pam_get_item(pamh, PAM_USER, (void **)user))
702 return (status);
719 status = pam_get_item(pamh, PAM_USER_PROMPT, (void**)&prompt);
720 if (status != PAM_SUCCESS) {
721 return (status);
738 status = do_conv(pamh, PAM_PROMPT_ECHO_ON, 1, messages,
741 if (status !
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c1048 /* Check revocation status */
1150 * Returns : Success if the URI was found. Appropriate status otherwise.
1195 * status for the cert otherwise, appropriate
1209 int port, status, reason; local
1510 if (OCSP_resp_find_status(bs, id, &status, &reason,
1547 if (status != V_OCSP_CERTSTATUS_GOOD) {
1550 OCSP_cert_status_str(status));
2141 struct stat status; local
2238 if (fstat(fd, &status) == -1 ||
2239 !S_ISREG(status
2652 struct statvfs64 status; local
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c906 _thrp_exit_common(void *status, int unwind) argument
909 int cancelled = (self->ul_cancel_pending && status == PTHREAD_CANCELED);
940 self->ul_rval = status;
967 _thrp_terminate(void *status) argument
969 _thrp_exit_common(status, 0);
975 thr_exit(void *status) argument
977 _thrp_exit_common(status, 1);
981 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) argument
1009 * Just return its lwpid; we can't know its status.
1062 if (status !
1068 thr_join(thread_t tid, thread_t *departed, void **status) argument
1082 pthread_join(pthread_t tid, void **status) argument
2545 struct lwpstatus status; local
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPstack.c217 if (P->status.pr_dmodel == PR_MODEL_ILP32) {

Completed in 68 milliseconds

<<11121314151617181920>>