/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 68 uint_t rslt; in yp_update() local 134 xdr_u_int, (char *)&rslt, total); in yp_update() 143 rslt = YPERR_RPC; in yp_update() 147 return (rslt); in yp_update()
|
/titanic_41/usr/src/cmd/fs.d/nfs/clear_locks/ |
H A D | clear_locks.c | 165 enum clnt_stat rslt; in share_zap() local 169 rslt = rpc_call(server, NLM_PROG, NLM_VERSX, NLM_FREE_ALL, in share_zap() 171 if (rslt != RPC_SUCCESS) { in share_zap() 172 clnt_perrno(rslt); in share_zap()
|
/titanic_41/usr/src/lib/pam_modules/dhkeys/ |
H A D | key_call_uid.c | 78 xdrproc_t xdr_rslt, char *rslt, uid_t uid, gid_t gid) in my_key_call() argument 91 *(cryptkeyres*)rslt = res; in my_key_call() 102 *(cryptkeyres*)rslt = res; in my_key_call() 113 *(des_block*)rslt = res; in my_key_call() 134 rslt, wait_time); in my_key_call()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 529 char *rslt; in format_grouped_double() local 593 rslt = calloc(1, bufsize); in format_grouped_double() 594 if (rslt == NULL) { in format_grouped_double() 598 bufend = rslt + bufsize - 1; /* reserve space for trailing '\0' */ in format_grouped_double() 655 bufsize = bufsize - (bufend - rslt) + 1; in format_grouped_double() 656 (void) memmove(rslt, bufend, bufsize); in format_grouped_double() 658 return (rslt); in format_grouped_double()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | key_call.c | 864 char *rslt, int use_ruid) in key_call_ext() argument 877 *(cryptkeyres*)rslt = res; in key_call_ext() 888 *(cryptkeyres*)rslt = res; in key_call_ext() 899 *(des_block*)rslt = res; in key_call_ext() 923 rslt, wait_time); in key_call_ext() 943 if (CLNT_CALL(clnt, proc, xdr_arg, arg, xdr_rslt, rslt, in key_call_ext() 958 char *rslt) in key_call() argument 960 return (key_call_ext(proc, xdr_arg, arg, xdr_rslt, rslt, 0)); in key_call() 968 xdrproc_t xdr_rslt, char *rslt) in key_call_ruid() argument 970 return (key_call_ext(proc, xdr_arg, arg, xdr_rslt, rslt, 1)); in key_call_ruid()
|
H A D | pmap_clnt.c | 66 bool_t rslt; in pmap_set() local 82 rslt = rpcb_set(program, version, nconf, na); in pmap_set() 86 return (rslt); in pmap_set()
|
H A D | rpcb_clnt.c | 454 bool_t rslt = FALSE; in rpcb_set() local 489 (xdrproc_t)xdr_bool, (char *)&rslt, tottimeout); in rpcb_set() 493 return (rslt); in rpcb_set() 507 bool_t rslt = FALSE; in rpcb_unset() local 526 (xdrproc_t)xdr_bool, (char *)&rslt, tottimeout); in rpcb_unset() 529 return (rslt); in rpcb_unset()
|
/titanic_41/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_idle.c | 838 boolean_t rslt = B_TRUE; in cpu_deep_idle_callb() local 856 rslt = B_FALSE; in cpu_deep_idle_callb() 877 return (rslt); in cpu_deep_idle_callb() 884 boolean_t rslt = B_TRUE; in cpu_idle_cpr_callb() local 899 rslt = B_FALSE; in cpu_idle_cpr_callb() 914 return (rslt); in cpu_idle_cpr_callb()
|
/titanic_41/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 205 uint_t rslt; local 263 rslt = update(netname, 266 if (!svc_sendreply(transp, xdr_u_int, (const caddr_t)&rslt)) {
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 207 uint_t rslt; local 280 rslt = update(netname, args.mapname, op, 283 if (!svc_sendreply(transp, xdr_u_int, (char *)&rslt)) {
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | key_call.c | 232 xdrproc_t xdr_rslt, caddr_t rslt, cred_t *cr) in key_call() argument 298 stat = clnt_call(client, procn, xdr_args, args, xdr_rslt, rslt, in key_call()
|
/titanic_41/usr/src/cmd/filesync/ |
H A D | base.c | 173 int rslt; in add_file_to_list() local 211 rslt = strcmp(name, fp->f_name); in add_file_to_list() 214 if (rslt == 0) { in add_file_to_list() 221 if (rslt < 0) in add_file_to_list()
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_tx.c | 685 uint_t rslt; in nge_reschedule() local 688 rslt = DDI_INTR_UNCLAIMED; in nge_reschedule() 699 rslt = DDI_INTR_CLAIMED; in nge_reschedule() 701 return (rslt); in nge_reschedule()
|
/titanic_41/usr/src/uts/sun4u/lw2plus/io/ |
H A D | lombus.c | 510 boolean_t rslt; in sio_lom_ready() local 520 rslt = (status & SIO_MSR_CTS) != 0 && !sio_faulty(ssp); in sio_lom_ready() 523 status, rslt, ssp->fake_cts); in sio_lom_ready() 525 return (rslt || ssp->fake_cts); in sio_lom_ready() 536 boolean_t rslt; 548 rslt = (status & SIO_EIR_IPF) == 0 && !sio_faulty(ssp); 550 status, rslt); 562 return (rslt);
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 1221 boolean_t rslt; in hpet_use_hpet_timer() local 1322 rslt = hpet_guaranteed_schedule(expire); in hpet_use_hpet_timer() 1325 if (rslt == B_FALSE) { in hpet_use_hpet_timer() 1330 return (rslt); in hpet_use_hpet_timer()
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | crypt.c | 264 #define TO_SIX_BIT(rslt, src) { \ argument 270 rslt = (cvt.b32.i0 & 0x3f3f3f3fL) << 2; \
|
/titanic_41/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_drv.c | 569 mcdcfg_rslt_t rslt; in mc_dimmlist_create() local 580 r4, s4, &rslt) < 0) in mc_dimmlist_create() 583 mc_csdimms_create(mc, mccs, &rslt); in mc_dimmlist_create()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_attach.c | 2240 int i, r, rslt = 0; in pmcs_remove_ihandlers() local 2248 rslt = -1; in pmcs_remove_ihandlers() 2251 return (rslt); in pmcs_remove_ihandlers()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 591 char *rslt);
|