Searched defs:status (Results 376 - 400 of 1989) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dload_node.c159 int status; local
175 status = check_fcode_header(path, header, statb.st_size);
177 status ? "OK" : "NOT OK");
179 return (status);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c175 int status = 0; local
181 status = lustatus(fd);
187 return (status);
199 int status; local
242 if ((status = add_use_record(devp, nmp)) != 0) {
249 return (status);
257 int status = 0; local
296 if ((status = lufslist(ffd)) != 0) {
304 return (status);
H A Dpath.c186 int status = 0; local
201 status = ENOMEM;
208 return (status);
224 int status = 0; local
238 status = ENOMEM;
245 return (status);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlsim.c48 dladm_status_t status = DLADM_STATUS_OK; local
61 status = dladm_errno2status(errno);
63 if (status != DLADM_STATUS_OK)
64 return (status);
68 return (status);
76 dladm_status_t status = DLADM_STATUS_OK; local
85 status = dladm_errno2status(errno);
87 return (status);
95 dladm_status_t status = DLADM_STATUS_OK; local
103 status
113 dladm_status_t status = DLADM_STATUS_OK; local
138 dladm_status_t status; local
184 dladm_status_t status; local
226 dladm_status_t status; local
260 dladm_status_t status; local
330 dladm_status_t status; local
380 dladm_status_t status; local
414 dladm_status_t status; local
458 dladm_status_t status; local
477 dladm_status_t status; local
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProcessState.java132 * @param processExitStatus target process exit status, {@code null}
133 * if the process has not exited or the exit status is unknown
237 * Gets the process exit status.
239 * @return exit status, or {@code null} if the process has not
240 * exited or the exit status is unknown
252 setExitStatus(int status) argument
254 exitStatus = new Integer(status);
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp.c151 int status; local
177 status = ndmp_door_get_int32(dec_ctx);
178 if (status == NDMP_SESSION_NODATA)
H A Dlibndmp_door_data.c56 ctx->status = 0;
64 int status = ctx->status; local
65 if ((status == 0) && (ctx->ptr != ctx->end_ptr)) {
66 status = ENOTEMPTY;
69 return (status);
79 ctx->status = 0;
87 int status = ctx->status; local
88 if (status
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log.cc192 int status; local
201 status = ((xdr_db_log_entry(&(xdr), j)) ? 0 : -1);
202 if (status < 0) {
207 WRITEUNLOCK(this, status, "wu db_log::append");
208 return (status);
275 int status, err; local
278 status = fflush(file);
279 if (status < 0) {
281 WRITEUNLOCK(this, status, "wu db_log::sync_log");
282 return (status);
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c150 enum clnt_stat status; local
196 status = RPC_SUCCESS;
199 status = error.re_status;
202 if (status == RPC_SUCCESS) {
204 status = RPC_AUTHERROR;
213 if (status == RPC_SUCCESS) {
215 status = RPC_AUTHERROR;
223 return (status);
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c378 int status; /* return status from wait */ local
452 status = 0;
455 rpid = wait(&status);
456 if (status) {
/illumos-gate/usr/src/lib/libpkg/common/
H A Druncmd.c99 int status = 0; local
173 pid = waitpid(pid, &status, 0);
180 switch (status & 0177) {
183 status = status >> 8;
188 status = status & 0177;
191 if (status == 0) {
195 return (status);
264 * Description: Execute a Unix command and return results and status
312 int status; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h78 char status[MAXSTRLEN]; /* Card status */ member in struct:io_card
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dkey_prot.h82 keystatus status; member in struct:cryptkeyres
105 keystatus status; member in struct:getcredres
/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_bind.c150 int status; local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derr.c194 err(int status, const char *fmt, ...) argument
201 exit(status);
205 _errfp(FILE *fp, int status, const char *fmt, ...) argument
212 exit(status);
216 verr(int status, const char *fmt, va_list args) argument
219 exit(status);
223 _verrfp(FILE *fp, int status, const char *fmt, va_list args) argument
226 exit(status);
231 errx(int status, const char *fmt, ...) argument
238 exit(status);
242 _errxfp(FILE *fp, int status, const char *fmt, ...) argument
253 verrx(int status, const char *fmt, va_list args) argument
260 _verrxfp(FILE *fp, int status, const char *fmt, va_list args) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c213 int status; local
236 if (waitpid(pid, &status, WNOHANG) == pid)
237 return (status);
244 while (waitpid(pid, &status, 0) < 0) {
246 status = -1;
252 return (status);
/illumos-gate/usr/src/lib/libgss/
H A Dg_acquire_cred.c334 OM_uint32 status, time_req, time_rec, temp_minor_status; local
344 status = val_add_cred_args(minor_status,
355 if (status != GSS_S_COMPLETE)
356 return (status);
376 status = GSS_S_DUPLICATE_ELEMENT;
409 status = GSS_S_BAD_NAME;
426 status = mech->gss_acquire_cred(mech->context, minor_status,
431 if (status != GSS_S_COMPLETE) {
447 if ((status = mech->gss_display_name(mech->context,
464 status
[all...]
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_locks.c155 int status; local
220 r = _z_zone_exec(&status, &results, (char *)NULL, PKGADM_CMD,
229 if ((r != 0) || (status != 0)) {
231 adjustedLockObject, a_pid, r, status,
703 int status; local
757 r = _z_zone_exec(&status, &results, (char *)NULL, PKGADM_CMD,
767 a_zoneName, r, status, results ? results : "");
774 return (((r == 0) && (status == 0)) ? B_TRUE : B_FALSE);
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ndpd.c83 ipadm_status_t status; local
90 status = i_ipadm_create_linklocal(iph, addr);
91 if (status != IPADM_SUCCESS)
92 return (status);
100 status = i_ipadm_send_ndpd_cmd(addr->ipadm_ifname, addr,
102 if (status != IPADM_SUCCESS &&
103 status != IPADM_NDPD_NOT_RUNNING) {
105 return (status);
110 status = i_ipadm_addr_persist(iph, addr, B_FALSE, i_flags);
111 if (status !
123 ipadm_status_t status; local
146 ipadm_status_t status; local
[all...]
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c65 int status; member in struct:block
122 if (block->status == FREE && block->size >= size)
145 block->status = FREE;
152 block->status = BUSY;
176 if (block->next && block->next->status == FREE) {
189 block->status = FREE;
206 block->status = FREE;
232 newblock->status = FREE;
250 if (block->status == BUSY)
252 for (block2 = block->next; block2 && block2->status
[all...]
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c270 * and update it if so. Returns the NIS status, which is zero
286 int status; local
342 wait(&status);
343 if (!WIFEXITED(status)) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c295 * and update it if so. Returns the yp status, which is zero
311 int status; local
347 wait(&status);
348 if (!WIFEXITED(status)) {
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmain.c93 usage (int status) argument
95 if (status)
125 exit (status);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c39 * automatically printed. Returns the PNIC status code.
53 uint16_t status; local
66 /* Retrieve status */
67 status = inw ( nic->ioaddr + PNIC_REG_STAT );
92 return status;
100 uint16_t status = pnic_command_quiet ( nic, command, local
104 if ( status == PNIC_STATUS_OK ) return status;
105 printf ( "PNIC command %#hx (len %#hx) failed with status %#hx\n",
106 command, input_length, status );
218 uint16_t status; local
[all...]
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h78 db_status status; member in struct:db_result

Completed in 69 milliseconds

<<11121314151617181920>>