Searched refs:status (Results 326 - 350 of 695) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libast/common/include/
H A Dftwalk.h46 #define _fts_status status
99 * Ftw_t.status entry values
106 * Ftw_t.status return values
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dftwalk.h55 #define _fts_status status
108 * Ftw_t.status entry values
115 * Ftw_t.status return values
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dftwalk.h55 #define _fts_status status
108 * Ftw_t.status entry values
115 * Ftw_t.status return values
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dftwalk.h55 #define _fts_status status
108 * Ftw_t.status entry values
115 * Ftw_t.status return values
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_se_notify.c44 md_error_t status = mdnullerror; local
51 ((sp = metasetnosetname(setno, &status)) != NULL)) {
82 md_sr = getsetbyname(setname, &status);
109 mdclrerror(&status);
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c557 nss_status_t status = NSS_NOTFOUND; local
603 ia->status = NSS_NETGR_FOUND;
604 status = NSS_SUCCESS;
627 return (status);
637 nss_status_t status = NSS_NOTFOUND; local
655 ia->status = NSS_NETGR_NO;
658 return (status);
671 ia->status = NSS_NETGR_NO;
674 if (ia->status == NSS_NETGR_FOUND)
768 nss_status_t status local
[all...]
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.h82 int status; member in struct:mdns_querydata
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetPhyStatistics.c36 HBA_STATUS status = HBA_STATUS_OK; local
75 status = verifyAdapter(hba_ptr);
76 if (status != HBA_STATUS_OK) {
80 return (status);
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_osd.c84 int status; local
89 status = pthread_atfork(NULL, NULL, dapls_osd_fork_cleanup);
90 if (status != 0) {
92 "WARNING: pthread_atfork %d\n", status);
266 /* Reset the signaled status if we were woken up. */
277 /* Reset the signaled status if we were woken up. */
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c187 (void) snprintf(pci_card.status,
188 sizeof (pci_card.status), "%s/%s%d", MOTHERBOARD,
192 (void) snprintf(pci_card.status,
193 sizeof (pci_card.status), "%s/%s%d",
196 (void) snprintf(pci_card.status,
197 sizeof (pci_card.status),
243 log_printf("%-11s", pci_card.status);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c224 (void) snprintf(pci_card.status,
225 sizeof (pci_card.status), "%s/%s%d", MOTHERBOARD,
229 (void) snprintf(pci_card.status,
230 sizeof (pci_card.status), "%s/%s%d",
233 (void) snprintf(pci_card.status,
234 sizeof (pci_card.status),
280 log_printf("%-11s", pci_card.status);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dhuron.c201 (void) snprintf(pci_card.status,
202 sizeof (pci_card.status), "%s/%s%d", MOTHERBOARD,
206 (void) snprintf(pci_card.status,
207 sizeof (pci_card.status), "%s/%s%d",
211 (void) snprintf(pci_card.status,
212 sizeof (pci_card.status), "%s/%s",
258 log_printf("%-11s", pci_card.status);
H A Dpelton.c200 (void) snprintf(pci_card.status,
201 sizeof (pci_card.status), "%s/%s%d", IOBOARD,
205 (void) snprintf(pci_card.status,
206 sizeof (pci_card.status), "%s/%s%d",
209 (void) snprintf(pci_card.status,
210 sizeof (pci_card.status), "%s/%s", IOBOARD,
256 log_printf("%-11s", pci_card.status);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_gss.c56 * routines. The major status error code is the mechanism independent error
57 * code and the minor status error code is the mechanism specific error code.
64 OM_uint32 status, min2; local
66 status = gss_display_status(&min2, maj, GSS_C_GSS_CODE, GSS_C_NULL_OID,
69 if ((status != GSS_S_COMPLETE) && (status != GSS_S_CONTINUE_NEEDED))
75 DPRINT("SMBFS (gss-api): %s: GSS major status error: %s",
79 status = gss_display_status(&min2, min, GSS_C_MECH_CODE,
83 if ((status != GSS_S_COMPLETE) && (status !
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_des.c254 int status; local
281 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf,
285 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf,
289 if (DES_FAILED(status)) {
347 int status; local
362 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf,
365 if (DES_FAILED(status)) {
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c339 dladm_status_t status; local
343 status = dladm_walk_datalinks(iph->ih_dh, DATALINK_ALL_LINKID,
346 return (status == DLADM_STATUS_OK ? nwd.ngz_ipstatus : IPADM_FAILURE);
354 ipadm_status_t status; local
373 status = IPADM_SUCCESS;
385 status = IPADM_FROMGZ_ROUTE_FAILURE;
389 return (status);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs694 int status;
695 status = gettimeofday (&Tp, NULL);
698 return status;
708 int status;
709 status = gettimeofday (&Tp, NULL);
710 return status == 0 ? Tp.tv_sec + (Tp.tv_usec / 1000000.) : -1.0;
856 int status;
857 status = gettimeofday (&Tp, &Tz);
876 int status;
877 status
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddevice.c225 int status; local
231 status = ped_architecture->dev_ops->refresh_open (dev);
233 status = ped_architecture->dev_ops->open (dev);
234 if (status)
236 return status;
/osnet-11/usr/src/grub/grub2/grub-core/bus/
H A Dcs5536.c89 grub_uint8_t status; local
90 status = grub_inb (smbbase + GRUB_CS5536_SMB_REG_STATUS);
91 if (status & GRUB_CS5536_SMB_REG_STATUS_SDAST)
93 if (status & GRUB_CS5536_SMB_REG_STATUS_BER)
95 if (status & GRUB_CS5536_SMB_REG_STATUS_NACK)
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c42 #define _fts_status status
63 int cd; /* chdir status */ \
80 * NOTE: <ftwalk.h> relies on status and statb being the first two elements
199 f->status = 0;
834 if (f->status == FTS_SKIP)
962 if (!fts->dir || f->nd || f->status == FTS_SKIP)
1193 f->status != FTS_SKIP &&
1194 f->status != FTS_NOPOSTORDER)
1235 if (f->status == FTS_AGAIN)
1238 f->status
1432 fts_set(register FTS* fts, register FTSENT* f, int status) argument
[all...]
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_aux.c51 suri_getsvcstate(struct suri_handle *sh, int *status, char *svcname) argument
55 assert(status != NULL);
60 SURIGTEXT("Could not get status of service"), svcname);
63 *status = smf_state_from_string(s);
64 assert(*status != -1);
81 int status, ret2; local
83 if ((ret = suri_getsvcstate(sh, &status, svcname)) != ESURI_OK)
86 switch (status) {
128 if ((ret = suri_getsvcstate(sh, &status, svcname)) != ESURI_OK)
130 if (status
[all...]
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c104 args->status = NSS_NETGR_NO;
110 args->status = NSS_NETGR_FOUND;
124 args->status = NSS_NETGR_NOMEM;
255 /* ==> ? Should return 'failed' (out-of-memory) status ? */
619 ia->status = NSS_NETGR_FOUND;
741 ia->status == NSS_NETGR_FOUND) {
783 ia->status = NSS_NETGR_FOUND;
807 ia->status = NSS_NETGR_NO; /* status information, so-called. */
820 ia->status
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dio.c196 int status; local
215 status = rec_diag_cmd(fd, buf_ptr, buf_len, page_code, SCSI_ESI_PCV);
216 if (status != 0) {
217 status = rec_diag_cmd(fd, buf_ptr, buf_len, page_code, SCSI_ESI_PF);
219 return (status);
416 int status; local
441 status = cmd(fd, &ucmd, USCSI_READ);
443 if (status == 0) {
452 return (status);
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py164 status = self.ws.status(self.parenttip.node(), self.localtip.node())
167 for ctype in status.values():
175 # changectx and status (one on the dest file for the
179 # status we can only make the association by explicitly
194 # are in both change context and status to the active
252 if oldname in status['removed']:
273 if entry.name in status['added']:
275 elif entry.name in status['removed']:
277 elif entry.name in status['modifie
556 def status(self, base='.', head=None): member in class:WorkSpace
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc165 /* Make sure we have somewhere to store the "request valid" status */
251 * it with an appropriate status.
1056 int status = f.transfer(this); local
1058 if (status == 1)
1061 return (status);
1101 int status; local
1109 if ((status = f.transfer(this)) != 0) {
1115 if (status == 0 && this->scheme != 0 && init_scheme) {
1128 status = -1;
1135 if (status
[all...]

Completed in 57 milliseconds

<<11121314151617181920>>