Searched defs:status (Results 401 - 425 of 1989) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/oplhpd/
H A Doplhpd.c86 int status = 0; local
100 status = signo;
102 _exit(status);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddisk_discovery.c47 int status = PICL_FAILURE; local
61 return (status);
73 return (status);
76 status = ptree_create_and_add_node(root_node, DISK_DISCOVERY_NAME,
78 if (status != PICL_SUCCESS)
79 return (status);
138 return (status);
H A Dmdescplugin.c77 int status; local
80 status = ptree_get_propval_by_name(node, "Path", (void *)&path,
82 if (status != PICL_SUCCESS) {
171 int status; local
186 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup,
188 if (status != PICL_SUCCESS) {
217 int status; local
255 if ((status = ptree_post_event(PICLEVENT_CPU_STATE_CHANGE,
260 "signal_devtree: can't post cpu event: %d\n", status);
267 int status; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A Dpiclsbl.h73 uint32_t status; member in struct:pcp_sbl_resp
78 /* status */
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c47 int status, substatus, i, node_count, component_count, busaddr_match; local
63 if ((status = ptree_get_node_by_path(PLATFORM_PATH, &platnode)) !=
67 picl_strerror(status));
174 if ((status = find_node_by_string_prop(tpn,
181 picl_strerror(status));
209 for (status = PICL_SUCCESS; status == PICL_SUCCESS;
210 status = ptree_get_propval_by_name(tpn,
H A Dpriplugin.c76 int status; local
79 status = ptree_get_prop_by_name(node, name, &proph);
80 if (status == PICL_SUCCESS)
104 int status; local
106 if ((status = ptree_delete_node(node)) == PICL_SUCCESS)
110 "segment node: %s\n", picl_strerror(status));
118 int status; local
129 if ((status = thr_create(NULL, NULL, pri_worker_thread, NULL, THR_BOUND,
132 "%d\n", status);
136 } else if ((status
174 int status; local
249 int status, count; local
[all...]
/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c114 int status; local
173 if (pool_get_status(&status) != PO_SUCCESS)
175 if (status == POOL_DISABLED)
/illumos-gate/usr/src/cmd/power/
H A Dpmconfig.h83 prmup_t *status; /* permission and update status */ member in struct:cinfo
/illumos-gate/usr/src/cmd/profiles/
H A Dprofiles.c65 int status = EXIT_OK; local
85 status = show_profs(NULL, print_flag);
89 status = show_profs((char *)*argv,
91 if (status == EXIT_FATAL) {
100 status = (status == EXIT_OK) ? status : EXIT_FATAL;
102 return (status);
128 int status = EXIT_OK; local
134 status
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_main.c80 rcmd_cleanup(int status) argument
82 if (status == 0) {
87 gettext("rcm_daemon exit: errno = %d\n"), status);
96 rcmd_exit(int status) argument
98 rcmd_cleanup(status);
99 exit(status);
/illumos-gate/usr/src/cmd/refer/
H A Daddbib.c206 int i = 0, status; local
220 wait(&status);
H A Dinv1.c49 int chatty = 0, docs, hashes, fp[2], fr, fw, pfork, pwait, status; local
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c203 dladm_status_t status; local
219 if ((status = dladm_open(&dlhandle)) != DLADM_STATUS_OK) {
221 instance_name, dladm_status2str(status, buf));
225 status = dladm_bridge_get_privprop(instance_name, &debugging,
227 if (status != DLADM_STATUS_OK) {
229 instance_name, dladm_status2str(status, buf));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_support.c287 ilbd_reply_err(uint32_t *rbuf, size_t *rbufsz, ilb_status_t status) argument
294 *(ilb_status_t *)&ic->ic_data = status;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c325 int status; local
343 pid = waitpid(me->pid, &status, WNOHANG);
370 if (WIFEXITED(status)) {
371 ret = WEXITSTATUS(status);
374 } else if (WIFSIGNALED(status)) {
385 WTERMSIG(status));
395 status);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Ddriver_wifi.c25 #define WPA_STATUS(status) (status == DLADM_STATUS_OK? 0 : -1)
42 dladm_status_t status; local
46 status = dladm_wlan_get_linkattr(handle, linkid, &attr);
47 if (status != DLADM_STATUS_OK)
60 return (WPA_STATUS(status));
78 dladm_status_t status; local
82 status = dladm_wlan_get_linkattr(handle, linkid, &attr);
83 if (status != DLADM_STATUS_OK)
104 dladm_status_t status; local
129 dladm_status_t status; local
145 dladm_status_t status; local
198 dladm_status_t status; local
253 dladm_status_t status; local
286 dladm_status_t status; local
320 dladm_status_t status; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c60 * a status message based on the value and exits this command.
70 dladm_status_t status; local
72 status = dladm_iptun_get6to4relay(handle, &rr_addr);
73 if (status != DLADM_STATUS_OK) {
75 "6to4 relay status: %s\n"),
76 dladm_status2str(status, errstr));
177 dladm_status_t status; local
187 if ((status = dladm_open(&handle)) != DLADM_STATUS_OK) {
189 "dladm handle: %s\n"), dladm_status2str(status, errstr));
193 /* If no args are specified, print the current status
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c75 int status; local
90 val = wait(&status);
102 if ((status & 0377) > 0) {
108 return ((status>>8)&0377);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c103 int status = FAILURE; local
180 status = SUCCESS;
244 status = SUCCESS;
259 return (status);
266 int status, len, pcnt; local
319 status = delete_instance(instance_name);
322 return (status);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c133 unsigned int status; local
173 status = getxdr_long();
174 if (status == 1) { /* success */
177 status = getxdr_long();
179 ypbind_error(status));
223 status = getxdr_u_long();
226 status,
227 status == 1 ? "OK":"Fail");
228 if (status == 1) {
234 status
259 int transid, status; local
579 ulong_t status; local
607 ulong_t status; local
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevalloc.c136 int status; local
148 wpid = waitpid(pid, &status, 0);
161 return ((WIFEXITED(status) == 0) ? 1 : WEXITSTATUS(status));
286 int status; local
340 status = da_update_device(&dargs);
344 if (status == 0)
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_init.c56 med_err_t status = med_null_err; local
58 if (med_db_finit(&status))
59 medde_perror(&status, "med_db_finit");
292 med_err_t *medep /* returned status */
337 med_err_t *medep /* returned status */
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetattach.c360 md_error_t status = mdnullerror; local
361 md_error_t *ep = &status;
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c380 int status; local
402 status = mdb_run();
404 if (status == MDB_ERR_QUIT && kmdb_kdi_get_unload_request()) {
407 } else if (status == MDB_ERR_QUIT || status == 0) {
410 } else if (status == MDB_ERR_OUTPUT) {
419 } else if (status != MDB_ERR_ABORT) {
420 fail("debugger exited abnormally (status = %s)\n",
421 mdb_err2str(status));
H A Dkmdb_stubs.c155 exit(int status) argument

Completed in 101 milliseconds

<<11121314151617181920>>