Searched refs:result (Results 176 - 200 of 1411) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetareplace.c185 int result; local
202 result = meta_mn_send_command(sp, newargc, newargv,
206 if (result != 0) {
207 md_exit(sp, result);
215 result = meta_mn_send_command(sp, newargc, newargv,
225 if ((result == 0) && (strcmp(miscname, MD_MIRROR) == 0)) {
226 if ((result = meta_mn_send_resync_starting(namep, ep))
230 md_exit(sp, result);
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dclient_handler.s57 ret ! Return result ...
58 restore %o0, %g0, %o0 ! delay; result in %o0
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c92 struct mapid_res result; local
102 result.status = NFSMAPID_INVALID;
103 result.u_res.uid = UID_NOBODY;
117 result.status = NFSMAPID_UNMAPPABLE;
118 result.u_res.uid = UID_NOBODY;
129 result.status = NFSMAPID_UNMAPPABLE;
130 result.u_res.uid = UID_NOBODY;
134 result.u_res.uid = (uid_t)id;
135 result.status = NFSMAPID_NUMSTR;
149 rc = idmap_getuidbywinname(user, domain, 0, &result
190 struct mapid_res result; local
341 struct mapid_res result; local
440 struct mapid_res result; local
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool-sasl.c89 if (interact->result == NULL) {
120 interact->result = (char *)malloc(strlen(defvalue)+1);
121 if ((char *)interact->result != NULL) {
122 strcpy((char *)interact->result,defvalue);
123 interact->len = strlen((char *)(interact->result));
132 if ((char *)interact->result == NULL) {
203 interact->result = (char *) strdup(newvalue);
205 if (interact->result == NULL)
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_resource.c344 iser_vmem_mr_pool_t *result; local
347 result = kmem_zalloc(sizeof (*result), KM_SLEEP);
348 result->ivmp_hca = hca;
349 result->ivmp_mr_flags = arena_mr_flags;
350 result->ivmp_chunksize = chunksize;
351 result->ivmp_max_total_size = max_total_size;
352 mutex_init(&result->ivmp_mutex, NULL, MUTEX_DRIVER, NULL);
353 avl_create(&result->ivmp_mr_list, iser_vmem_mr_compare,
359 avl_add(&result
395 void *result; local
497 iser_mr_t *result = NULL; local
544 iser_mr_t *result = NULL; local
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dfault_iso.h47 /* FMA CPU result codes */
58 uint32_t result; member in struct:__anon10336
75 /* FMA result codes */
86 uint32_t result; member in struct:__anon10338
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.h36 ddi_intr_handle_impl_t *handle, void *result);
38 ddi_intr_handle_impl_t *handle, void *result);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth.c58 nfsauth_access(auth_req *argp, auth_res *result) argument
65 result->auth_perm = NFSAUTH_DENIED;
84 result->auth_perm = check_client(sh, &cln, argp->req_flavor,
86 argp->req_clnt_gids.val, &result->auth_srv_uid,
87 &result->auth_srv_gid, &result->auth_srv_gids.len,
88 &result->auth_srv_gids.val);
92 if (result->auth_perm == NFSAUTH_DENIED) {
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c133 int result; local
142 result = (add) ? ixgbe_multicst_add(ixgbe, mcst_addr)
147 return (result);
781 long result; local
790 (void) ddi_strtol(pr_val, (char **)NULL, 0, &result);
791 if (result < MIN_TX_COPY_THRESHOLD ||
792 result > MAX_TX_COPY_THRESHOLD)
795 ixgbe->tx_copy_thresh = (uint32_t)result;
804 (void) ddi_strtol(pr_val, (char **)NULL, 0, &result);
805 if (result < MIN_TX_RECYCLE_THRESHOL
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dutility.c103 ficl2UnsignedQR result; local
107 result = ficl2UnsignedDivide(v, (ficlUnsigned)radix);
108 *cp++ = digits[result.remainder];
109 v = result.quotient;
129 ficl2UnsignedQR result; local
140 result = ficl2UnsignedDivide(ud, (ficlUnsigned)radix);
141 ud = result.quotient;
142 *cp++ = digits[result.remainder];
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c110 int result; local
183 result = params->canon_user(params->utils->conn,
185 if (result != SASL_OK) {
187 return result;
191 result = params->utils->checkpass(params->utils->conn,
197 if (result != SASL_OK) {
205 return result;
211 result = params->canon_user(params->utils->conn,
213 if (result != SASL_OK) return result;
318 int result; local
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetservbyname_r.c59 getservbyname_r(const char *name, const char *proto, struct servent *result, argument
77 nssout.nss.serv = result;
93 getservbyport_r(int port, const char *proto, struct servent *result, argument
111 nssout.nss.serv = result;
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h109 typedef BIG_ERR_CODE (*big_modexp_ncp_func_ptr)(BIGNUM *result,
126 void mont_mulf_noconv(uint32_t *result, double *dm1, double *dm2, double *dt,
140 BIG_ERR_CODE big_mont_rr(BIGNUM *result, BIGNUM *n);
141 BIG_ERR_CODE big_modexp(BIGNUM *result, BIGNUM *a, BIGNUM *e,
143 BIG_ERR_CODE big_modexp_ext(BIGNUM *result, BIGNUM *a, BIGNUM *e,
145 BIG_ERR_CODE big_modexp_crt(BIGNUM *result, BIGNUM *a, BIGNUM *dmodpminus1,
148 BIG_ERR_CODE big_modexp_crt_ext(BIGNUM *result, BIGNUM *a, BIGNUM *dmodpminus1,
153 BIG_ERR_CODE big_div_pos(BIGNUM *result, BIGNUM *remainder,
157 BIG_ERR_CODE big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
158 BIG_ERR_CODE big_add_abs(BIGNUM *result, BIGNU
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c234 authattr_t *result; local
270 result = getauthnam(authname);
271 if (result == NULL) {
273 free_authattr(result);
276 free_authattr(result);
312 profattr_t *result; local
323 result = getprofnam(profname);
324 if (result == NULL) {
328 free_profattr(result);
347 userattr_t *result; local
[all...]
/illumos-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c69 int result; local
130 if ((result = lock_db(dbdst)) == 0) {
132 result = build_dict_database(dbsrc, dbdst);
135 if (result != 0)
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_door.c128 * Returns: result returned in door response or VS_STATUS_ERROR
136 uint32_t result = 0; local
149 arg.rbuf = (char *)&result;
164 result = VS_STATUS_ERROR;
172 return (result);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddnlc.c66 uintptr_t result, addr = wsp->walk_addr; local
84 result = addr;
95 return (wsp->walk_callback(result, &result, wsp->walk_cbdata));
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c1879 long result; local
1883 if (ddi_strtol(pr_val, (char **)NULL, 0, &result))
1888 if ((result > 1) || (result < 0))
1893 pUM->hwinit.lnkcfg.param_2500fdx = (uint32_t)result;
1894 pUM->curcfg.lnkcfg.param_2500fdx = (uint32_t)result;
1899 if (ddi_strtol(pr_val, (char **)NULL, 0, &result))
1904 if ((result > 1) || (result < 0))
1909 pUM->hwinit.lnkcfg.param_txpause = (uint32_t)result;
[all...]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetprojent.c74 ns_ldap_result_t *result = be->result; local
78 if (result == NULL)
82 if (argp->buf.result != NULL) {
95 name = __ns_ldap_getAttr(result->entry, _PROJ_NAME);
100 id = __ns_ldap_getAttr(result->entry, _PROJ_PROJID);
105 descr = __ns_ldap_getAttr(result->entry, _PROJ_DESCR);
114 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS);
136 groups = __ns_ldap_getAttrStruct(result->entry, _PROJ_GROUPS);
156 attr = __ns_ldap_getAttr(result
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetspent.c72 getspnam_r(nam, b->result, b->buffer, b->buflen));
81 getspent_r(b->result, b->buffer, b->buflen));
90 fgetspent_r(f, b->result, b->buffer, b->buflen));
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dladd.s62 ld [%sp+(16*4)],%o0 ! address to store result into
63 st %o2,[%o0+0] ! store result, dl_hop
65 st %o3,[%o0+4] ! store result, dl_lop
H A Dlsub.s61 ld [%sp+(16*4)],%o0 ! address to store result into
62 st %o2,[%o0] ! store result.dl_hop
64 st %o3,[%o0+4] ! store result.dl_lop
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dcopysign.s42 subl $8,%esp / set up loading dock for result
43 movl %ecx,(%esp) / copy lo_32(result) to loading dock
44 movl %eax,4(%esp) / copy hi_32(result) to loading dock
H A Dcopysignl.s42 subl $12,%esp / set up loading dock for result
43 movl %edx,(%esp) / copy lo_32(result's sgnfcnd)
45 movl %ecx,4(%esp) / copy hi_32(result's sgnfcnd)
47 movl %eax,8(%esp) / copy sign&bexp(result)
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_door.c115 uint32_t result = VS_STATUS_ERROR; local
120 result = vs_svc_queue_scan_req(scan_req);
123 (void) door_return((char *)&result, sizeof (uint32_t), NULL, 0);

Completed in 125 milliseconds

1234567891011>>