/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc_api.c | 39 fmd_api_1_freeresult(SVCXPRT *xprt, xdrproc_t proc, caddr_t data) argument 41 xdr_free(proc, data);
|
/illumos-gate/usr/src/uts/common/ipp/dlcosmk/ |
H A D | dlcosmk.c | 54 ip_proc_t proc) 82 if ((proc == IPP_LOCAL_IN) || (proc == IPP_FWD_IN)) { 53 dlcosmk_process(mblk_t **mpp, dlcosmk_data_t *dlcosmk_data, uint32_t ill_index, ip_proc_t proc) argument
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | Makefile | 50 proc.o \ 54 proc.c \ 58 proc.po \ 77 proc.o := CPPFLAGS += -D_REENTRANT
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | xdr_refer.c | 63 * proc is the routine to handle the referenced structure. 66 xdr_reference(XDR *xdrs, caddr_t *pp, uint_t size, const xdrproc_t proc) argument 85 stat = (*proc)(xdrs, loc, LASTUNSIGNED);
|
H A D | clnt_raw.c | 144 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, argument 171 (!XDR_PUTINT32(xdrs, (int32_t *)&proc)) || 191 msg.acpted_rply.ar_results.proc = xresults; 228 clnt_raw_send(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) argument 250 (!XDR_PUTINT32(xdrs, (int32_t *)&proc)) ||
|
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_rmt.h | 35 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | makeprctab.c | 38 } proc[] = { variable in typeref:struct:xx 105 for (p = proc; p->token != 0; p++) 106 if (p == proc || strcmp(p->name, (p-1)->name)) 108 for (p = proc; p->token != 0; p++) 118 for (p = proc; p->token != 0; p++)
|
/illumos-gate/usr/src/cmd/ptools/pwdx/ |
H A D | pwdx.c | 41 char cwd[MAXPATHLEN], proc[128]; local 52 (void) snprintf(proc, sizeof (proc), "/proc/%d/path/cwd", 55 if ((ret = readlink(proc, cwd, sizeof (cwd) - 1)) <= 0) {
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_sample.c | 84 proc_list *proc; local 97 for (proc = vp->procs; proc != NULL; proc = proc->next) { 101 if (!streq(proc->res_type, "oneway")) { 103 if (!streq(proc->res_type, "void")) 104 ptype(proc->res_prefix, 105 proc->res_type, 1); 111 ptype(proc 214 proc_list *proc; local [all...] |
H A D | rpc_clntout.c | 79 proc_list *proc; local 82 for (proc = vp->procs; proc != NULL; proc = proc->next) { 85 ptype(proc->res_prefix, proc->res_type, 1); 87 pvname(proc->proc_name, vp->vers_num); 88 printarglist(proc, RESULT, "clnt", "CLIENT *"); 91 pvname(proc 112 printarglist(proc_list *proc, char *result, char *addargname, char *addargtype) argument 231 printbody(proc_list *proc) argument [all...] |
H A D | rpc_tblout.c | 91 proc_list *proc; local 113 for (proc = vp->procs; proc != NULL; proc = proc->next) { 114 current = atoi(proc->proc_num); 136 pvname_svc(proc->proc_name, vp->vers_num); 140 pvname(proc->proc_name, vp->vers_num); 145 if (proc->arg_num > 1) 146 printit(NULL, proc [all...] |
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rwall_subr.c | 116 wallprog_1_freeresult(SVCXPRT *transp, xdrproc_t proc, caddr_t arg) argument
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ipp_common.h | 46 /* Whether ip policy is enabled at callout position proc */ 47 #define IPP_ENABLED(proc, ipst) ((ipp_action_count != 0) && \ 48 (~((ipst)->ips_ip_policy_mask) & (proc))) 66 ip_proc_t proc; member in struct:ip_priv
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | pmap_rmt.h | 57 rpcproc_t proc; member in struct:rmtcallargs
|
H A D | xdr_refer.c | 65 * proc is the routine to handle the referenced structure. 68 xdr_reference(XDR *xdrs, caddr_t *pp, uint_t size, const xdrproc_t proc) argument 88 stat = (*proc)(xdrs, loc, LASTUNSIGNED);
|
/illumos-gate/usr/src/uts/common/ipp/dscpmk/ |
H A D | dscpmk.c | 48 dscpmk_process(mblk_t **mpp, dscpmk_data_t *dscpmk_data, ip_proc_t proc) argument 91 if ((proc == IPP_LOCAL_IN) || (proc == IPP_FWD_IN)) {
|
/illumos-gate/usr/src/uts/sun4u/serengeti/os/ |
H A D | sg_unum.c | 56 * is the proc position on the board (0 through 3) and the second index is 79 int proc = SG_PORTID_TO_CPU_POSN(cpuid); local 83 * node and dimm will always be valid. board and proc may be -1 if 86 if ((board == -1) || (proc == -1)) { 98 node, board, proc, dimm, sg_j_number[proc][dimm]);
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_door_encdec.c | 42 smb_common_encode(void *data, xdrproc_t proc, size_t *rsize) argument 48 if (proc == NULL || data == NULL || rsize == NULL) { 53 len = xdr_sizeof(proc, data); 64 if (!proc(&xdrs, data)) { 79 smb_common_decode(char *buf, size_t len, xdrproc_t proc, void *data) argument 88 if (!proc(&xdrs, data))
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 74 uint_t proc; local 78 proc = YPU_DELETE; 81 proc = YPU_INSERT; 84 proc = YPU_CHANGE; 87 proc = YPU_STORE; 132 stat = clnt_call(client, proc,
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | maketab.c | 40 } proc[] = { variable in typeref:struct:xx 146 for (p = proc; p->token != 0; p++)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_solarnet.c | 78 int proc, 91 if (proc < 0 || proc > MAXPROC) 104 procnames_short[proc]); 107 switch (proc) { 156 procnames_short[proc]); 198 (void) sprintf(get_line(0, 0), "Proc = %d (%s)", proc, 199 procnames_long[proc]); 201 switch (proc) { 73 interpret_solarnet_fw( int flags, int type, int xid, int vers, int proc, char *data, int len) argument
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpcb_stat.c | 52 rpcbs_procinfo(int rtype, rpcproc_t proc) argument 57 if ((rtype == RPCBVERS_2_STAT) && (proc > rpcb_highproc_2)) 63 if ((rtype == RPCBVERS_3_STAT) && (proc > rpcb_highproc_3)) 66 if ((rtype == RPCBVERS_4_STAT) && (proc > rpcb_highproc_4)) 69 atomic_add_int((uint_t *)&inf[rtype].info[proc], 1); 172 * rpcbproc - rpcbind proc number on which this was called 176 rpcproc_t proc, char *netid, rpcblist_ptr rbl) 191 (rl->proc == proc) && (strcmp(rl->netid, netid) == 0)) { 222 rl->proc 175 rpcbs_rmtcall(int rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) argument [all...] |
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfpopen.c | 29 #include <proc.h> 143 reg Proc_t* proc; local 169 if (!(proc = procopen(0, av, 0, 0, flags))) 172 (sflags&SF_READ) ? proc->rfd : proc->wfd, sflags|((sflags&SF_RDWR)?0:SF_READ))) || 173 _sfpopen(f, (sflags&SF_READ) ? proc->wfd : -1, proc->pid, pflags) < 0) 176 procclose(proc); 179 procfree(proc);
|
/illumos-gate/usr/src/uts/sun4u/starfire/io/ |
H A D | portctrl.c | 217 pc_madr_add(int lboard, int rboard, int proc, uint_t madr) argument 223 pc_madr_addr = STARFIRE_PC_MADR_ADDR(lboard, rboard, proc); 241 lboard, rboard, proc, madr); 266 lboard, rboard, proc, madr);
|
/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) 77 my_key_call(rpcproc_t proc, xdrproc_t xdr_arg, char *arg, argument 85 if (proc == KEY_ENCRYPT_PK && __key_encryptsession_pk_LOCAL) { 96 if (proc == KEY_DECRYPT_PK && __key_decryptsession_pk_LOCAL) { 107 if (proc == KEY_GEN && __key_gendes_LOCAL) { 119 if ((proc == KEY_ENCRYPT_PK) || (proc == KEY_DECRYPT_PK) || 120 (proc == KEY_NET_GET) || (proc == KEY_NET_PUT) || 121 (proc [all...] |