Searched defs:status (Results 551 - 575 of 1989) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c43 ipp_svc_status_mesg(papi_service_t svc, papi_status_t status) argument
48 mesg = papiStatusString(status);
198 papi_status_t status; local
215 for (status = papiAttributeListGetCollection(response, &iter,
217 status == PAPI_OK;
218 status = papiAttributeListGetCollection(NULL, &iter,
223 for (status = papiAttributeListGetCollection(response, &iter,
225 status == PAPI_OK;
226 status = papiAttributeListGetCollection(NULL, &iter,
H A Dipp-listener.c93 "status-code", &result);
183 papi_status_t status; local
187 status = papiAttributeListGetInteger(request, NULL,
189 if (status != PAPI_OK) {
214 status = papiAttributeListGetCollection(request, NULL,
216 if (status != PAPI_OK) { /* this should not be possible */
223 status = papiAttributeListGetBoolean(ops, NULL,
225 if ((status != PAPI_OK) || (configured != PAPI_TRUE)) {
423 papi_status_t status; local
448 status
[all...]
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dnss.c237 papi_status_t status; local
245 for (status = papiAttributeListGetString(*list, &iter, "all", &string);
246 status == PAPI_OK;
247 status = papiAttributeListGetString(*list, &iter, NULL, &string)) {
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c48 http_to_papi_status(http_status_t status) argument
50 switch (status) {
65 return ((papi_status_t)status);
70 ipp_to_papi_status(uint16_t status) argument
72 switch (status) {
358 http_status_t status; local
386 status = httpPost(svc->connection, svc->post);
387 if (status != 0)
388 return (http_to_papi_status(status));
391 status
497 int32_t status = 0; local
561 http_status_t status = HTTP_CONTINUE; local
[all...]
H A Dprinter.c85 papi_status_t status, result = PAPI_INTERNAL_ERROR; local
116 for (status = papiAttributeListGetCollection(response, &iter,
118 status == PAPI_OK;
119 status = papiAttributeListGetCollection(response, &iter,
320 papi_status_t status, result = PAPI_INTERNAL_ERROR; local
345 for (status = papiAttributeListGetCollection(response, &iter,
347 status == PAPI_OK;
348 status = papiAttributeListGetCollection(response, &iter,
369 papi_status_t status, result = PAPI_INTERNAL_ERROR; local
401 for (status
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c156 papi_status_t status = PAPI_OK; local
302 return (status);
568 papi_status_t status = PAPI_INTERNAL_ERROR; local
587 status = PAPI_TEMPORARY_ERROR;
590 status = PAPI_TEMPORARY_ERROR;
593 status = PAPI_SERVICE_UNAVAILABLE;
596 status = PAPI_NOT_ACCEPTING;
600 status = PAPI_OK;
603 status = PAPI_TIMEOUT;
607 status
[all...]
H A Dlpd-query.c81 * Status is the job-status (printing, waiting, error)
107 * status line(s) for "processing" printers will contain one of the following:
116 * status line(s) for "idle" printers will contain one of the following:
280 char status[1024]; local
287 if (uri_to_string(svc->uri, status, sizeof (status)) == 0)
289 "printer-uri-supported", status);
292 * on most systems, status is a single line, but some appear to
293 * return multi-line status messages. To get the "best" possible
311 status[
[all...]
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c384 * Set the SCSI status of the action.
389 libscsi_action_set_status(libscsi_action_t *ap, sam4_status_t status) argument
395 aip->lsai_status = status;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c107 uint32_t status = ERROR_SUCCESS; local
116 status = srvsvc_sd_set_absolute(sdbuf, &sd);
117 if (status != ERROR_SUCCESS) {
119 return (status);
122 status = smb_sd_write(path, &sd, SMB_DACL_SECINFO);
123 status = srvsvc_sd_status_to_error(status);
126 return (status);
149 uint32_t status = ERROR_SUCCESS; local
159 status
191 uint32_t status; local
272 uint32_t status = ERROR_SUCCESS; local
429 uint32_t status = ERROR_SUCCESS; local
515 srvsvc_sd_status_to_error(uint32_t status) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c198 uint32_t status = NT_STATUS_SUCCESS; local
211 status = smb_sd_fromfs(&fs_sd, sd);
214 return (status);
227 uint32_t status = NT_STATUS_SUCCESS; local
239 status = NT_STATUS_INTERNAL_ERROR;
241 return (status);
254 uint32_t status = NT_STATUS_SUCCESS; local
267 status = smb_sd_write_acl(path, &fs_sd);
270 return (status);
283 uint32_t status local
371 uint32_t status = NT_STATUS_SUCCESS; local
[all...]
/illumos-gate/usr/src/lib/efcode/jupiter/
H A Djupiter.c316 fc_cell_t status; local
348 fc_uint32_t2cell(portid), fc_ptr2cell(hwd_va), &status);
350 if (error || !status)
378 fc_cell_t status; local
388 fc_uint32_t2cell(portid), fc_uint32_t2cell(xt), &status);
390 if (error || !status)
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c201 /* return the present status */
248 /* return the replaced status */
334 int status; local
367 status = ldom_fmri_status(lhp, in);
368 rc = (status == P_FAULTED ||
369 (status == P_OFFLINE && ((type & LDOM_TYPE_CONTROL) != 0)));
372 /* return the unusable status */
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c286 int status = 1; local
292 status = add_use_record(&vp);
293 if (status != 0) {
295 return (status);
300 status = 0;
303 return (status);
H A Dmedia.c245 int status; local
256 while ((status = ioctl(fd, DKIOCGMEDIAINFO, minfo)) < 0) {
264 if (status < 0) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c80 dladm_status_t status; local
131 status = dladm_prefixlen2mask(prefix_len, prefix_max, netmask);
133 if (status != DLADM_STATUS_OK) {
231 dladm_status_t status = DLADM_STATUS_BADARG; local
248 status = adp->ad_check(*aip->ai_val, flowdesc);
250 status = DLADM_STATUS_BADARG;
252 if (status != DLADM_STATUS_OK)
253 return (status);
266 return (status);
H A Dflowprop.c93 dladm_status_t status = DLADM_STATUS_BADARG; local
100 status = i_dladm_set_prop_temp(handle, flow, prop_name,
102 if (status == DLADM_STATUS_TEMPONLY &&
105 if (status != DLADM_STATUS_OK)
106 return (status);
112 status = i_dladm_set_flowprop_db(handle, flow, prop_name,
115 return (status);
139 dladm_status_t status; local
152 status = i_dladm_get_prop_temp(handle, flow, type, prop_name,
154 if (status !
271 dladm_status_t status; local
326 dladm_status_t status = DLADM_STATUS_OK; local
365 dladm_status_t status; local
420 dladm_status_t status = DLADM_STATUS_OK; local
464 dladm_status_t status; local
487 dladm_status_t status; local
558 dladm_status_t status = DLADM_STATUS_OK; local
573 dladm_status_t status, ssave = DLADM_STATUS_OK; local
[all...]
H A Dlibdlib.c66 * Convert a error status returned by the IP over IB kernel driver to a
67 * valid dladm status.
115 dladm_status_t status = DLADM_STATUS_OK; local
126 status = i_dladm_ib_ioctl(handle, IBD_INFO_IBPART, (ibd_ioctl_t *)&ioc);
127 if (status != DLADM_STATUS_OK)
150 return (status);
162 dladm_status_t status; local
168 if ((status = dladm_datalink_id2info(handle, linkid, NULL, &class,
174 if ((status = dladm_getsnap_conf(handle, linkid, &conf)) !=
176 return (status);
255 dladm_status_t status = DLADM_STATUS_OK; local
364 dladm_status_t status; local
429 dladm_status_t status; local
552 dladm_status_t status = DLADM_STATUS_OK; local
616 dladm_status_t status; local
698 dladm_status_t status = DLADM_STATUS_OK; local
[all...]
H A Dlibdliptun.c66 dladm_status_t status = DLADM_STATUS_OK; local
72 status = (ioctl(dladm_dld_fd(handle), cmd, dp) == 0) ?
74 if (status != DLADM_STATUS_TRYAGAIN)
77 return (status);
88 dladm_status_t status; local
110 status = i_iptun_ioctl(handle, IPTUN_INFO, &tmpik);
111 if (status != DLADM_STATUS_OK)
112 return (status);
223 dladm_status_t status = DLADM_STATUS_OK; local
227 status
242 dladm_status_t status; local
286 dladm_status_t status = DLADM_STATUS_OK; local
302 dladm_status_t status; local
341 dladm_status_t status; local
354 dladm_status_t status; local
365 dladm_status_t status; local
406 dladm_status_t status; local
457 dladm_status_t status; local
494 dladm_status_t status = DLADM_STATUS_OK; local
548 dladm_status_t status; local
576 dladm_status_t status; local
588 dladm_status_t status = DLADM_STATUS_OK; local
603 dladm_status_t status = DLADM_STATUS_OK; local
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_program.c294 int status = 0; local
298 if ((status = func(dtp, pgp, stp->ds_desc, data)) != 0)
302 return (status);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c485 KtKeyMatch status; /* The return status */ local
501 status = _kt_locate_keybinding(kt, binary_keyseq, nc, &first, &last);
506 switch(status) {
517 return status;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc335 int status = f.transfer(this); local
337 if (status == 1)
340 ret = status;
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c155 arg.status = res;
277 arg.status = res;
286 int status = 1; local
294 status = 0;
299 status = 0;
303 return (status);
/illumos-gate/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)) {
H A Dauth_time.c197 enum clnt_stat status; /* result of clnt_call */ local
332 status = RPC_FAILED; /* Anything except RPC_SUCCESS */
414 status = clnt_call(clnt, RPCBPROC_GETTIME, xdr_void, NULL,
421 if (status == RPC_SUCCESS)
426 if (status == RPC_SUCCESS) {
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c72 register struct ppsymbol* status; local
74 status = fp->guard;
75 message((-3, "search: %s: status=%s%s test=%s", fp->name, status == INC_CLEAR ? "[CLEAR]" : status == INC_TEST ? "[ONCE]" : status == INC_IGNORE ? "[IGNORE]" : status->name, (pp.mode & HOSTED) ? "[HOSTED]" : "", test == INC_CLEAR ? "[CLEAR]" : test == INC_TEST ? "[TEST]" : test->name));
76 if (status == INC_IGNORE)
83 if (status != INC_CLEAR)
85 if (status
[all...]

Completed in 151 milliseconds

<<21222324252627282930>>