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