Searched defs:status (Results 576 - 600 of 1989) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c109 wait(int *status) argument
113 if ((int)status == -1) {
119 if (status)
120 mapstatus(status, nstatus);
125 waitpid(int pid, int *status, int options) argument
130 if ((int)status == -1) {
148 if (status)
149 mapstatus(status, nstatus);
158 wait3(int *status, int options, struct rusage *rp) argument
160 return (wait4(0, status, option
169 wait4(int pid, int *status, int options, struct rusage *rp) argument
245 wstat(int code, int status) argument
[all...]
/illumos-gate/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:__anon2904
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c108 int status; local
353 while (waitpid(pid, &status, 0) == -1) {
361 rv = WEXITSTATUS(status); /* shell WRDE_* status */
/illumos-gate/usr/src/lib/libgss/
H A Dg_glue.c309 OM_uint32 status; local
315 status = mech->gss_import_name (
321 if (status != GSS_S_COMPLETE)
324 status = GSS_S_UNAVAILABLE;
326 return (status);
339 OM_uint32 status; local
355 status = mech->gss_export_name(
360 if (status != GSS_S_COMPLETE)
362 return status;
392 if ((status
463 OM_uint32 status; local
491 OM_uint32 status; local
521 OM_uint32 status; local
[all...]
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_exec.c37 * z_ExecCmdArray - Execute a Unix command and return results and status
41 * z_ExecCmdList - Execute a Unix command and return results and status
102 * Description: Execute a Unix command and return results and status
105 * Return (exit) status from Unix command:
149 int status; local
319 /* Get subprocess exit status */
322 resultPid = waitpid(pid, &status, 0L);
325 /* break loop if child process status reaped */
340 * set results equal to the 8-bit exit status of the child process;
341 * otherwise, set the exit status t
686 int status; local
[all...]
/illumos-gate/usr/src/cmd/vntsd/
H A Dcommon.c209 if (consp->status & VNTSD_CONS_DELETED) {
485 vntsd_log(vntsd_status_t status, char *msg) argument
490 switch (status) {
647 status_msg = "Unknown status recv";
H A Dconsole.c58 char *status; local
62 status = gettext("connected");
63 } else if (consp->status & VNTSD_CONS_DELETED) {
64 status = gettext("removing...");
66 status = gettext("online");
70 consp->cons_no, consp->domain_name, status, vntsd_eol);
224 if (consp->status & VNTSD_CONS_DELETED) {
329 if ((*consp)->status & VNTSD_CONS_DELETED) {
371 if (consp->status & VNTSD_CONS_DELETED) {
383 clientp->status
607 console_chk_status(vntsd_group_t *groupp, vntsd_client_t *clientp, int status) argument
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppoll.c63 static int status = 0; /* exit status */ variable
119 return (status);
309 if (m->status == YP_TRUE && o->status == YP_TRUE) {
313 } else if (o->status == YP_TRUE) {
317 yperr_string(ypprot_err(m->status)));
318 status = 1;
319 } else if (m->status == YP_TRUE) {
322 yperr_string(ypprot_err(o->status)));
[all...]
H A Dypxfrd_server.c114 yptol_exit(int status) argument
119 exit(status);
268 res.status = mygetpage(res.pag_u.ok.blkdat, &(res.pag_u.ok.blkno), m);
271 if (res.status == OK) {
282 while (res.status == OK) {
285 res.status = mygetpage(res.pag_u.ok.blkdat,
289 if (res.status == OK) {
307 int status; local
318 status = OK;
326 status
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c595.c170 int status; local
192 while(( status=inb(BASE + VX_W1_TX_STATUS) )& TXS_COMPLETE ) {
193 if(status & (TXS_UNDERRUN|TXS_MAX_COLLISION|TXS_STATUS_OVERFLOW)) {
231 short status, cst; local
249 status = inw(BASE + VX_W1_RX_STATUS);
251 printf("*%hX*",status);
254 if (status & ERR_RX) {
259 rx_fifo = status & RX_BYTES_MASK;
275 status = inw(BASE + VX_W1_RX_STATUS);
277 printf("*%hX*",status);
[all...]
H A Dpci.c497 uint16_t status; local
502 pci_read_config_word(dev, PCI_STATUS, &status);
503 if (!(status & PCI_STATUS_CAP_LIST))
/illumos-gate/usr/src/head/
H A Dpkgstrct.h72 char status; member in struct:pinfo
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c52 int status; local
55 status = ptree_get_prop_by_name(node, name, &proph);
56 if (status == PICL_SUCCESS)
283 int status; local
288 status = ptree_get_propval_by_name(node, OBP_REG, reg_prop,
290 if (status != PICL_SUCCESS) {
H A Ddr.c257 int status; local
262 status = ptree_get_propval_by_name(pn, OBP_REG, reg_prop,
264 if (status == PICL_SUCCESS) {
271 status = ptree_init_propinfo(&propinfo, PTREE_PROPINFO_VERSION,
274 if (status != PICL_SUCCESS) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dmem_prop_update.c204 int node_count, i, type_size, nac_size, status; local
246 status = md_get_prop_str(mdp, dimmlistp[i], "type",
248 if (status == -1) {
249 status = md_get_prop_data(mdp, dimmlistp[i],
252 if (status == -1) /* can't get node type - just skip */
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java164 * Returns the status of the configuration.
166 * @return the status of the configuration.
168 public int status() method in class:Configuration
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c196 int status; local
300 * return it's exit status if we can.
304 pid = wait(&status);
316 if (WIFEXITED(status))
317 exit(WEXITSTATUS(status));
318 exit(status | WCOREFLG);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c83 dladm_status_t status; local
92 status = dladm_name2info(dlhandle, bnb.bnb_name, &bnb.bnb_linkid, NULL,
94 if (status != DLADM_STATUS_OK) {
96 dladm_status2str(status, buf));
116 status = dladm_up_datalink_id(dlhandle, bnb.bnb_linkid);
117 if (status != DLADM_STATUS_OK) {
119 bnb.bnb_name, dladm_status2str(status, buf));
143 dladm_status_t status; local
148 status = dladm_vlan_info(handle, linkid, &vinfo, DLADM_OPT_ACTIVE);
149 if (status !
189 dladm_status_t status; local
324 dladm_status_t status; local
361 dladm_status_t status; local
566 dladm_status_t status; local
[all...]
H A Drstp.c144 dladm_status_t status; local
150 status = dladm_get_single_mac_stat(dlhandle, pd->linkid, "link_duplex",
153 if (status == DLADM_STATUS_OK && link_duplex == LINK_DUPLEX_FULL)
282 dladm_status_t status; local
298 status = dladm_get_linkprop_values(dlhandle, linkid,
300 if (status == DLADM_STATUS_OK) {
304 status = dladm_get_linkprop_values(dlhandle, linkid,
306 if (status == DLADM_STATUS_OK) {
310 status = dladm_get_linkprop_values(dlhandle, linkid,
312 if (status
379 dladm_status_t status; local
398 dladm_status_t status; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c76 int opt, status, sock, count; local
120 status = setpolicy(sock, policy_table, count);
124 status = setpolicy(sock, NULL, 0);
128 status = printpolicy(sock);
133 return (status);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_create.c104 int status = FAILURE; local
138 status = SUCCESS;
141 if (status != SUCCESS)
145 return (status);
183 int status = FAILURE; local
260 status = SUCCESS;
295 return (status);
303 int status = FAILURE; local
320 status = INSTANCE_ANY_EXISTS;
327 status
379 int status = FAILURE; local
454 int i, status, len, pcnt; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c287 ulong_t status; local
290 status = getxdr_u_long();
291 if (status == 0)
293 else if ((str = strerror(status)) == (char *)NULL)
296 if (status == 0) {
304 ulong_t status; local
307 status = getxdr_u_long();
308 if (status == 0)
310 else if ((str = strerror(status)) == (char *)NULL)
313 (void) sprintf(get_line(0, 0), "Status = %d (%s)", status, st
382 ulong_t status; local
396 ulong_t status; local
[all...]
H A Dsnoop_nfs.c428 statusmsg(status)
429 ulong_t status;
431 switch (status) {
463 ulong_t status; local
465 status = getxdr_long();
466 (void) strcpy(line, statusmsg(status));
467 return (status);
473 ulong_t status; local
477 status = getxdr_long();
480 status, statusms local
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_set.c664 mhd_error_t status = mhd_null_error; local
666 (void) mhd_release_set(sp, dlp, &status);
667 mhd_clrerror(&status);
733 * status drives
748 /* status drives */
762 * status drives in set
768 mhd_drive_status_t **status,
791 /* status drives */
798 *status = Zalloc(dlp->dl_ndrive * sizeof (**status));
765 mhd_status_drives( mhd_set_t *mhsp, mhd_opts_t options, mhd_drive_status_t **status, mhd_error_t *mhep ) argument
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetahs.c48 * report status of a hotspare pool
64 /* print status */
447 * parse args and status hotspares
484 /* status hotspare pools */
517 md_error_t status = mdnullerror; local
518 md_error_t *ep = &status;

Completed in 313 milliseconds

<<21222324252627282930>>