Searched refs:ret (Results 451 - 475 of 2868) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dlock.s39 ret
49 ret
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_private.h70 directory_error_t directory_get_v(directory_t d, directory_entry_list_t *ret,
73 directory_error_t directory_get_l(directory_t d, directory_entry_list_t *ret,
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c147 unsigned long ret; local
162 "=a" (ret)
168 return (int) (ret & 0xff00) >> 8;
174 unsigned long ret; local
189 "=a" (ret)
195 return (int) (ret & 0xff00) >> 8;
201 unsigned long ret; local
216 "=a" (ret)
222 return (int) (ret & 0xff00) >> 8;
228 unsigned long ret; local
255 unsigned long ret; local
282 unsigned long ret; local
[all...]
/illumos-gate/usr/src/cmd/powertop/common/
H A Dturbo.c179 int ret = 0; local
181 if ((ret = pt_turbo_init()) != 0)
182 return (ret);
184 if ((ret = pt_turbo_snapshot(cpu_turbo_info)) != 0)
187 return (ret);
201 int ret; local
207 if ((ret = pt_turbo_snapshot(t_new)) != 0) {
209 return (ret);
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_stat.c45 int ret, t_ret; local
50 if ((ret = __db_statchk(dbp, flags)) != 0)
51 return (ret);
53 if ((ret = dbp->cursor(dbp, NULL, &dbc, 0)) != 0)
54 return (ret);
64 if ((ret = __os_malloc(sizeof(*sp), db_malloc, &sp)) != 0)
71 if ((ret = __bam_lget(dbc, 0, pgno, DB_LOCK_READ, &lock)) != 0)
73 if ((ret = memp_fget(dbp->mpf, &pgno, 0, (PAGE **)&h)) != 0)
85 if ((ret = __bam_lget(dbc, 0, pgno, DB_LOCK_READ, &lock)) != 0)
87 if ((ret
[all...]
H A Dbt_rec.c51 int cmp_n, cmp_p, modified, ret; local
68 if ((ret = memp_fget(mpf, &pgno, 0, &meta)) != 0) {
73 if ((ret = memp_fget(mpf, &argp->pgno, DB_MPOOL_CREATE, &pagep)) != 0) {
104 if ((ret = memp_fput(mpf, pagep, modified ? DB_MPOOL_DIRTY : 0)) != 0) {
124 if ((ret = memp_fput(mpf, meta, modified ? DB_MPOOL_DIRTY : 0)) != 0)
128 ret = 0;
155 int cmp_n, cmp_p, modified, ret; local
165 if ((ret = memp_fget(mpf, &argp->pgno, 0, &pagep)) != 0) {
194 if ((ret = memp_fput(mpf, pagep, modified ? DB_MPOOL_DIRTY : 0)) != 0)
202 if ((ret
254 int l_update, p_update, r_update, ret, rootsplit, t_ret; local
526 int cmp_n, cmp_p, modified, ret; local
613 int cmp_n, cmp_p, modified, ret; local
679 int cmp_n, cmp_p, modified, ret; local
756 int cmp_n, cmp_p, modified, ret; local
822 int cmp_n, cmp_p, modified, ret; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_auto.c39 int ret; local
55 if ((ret = __os_malloc(logrec.size, NULL, &logrec.data)) != 0)
56 return (ret);
95 ret = __log_put(logp, ret_lsnp, (DBT *)&logrec, flags);
99 return (ret);
117 int ret; local
125 if ((ret = __log_register_read(dbtp->data, &argp)) != 0)
126 return (ret);
170 int ret; local
172 ret
209 int ret; local
224 int ret; local
[all...]
/illumos-gate/usr/src/cmd/acpihpd/
H A Dnotify.c121 cfga_err_t ret; local
137 ret = config_change_state(CFGA_CMD_CONNECT, apid_num, apids,
139 if (ret != CFGA_OK) {
141 "ret = %d, errstr = '%s'", apids[0], ret, estrp);
146 ret = config_change_state(CFGA_CMD_CONFIGURE, apid_num, apids,
148 if (ret != CFGA_OK) {
150 "ret = %d, errstr = '%s'", apids[0], ret, estrp);
155 ret
[all...]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCStyle.py55 ret, tmpfile = processcheck('cstyle', options, fh, output)
63 return ret
H A DComments.py75 ret = 0
144 ret = 1
147 ret = 1
154 ret = 1
161 ret = 1
167 ret = 1
173 ret = 1
181 return ret
H A DJStyle.py54 ret, tmpfile = processcheck('jstyle', options, fh, output)
63 return ret
H A DManLint.py49 ret, tmpfile = processcheck('mandoc', options, fh, output)
57 return ret
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dinz_split_vpp.c37 int ret, i; local
52 ret = memcntl(buf + clroff, clrsz, MC_INHERIT_ZERO, 0, 0, 0);
53 assert(ret == 0);
55 ret = munmap(buf + spltoff, spltsz);
56 assert(ret == 0);
74 ret = waitid(P_PID, child, &info, WEXITED);
75 } while (ret == -1 && errno == EINTR);
76 assert(ret == 0);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ctl.c101 ibt_status_t ret; local
110 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION);
111 if (ret != IBT_SUCCESS) {
113 "ibt_enable_cq_notify() failed, ret=%d", ret);
119 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
152 ibt_status_t ret; local
168 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &sz);
169 if (ret != IBT_SUCCESS) {
171 "ibt_alloc_cq(cq_sz=0x%lx) failed, ret
219 ibt_status_t ret; local
296 ibt_status_t ret; local
369 ibt_status_t ret; local
416 ibt_status_t ret; local
[all...]
H A Denx_main.c190 int ret; local
192 if ((ret = mod_install(&enx_modlinkage)) == 0)
195 return (ret);
201 int ret; local
203 if ((ret = mod_remove(&enx_modlinkage)) == 0)
206 return (ret);
350 int ret; local
354 ret = (ss) ? DDI_SUCCESS : DDI_FAILURE;
357 ret = DDI_SUCCESS;
359 ret
375 int ret; local
419 int ret = NDI_SUCCESS; local
454 int ret; local
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Ddesctbls_asm.s65 ret
70 ret
81 ret
90 ret
117 ret
128 ret
139 ret
151 ret
195 ret
200 ret
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_owner_001_pos.ksh121 typeset ret new_owner
128 ret=$?
135 if [[ $ret -eq 0 ]]; then
139 "but return code is $ret."
142 elif [[ $ret -ne 0 && $new_owner != $old_owner ]]; then
144 "but return code is $ret."
148 return $ret
157 typeset ret new_group
164 ret=$?
171 if [[ $ret
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c48 int cmp_n, cmp_p, ret; local
53 if ((ret = memp_fget(mpf, &argp->pgno, 0, &pagep)) != 0) {
63 if ((ret = memp_fget(mpf,
75 if ((ret = __db_pitem(dbc, pagep, argp->indx, argp->nbytes,
85 if ((ret = __db_ditem(dbc,
97 if ((ret = memp_fput(mpf, pagep, change)) != 0)
101 ret = 0;
122 int change, cmp_n, cmp_p, ret; local
127 if ((ret = memp_fget(mpf, &argp->pgno, 0, &pagep)) != 0)
137 if ((ret
197 int cmp_n, cmp_p, ret; local
350 int modified, ret; local
403 int cmp_n, cmp_p, modified, ret; local
518 int cmp_n, cmp_p, ret; local
599 int ret; local
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c456 int ret = SA_OK; local
529 ret = sa_add_property(sec->security,
538 ret = sa_add_property(sec->security, prop);
540 if (ret == SA_OK && !iszfs) {
541 ret = sa_commit_properties(sec->security, !persist);
544 return (ret);
574 int ret = 0; local
578 while (token != NULL && ret == 0) {
593 ret = !nfs_validate_security_mode(tok);
594 if (ret)
621 int ret = SA_OK; local
825 int ret = 1; local
919 int ret = SA_OK; local
2049 int ret = SA_OK; local
2116 int ret = SA_OK; local
2141 int ret = SA_OK; local
2174 int ret = SA_OK; local
2193 int ret = SA_OK; local
2632 int ret = SA_OK; local
2654 scf_type_t ret; local
2721 int ret = SA_OK, bufsz = 0, i; local
2819 int ret = SA_OK; local
2875 int ret = B_FALSE; local
2899 int ret; local
2992 int ret = B_TRUE; local
3039 int ret = SA_OK; local
3141 int ret = SA_OK; local
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c27 krb5_error_code ret = 0; local
62 ret = PKCS_ERR;
65 return (ret);
77 krb5_error_code ret = 0; local
130 ret = setup_arcfour_crypto(session, key, &algos, kptr);
131 if (ret)
143 ret = PKCS_ERR;
168 ret = PKCS_ERR;
171 if (ret)
180 ret
194 krb5_error_code ret = 0; local
300 krb5_error_code ret = 0; local
[all...]
/illumos-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c102 int ret = BE_PY_SUCCESS; local
121 if ((ret = be_create_snapshot(beAttrs)) != 0) {
123 return (Py_BuildValue("[is]", ret, NULL));
133 retVals = Py_BuildValue("[is]", ret, snapName);
139 return (Py_BuildValue("[is]", ret, NULL));
173 int ret = BE_PY_SUCCESS; local
232 if ((ret = be_copy(beAttrs)) != BE_SUCCESS) {
234 return (Py_BuildValue("[iss]", ret, NULL, NULL));
260 ret = be_copy(beAttrs);
262 return (Py_BuildValue("[iss]", ret, NUL
286 int ret = BE_PY_SUCCESS; local
414 int ret = BE_PY_SUCCESS; local
457 int ret = BE_PY_SUCCESS; local
514 int ret = BE_PY_SUCCESS; local
558 int ret = BE_PY_SUCCESS; local
603 int ret = BE_PY_SUCCESS; local
647 int ret = BE_PY_SUCCESS; local
701 int ret = BE_PY_SUCCESS; local
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c138 scf_simple_prop_t *ret; local
145 if ((ret = malloc(sizeof (*ret))) == NULL) {
150 ret->pr_next = NULL;
151 ret->pr_pg = NULL;
152 ret->pr_iter = 0;
155 ret->pr_pgname = strdup(SCF_PG_APP_DEFAULT);
157 ret->pr_pgname = strdup(pgname);
159 if (ret->pr_pgname == NULL) {
161 free(ret);
485 int ret = -1; local
525 int ret = -1; local
655 int ret = -1; local
720 int trans, ret = -1; local
921 int ret = -1; local
968 int ret = -1; local
1022 int ret = -1; local
1056 int ret = -1; local
1256 int ret; local
1284 char *ret; local
1325 scf_simple_handle_t *ret; local
1454 int ret = SCF_FAILED; local
1573 int ret = SCF_FAILED; local
1657 scf_simple_prop_t *ret; local
1791 scf_simple_app_props_t *ret = NULL; local
2369 union scf_simple_prop_val *ret; local
2383 union scf_simple_prop_val *ret; local
2397 union scf_simple_prop_val *ret; local
2410 union scf_simple_prop_val *ret; local
2426 union scf_simple_prop_val *ret; local
2439 union scf_simple_prop_val *ret; local
2452 union scf_simple_prop_val *ret; local
2640 int ret = 0; local
2771 int error = 0, ret; local
2926 int error = 0, ret = 1, r; local
3036 uint8_t *ret; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dsend.c152 int ret = 0; local
176 ret = -ENOMEM;
198 ret = conn->c_trans->xmit_cong_map(conn, conn->c_lcong,
200 if (ret <= 0)
203 conn->c_map_offset += ret;
204 conn->c_map_bytes -= ret;
240 ret = PTR_ERR(rm);
324 ret = conn->c_trans->xmit_rdma(conn, rm->m_rdma_op);
325 if (ret)
337 ret
452 int ret = 1; local
888 int ret = 0; local
943 int ret = 0; local
1148 int ret = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddm2s.c204 int ret; local
210 if ((ret = mod_install(&modlinkage)) != 0) {
211 cmn_err(CE_WARN, "mod_install failed, error = %d", ret);
214 return (ret);
223 int ret; local
225 if ((ret = mod_remove(&modlinkage)) != 0) {
226 return (ret);
229 return (ret);
323 int ret = DDI_FAILURE; local
333 ret
392 int ret = 0; local
677 int ret; local
778 int ret; local
904 int ret; local
967 int ret; local
1056 int ret; local
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_rename.c73 int zret = 0, ret = BE_SUCCESS; local
142 ret = zfs_err_to_be_err(g_zfs);
144 return (ret);
160 if ((ret = be_get_legacy_fs(bt.obe_name, bt.obe_root_ds, NULL, NULL,
174 ret = zfs_err_to_be_err(g_zfs);
183 ret = zfs_err_to_be_err(g_zfs);
194 ret = zfs_err_to_be_err(g_zfs);
203 ret = zfs_err_to_be_err(g_zfs);
208 if ((ret = be_update_vfstab(bt.nbe_name, bt.obe_zpool, bt.nbe_zpool,
216 if (getzoneid() == GLOBAL_ZONEID && (ret
[all...]

Completed in 121 milliseconds

<<11121314151617181920>>