Searched refs:status (Results 101 - 125 of 2759) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/boot/lib/libc/uuid/
H A Duuid_equal.c39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) argument
42 if (status != NULL)
43 *status = uuid_s_ok;
H A Duuid_is_nil.c38 uuid_is_nil(const uuid_t *u, uint32_t *status) argument
42 if (status)
43 *status = uuid_s_ok;
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dbananapi.dts52 status = "okay";
56 status = "okay";
60 status = "okay";
64 status = "okay";
69 status = "okay";
75 status = "okay";
H A Dcubieboard.dts49 status = "okay";
53 status = "okay";
57 status = "okay";
61 status = "okay";
65 status = "okay";
71 status = "okay";
H A Dvybrid-colibri-vf50.dts43 status = "okay";
47 status = "okay";
61 status = "okay";
65 status = "okay";
69 status = "okay";
73 status = "okay";
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsalib.c70 * Return status:
81 uint32_t status; local
101 status = lsa_lookup_name_builtin(domain, name, info);
102 if (status == NT_STATUS_NOT_FOUND) {
103 status = smb_sam_lookup_name(domain, name, type, info);
104 if (status == NT_STATUS_SUCCESS)
105 return (status);
107 if ((domain == NULL) || (status == NT_STATUS_NOT_FOUND))
108 status = lsa_lookup_name_domain(account, info);
111 return ((status
117 uint32_t status; local
146 DWORD status; local
175 DWORD status; local
205 DWORD status; local
236 DWORD status; local
276 DWORD status; local
357 uint32_t status; local
395 DWORD status; local
427 DWORD status; local
468 DWORD status; local
552 uint32_t status; local
578 lsa_map_status(uint32_t status) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mem.c64 ibt_status_t status; local
71 status = IBTL_HCA2CIHCAOPS_P(hca_hdl)->ibc_register_mr(
74 if (status == IBT_SUCCESS) {
79 return (status);
112 ibt_status_t status; local
117 status = IBTL_HCA2CIHCAOPS_P(hca_hdl)->ibc_register_buf(
120 if (status == IBT_SUCCESS) {
124 return (status);
175 ibt_status_t status; local
179 status
216 ibt_status_t status; local
275 ibt_status_t status; local
324 ibt_status_t status; local
394 ibt_status_t status; local
461 ibt_status_t status; local
502 ibt_status_t status; local
533 ibt_status_t status; local
566 ibt_status_t status; local
595 ibt_status_t status; local
682 ibt_status_t status; local
718 ibt_status_t status; local
756 ibt_status_t status; local
794 ibt_status_t status; local
823 ibt_status_t status; local
903 ibt_status_t status; local
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_cache.c100 int status; local
108 status = uscsi_mode_sense(cur_file, DAD_MODE_CACHE,
112 if (status == 0) {
129 int status; local
139 status = uscsi_mode_sense(cur_file, DAD_MODE_CACHE,
143 if (status == 0) {
145 status = uscsi_mode_sense(cur_file, DAD_MODE_CACHE,
148 if (status != 0) {
149 status = uscsi_mode_sense(cur_file,
154 if (status
190 int status; local
251 int status; local
280 int status; local
341 int status; local
[all...]
H A Ddisk_generic.c95 int status; local
100 status = generic_rdwr(DIR_READ, cur_file, 0, 4, (caddr_t)cur_buf,
102 return (!status);
121 offset_t tmpsec, status, tmpblk; local
132 status = llseek(fd, tmpblk, SEEK_SET);
133 if (status != tmpblk) {
134 ret = (int)status;
138 status = read(fd, bufaddr, (size_t)tmpsec);
139 if (status != tmpsec)
144 status
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_lock.c46 uint32_t status; local
66 status = smb2sr_lookup_fid(sr, &smb2fid);
67 if (status)
70 status = NT_STATUS_INVALID_PARAMETER;
74 status = NT_STATUS_INSUFFICIENT_RESOURCES;
95 status = NT_STATUS_INVALID_PARAMETER;
119 status = NT_STATUS_INVALID_PARAMETER;
128 status = smb2sr_go_async(sr, smb2_lock_async);
133 status = smb2_lock_exec(sr, LockCount);
134 if (status)
157 uint32_t status; local
214 uint32_t status = 0; local
253 uint32_t status; local
[all...]
H A Dsmb2_change_notify.c45 uint32_t status; local
63 status = smb2sr_lookup_fid(sr, &smb2fid);
64 if (status)
69 status = NT_STATUS_INVALID_PARAMETER;
77 status = smb2sr_go_async(sr, smb2_change_notify_async);
79 ASSERT(status != 0);
80 smb2sr_put_error(sr, status);
93 uint32_t status; local
112 status = smb2sr_lookup_fid(sr, &smb2fid);
113 if (status !
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dprint-job.c45 papi_status_t status; local
68 ipp_set_status(response, status, "printer-uri: %s",
69 papiStatusString(status));
151 status = papiJobStreamOpen(svc, queue, job_attributes, NULL, &s);
153 if (status != PAPI_OK) {
154 ipp_set_status(response, status, "job submission: %s",
155 ipp_svc_status_mesg(svc, status));
156 return (status);
160 while ((status == PAPI_OK) && ((rc = iread(fd, buf, sizeof (buf))) > 0))
161 status
[all...]
H A Dcups-get-default.c43 papi_status_t status; local
61 status = papiPrinterQuery(svc, DEFAULT_DEST, req_attrs, NULL, &p);
62 if (status != PAPI_OK) {
63 ipp_set_status(response, status, "query default: %s",
64 ipp_svc_status_mesg(svc, status));
66 return (status);
80 return (status);
H A Ddisable-printer.c41 papi_status_t status; local
58 ipp_set_status(response, status, "printer-uri: %s",
59 papiStatusString(status));
70 if ((status = papiPrinterDisable(svc, queue, message)) != PAPI_OK) {
71 ipp_set_status(response, status, "disable failed: %s: %s",
73 ipp_svc_status_mesg(svc, status));
76 return (status);
H A Dpurge-jobs.c41 papi_status_t status; local
57 ipp_set_status(response, status, "printer-uri: %s",
58 papiStatusString(status));
62 if ((status = papiPrinterPurgeJobs(svc, queue, &jobs)) != PAPI_OK) {
63 ipp_set_status(response, status, "purge failed: %s: %s",
65 ipp_svc_status_mesg(svc, status));
70 return (status);
H A Dset-printer-attributes.c41 papi_status_t status; local
68 status = papiPrinterModify(svc, queue, printer_attributes, &p);
69 if (status != PAPI_OK) {
70 ipp_set_status(response, status, "printer modification: %s",
71 ipp_svc_status_mesg(svc, status));
72 return (status);
82 return (status);
/illumos-gate/usr/src/lib/libgss/
H A Dg_inq_context_oid.c44 OM_uint32 status; local
64 status = mech->gss_inquire_sec_context_by_oid(minor_status,
68 if (status != GSS_S_COMPLETE)
71 status = GSS_S_BAD_MECH;
73 return status;
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_sr.c73 DAT_RETURN status; local
75 status = dat_os_lock_init(&g_sr_lock);
76 if (DAT_SUCCESS != status) {
77 return (status);
80 status = dat_dictionary_create(&g_sr_dictionary);
81 if (DAT_SUCCESS != status) {
82 return (status);
104 DAT_RETURN status; local
106 status = dat_os_lock_destroy(&g_sr_lock);
107 if (DAT_SUCCESS != status) {
129 DAT_RETURN status; local
233 DAT_RETURN status; local
310 DAT_RETURN status; local
362 DAT_RETURN status; local
[all...]
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c120 krb5_error_code status = 0; local
128 status = profile_get_string(kcontext->profile,
138 if (status) {
154 krb5_error_code status = 0; local
159 status = profile_get_string(kcontext->profile,
168 if (status) {
174 status = profile_get_string(kcontext->profile, KDB_MODULE_SECTION, value,
180 if (status) {
241 krb5_error_code status; local
252 status
315 krb5_error_code status = 0; local
433 krb5_error_code status = 0; local
481 krb5_error_code status = 0; local
529 krb5_error_code status = 0; local
569 krb5_error_code status = 0; local
611 krb5_error_code status = 0; local
666 krb5_error_code status = 0; local
707 krb5_error_code status = 0; local
739 krb5_error_code status = 0; local
779 krb5_error_code status = 0; local
806 krb5_error_code status = 0; local
834 krb5_error_code status = 0; local
864 krb5_error_code status = 0; local
896 krb5_error_code status = 0; local
929 krb5_error_code status = 0; local
960 krb5_error_code status = 0; local
990 krb5_error_code status = 0; local
1081 krb5_error_code status = 0; local
1116 krb5_error_code status = 0; local
1147 krb5_error_code status = 0; local
1175 krb5_error_code status = 0; local
1205 krb5_error_code status = 0; local
1239 krb5_error_code status = 0; local
1271 krb5_error_code status = 0; local
1400 krb5_error_code status = 0; local
1428 krb5_error_code status; local
1450 krb5_error_code status; local
1490 krb5_error_code status = 0; local
1778 krb5_error_code status = 0; local
1812 krb5_error_code status = 0; local
1840 krb5_error_code status = 0; local
1869 krb5_error_code status = 0; local
1897 krb5_error_code status = 0; local
1926 krb5_error_code status = 0; local
1953 krb5_error_code status = 0; local
1980 krb5_error_code status = 0; local
2027 krb5_error_code status = 0; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Ddaemon.c48 * and waits for the child to send status on whether it
57 int status, pfds[2]; local
64 * and returns non-zero exit status and the child is actually running.
90 if (read(pfds[0], &status, sizeof (status)) == sizeof (status))
91 exit(status);
93 if (waitpid(pid, &status, 0) == pid && WIFEXITED(status))
94 exit(WEXITSTATUS(status));
115 int status = 0; local
[all...]
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi-sun.c49 MP_STATUS status; local
51 if ((status = validate_object(pathOid, MP_OBJECT_TYPE_PATH_LU,
53 return (status);
65 status = PassFunc(pathOid, cmd);
67 status = MP_STATUS_UNSUPPORTED;
70 status = MP_STATUS_FAILED;
74 return (status);
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DExitRecord.java35 * stop the source {@link Consumer}. The exit status is whatever value
50 new String[] {"status"})
75 private final int status; field in class:ExitRecord
78 * Creates an exit record with the given status.
85 status = exitStatus;
89 * Gets the exit status of a DTrace {@link Consumer}.
96 return status;
103 * same status.
106 * an {@code ExitRecord} and both records have the same status
114 return (status
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dpipletr.c38 int status; local
48 while ((w = wait(&status)) != pidval && w != CERROR);
50 status = -errno;
53 return (status);
58 status = ((status>>8)&0xFF); /* extract 8 high order bits */
59 return (status);
66 status -> command exit status
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_create.c58 krb5_error_code status = 0; local
77 status = ENOMEM;
88 if ((status = krb5_ldap_get_db_opt(*t_ptr, &opt, &val)) != 0) {
95 status = EINVAL;
96 krb5_set_error_message (context, status, gettext("'binddn' missing"));
100 status = EINVAL;
101 krb5_set_error_message (context, status, gettext("'binddn' value missing"));
109 status = ENOMEM;
116 status = EINVAL;
117 krb5_set_error_message (context, status, gettex
[all...]
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_kcs.c56 int status; local
59 status = INB(sc, KCS_CTL_STS);
62 for (i = 0; i < timeout_usecs && status & KCS_STATUS_IBF;
65 status = INB(sc, KCS_CTL_STS);
69 for (i = 0; i < timeout_usecs && !(status & KCS_STATUS_IBF);
72 status = INB(sc, KCS_CTL_STS);
75 return (status);
81 int status; local
84 status = INB(sc, KCS_CTL_STS);
87 for (i = 0; i < timeout_usecs && status
104 kcs_clear_obf(struct ipmi_softc *sc, int status) argument
115 int retry, status; local
182 int retry, status; local
218 int status; local
240 int status; local
266 int status; local
488 int status; local
[all...]

Completed in 137 milliseconds

1234567891011>>