Searched defs:status (Results 751 - 775 of 1989) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/uts/sun4v/os/
H A Dhsvc.c273 int status = 0; local
291 status = -1;
293 return (status);
306 int status = 0; local
336 * and the following status:
342 status = ENOTSUP;
348 status = ENOTSUP;
391 status = EAGAIN;
412 status = EINVAL;
415 status
487 int status = 0; local
569 int status = 0; local
682 int i, status; local
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_mem.h54 #define DR_MEM_UNCONF_STATUS (0x4d53) /* 'MS' get mem unconf status */
73 uint32_t status; /* status of the mblk */ member in struct:__anon10323
H A Ddrctl.h82 drctl_status_t status; member in struct:drctl_rsrc
H A Dvldc_impl.h97 uint32_t status; /* port status */ member in struct:vldc_port
108 ldc_status_t ldc_status; /* Channel status */
/illumos-gate/usr/src/uts/sun4u/chicago/io/fpc/
H A Dfpc-impl-4u.c119 int status; local
122 status = ldi_ident_from_dip(dip, &ldi_identifier);
123 if (status == 0)
125 return ((status == 0) ? DDI_SUCCESS : DDI_FAILURE);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmcadm.c116 * to return the errno from the rmc_comm error status
119 rmcadm_get_errno(int status) argument
124 switch (status) {
434 rr.status = rmc_comm_request_response(
455 rr.status = rmc_comm_request_response_bp(
468 if (rr.status != RCNOERR) {
470 retval = rmcadm_get_errno(rr.status);
513 rr32.status = rr.status;
620 ssbp.status
[all...]
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c124 int status = AE_ERROR; local
132 status = acpica_get_handle(ctrl_p->hc_dip, &pcibus_obj);
133 if (status != AE_OK)
137 status = AcpiGetNextObject(ACPI_TYPE_DEVICE, pcibus_obj,
139 if (status != AE_OK) {
313 uint16_t status, control; local
331 status = pciehpc_reg_get16(ctrl_p,
335 if ((ctrl_p->hc_has_mrl) && (status & PCIE_SLOTSTS_MRL_SENSOR_OPEN)) {
343 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) {
385 uint16_t status; local
437 int status = AE_OK; local
576 int status = AE_OK; local
614 int status = AE_OK; local
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Discsi_boot.c73 int status = 0; local
198 ISCSI_OBP_MAX_CHAP_USER_LEN, &chap_user_len, &status);
202 if (status == OBP_GET_KEY_STATUS_NOT_EXIST) {
206 if (status != OBP_GET_KEY_STATUS_OK ||
213 ISCSI_OBP_MAX_CHAP_LEN, &chap_pwd_len, &status);
218 if (status == OBP_GET_KEY_STATUS_NOT_EXIST) {
222 if (status != OBP_GET_KEY_STATUS_OK ||
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c125 int status; local
135 status = mod_install(mlinkp);
136 if (status) {
142 return (status);
150 int status; local
152 status = mod_remove(*modlpp);
153 if (status == 0) {
157 return (status);
164 int status; local
174 status
[all...]
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Damd64_gart.c171 int status; local
195 status = pci_config_setup(dip, &sc->gsoft_pcihdl);
196 if (status != DDI_SUCCESS) {
201 status = ddi_create_minor_node(dip, buf, S_IFCHR,
203 if (status != DDI_SUCCESS) {
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c843 short status; local
862 mtype = getmessage(msgbuf, R_LOAD_FILTER_TABLE, &status);
869 if (status == MOK)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c84 short status; local
110 status = 0;
134 status |= PS_DISABLED;
139 status |= PS_REJECTED;
213 pps->status |= status;
260 PStatus[i]->status |= PS_DISABLED | PS_REJECTED;
344 short status; local
363 status = 0;
384 status |
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c37 * simple processing of printer status reports, usually obtained when
38 * \024 is sent to the printer. The returned status lines look like:
41 * %%[ status: idle; source serial 25 ]%%
42 * %%[ status: waiting; source serial 25 ]%%
43 * %%[ status: initializing; source serial 25 ]%%
44 * %%[ status: busy; source serial 25 ]%%
45 * %%[ status: printing; source serial 25 ]%%
46 * %%[ status: PrinterError: out of paper; source serial 25 ]%%
47 * %%[ status: PrinterError: no paper tray; source serial 25 ]%%
61 * status repor
131 Status status[] = STATUS; /* for converting status strings */ variable
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c52 int state; /* status of the printer interface */
192 /* we will use 1284 status if available */
194 /* some devices may only support 1284 status in unidir. mode */
205 uint_t status; local
208 if ((ioctl(fd, PRNIOC_GET_STATUS, &status) == 0) &&
209 (status & PRN_READY)) {
325 fprintf(stderr, "%%%%[ status: idle ]%%%%\n");
329 fprintf(fp_log, "%%%%[ status: idle ]%%%%\n");
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c45 papi_status_t status = PAPI_OK; local
H A Dlpsched-msgs.c119 lpsched_status_to_papi_status(int status) argument
121 switch (status) {
155 lpsched_status_string(short status) argument
157 switch (status) {
185 snprintf(result, sizeof (result), gettext("status: %d"),
186 status);
196 short status = MOK; local
202 (rcv_msg(svc, R_ALLOC_FILES, &status, prefix) < 0))
203 status = MTRANSMITERR;
205 if (status !
220 short status = MOK; local
244 short status = MOK; local
274 short status = MOK; local
304 short status = MOK; local
330 short status = MOK; local
359 short status = MOK; local
385 short status = MOK; local
415 short status = MOK; local
[all...]
H A Dprinter.c65 short status = MOK; local
86 if (rcv_msg(svc, R_INQUIRE_PRINTER_STATUS, &status,
106 } while (status == MOKMORE);
117 if (rcv_msg(svc, R_INQUIRE_CLASS, &status, &printer,
133 } while (status == MOKMORE);
149 short status = MOK; local
188 /* get the spooler status data now */
192 if (rcv_msg(svc, R_INQUIRE_PRINTER_STATUS, &status, &pname,
206 /* get the spooler status data now */
210 if (rcv_msg(svc, R_INQUIRE_CLASS, &status,
232 papi_status_t status; local
272 papi_status_t status; local
387 long status; local
[all...]
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.c78 monitord_exit(int status) argument
80 monitord_print(1, gettext("exit status = %d\n"), status);
86 md_exit(sp, status);
97 md_error_t status = mdnullerror; local
109 probe_all_devs(startup, &status, sig_verbose);
381 md_error_t status = mdnullerror; local
404 if (md_init(argc, argv, 0, 1, &status) != 0 ||
405 meta_check_root(&status) != 0) {
406 mde_perror(&status, "");
[all...]
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_door_legacy.c55 ctx->status = 0;
63 int status = ctx->status; local
64 if (status == 0 && ctx->ptr != ctx->end_ptr)
65 status = ENOTEMPTY;
68 return (status);
78 ctx->status = 0;
86 int status = ctx->status; local
87 if (status
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sam.c90 * Return status:
95 * other error status codes.
103 uint32_t status; local
144 status = smb_sam_lookup_user(name, &sid);
145 if (status != NT_STATUS_SUCCESS)
146 return (status);
150 status = smb_sam_lookup_group(name, &sid);
151 if (status != NT_STATUS_SUCCESS)
152 return (status);
157 status
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c80 uint32_t status = NT_STATUS_SUCCESS; local
100 status = NT_STATUS_INVALID_PARAMETER;
108 status = smb_vss_encode_gmttokens(sr, fsctl, count, &snaps);
114 return (status);
316 uint32_t status = NT_STATUS_SUCCESS; local
324 status = NT_STATUS_BUFFER_TOO_SMALL;
333 if (status == NT_STATUS_SUCCESS) {
337 status = NT_STATUS_INVALID_PARAMETER;
342 return (status);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_door.h130 * Door server status
144 int status; member in struct:smb_dr_ctx
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlether.c115 dladm_status_t status; local
120 if ((status = dladm_get_single_mac_stat(handle, linkid,
124 if (status == DLADM_STATUS_NOTFOUND) {
133 return (status);
275 dladm_status_t status; local
280 status = dladm_datalink_id2info(handle, linkid, NULL, NULL, NULL,
282 if (status != DLADM_STATUS_OK)
289 status = DLADM_STATUS_NOMEM;
293 if ((status = dladm_get_single_mac_stat(handle, linkid, "ifspeed",
297 if ((status
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c92 DWORD status; local
133 status = smbrdr_ctx_new(&ctx, server, domain, username);
134 if (status != NT_STATUS_SUCCESS) {
138 xlate_nt_status(status), status);
155 status = NT_STATUS_ACCESS_DENIED;
158 status = NT_STATUS_BAD_NETWORK_NAME;
168 status = NT_STATUS_NO_MEMORY;
187 status = NT_STATUS_NO_MEMORY;
204 status
430 ndr_rpc_status(mlsvc_handle_t *handle, int opnum, DWORD status) argument
[all...]
H A Dmlsvc_domain.c160 syslog(LOG_NOTICE, "smb_locate_dc status 0x%x",
298 uint32_t status; local
354 status = smb_ddiscover_main(sdl->sdl_domain, &dxi);
355 if (status == 0)
358 sdl->sdl_status = status;
359 if (status == 0)
401 uint32_t status; local
413 status = smb_ads_lookup_msdcs(domain, &dxi->d_dci);
414 if (status != 0) {
416 xlate_nt_status(status));
477 uint32_t status; local
[all...]

Completed in 89 milliseconds

<<31323334353637383940>>