Home
last modified time | relevance | path

Searched refs:xargs (Results 1 – 25 of 45) sorted by relevance

12

/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c216 free_xargs(xargs) in free_xargs() argument
217 xargs_t xargs; in free_xargs()
219 if (xargs.dn)
220 free (xargs.dn);
221 if (xargs.linkdn)
222 free(xargs.linkdn);
223 if (xargs.containerdn)
224 free (xargs.containerdn);
225 if (xargs.tktpolicydn)
226 free (xargs.tktpolicydn);
[all …]
/titanic_50/usr/src/lib/libbc/inc/include/rpc/
H A Dsvc.h109 #define SVC_GETARGS(xprt, xargs, argsp) \ argument
110 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
111 #define svc_getargs(xprt, xargs, argsp) \ argument
112 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
119 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument
120 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
121 #define svc_freeargs(xprt, xargs, argsp) \ argument
122 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
H A Dclnt.h139 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
140 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
141 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
142 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c69 clnt_call(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_call() argument
72 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp, in clnt_call()
77 clnt_send(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_send() argument
79 return ((*(cl)->cl_ops->cl_send)(cl, proc, xargs, argsp)); in clnt_send()
131 svc_freeargs(SVCXPRT *xprt, xdrproc_t xargs, char *argsp) in svc_freeargs() argument
133 return ((*(xprt)->xp_ops->xp_freeargs)(xprt, xargs, argsp)); in svc_freeargs()
137 svc_getargs(SVCXPRT *xprt, xdrproc_t xargs, char *argsp) in svc_getargs() argument
139 return ((*(xprt)->xp_ops->xp_getargs)(xprt, xargs, argsp)); in svc_getargs()
H A Dclnt_raw.c144 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_raw_call() argument
173 (!(*xargs)(xdrs, argsp))) in clnt_raw_call()
228 clnt_raw_send(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_raw_send() argument
252 (!(*xargs)(xdrs, argsp))) in clnt_raw_send()
H A Dclnt_bcast.c102 const rpcproc_t proc, const xdrproc_t xargs, caddr_t argsp, in rpc_broadcast_exp() argument
273 barg.xdr_args = xargs; in rpc_broadcast_exp()
304 barg_pmap.xdr_args = xargs; in rpc_broadcast_exp()
630 const xdrproc_t xargs, caddr_t argsp, xdrproc_t const xresults, in rpc_broadcast() argument
633 return (rpc_broadcast_exp(prog, vers, proc, xargs, argsp, in rpc_broadcast()
H A Dclnt_dg.c261 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_dg_call() argument
317 (!xargs(xdrs, argsp))) { in clnt_dg_call()
326 ((char *)u) - cu->cu_outbuf, xdrs, xargs, argsp)) { in clnt_dg_call()
621 clnt_dg_send(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_dg_send() argument
655 (!xargs(xdrs, argsp))) { in clnt_dg_send()
664 ((char *)u) - cu->cu_outbuf, xdrs, xargs, argsp)) { in clnt_dg_send()
H A Dclnt_door.c175 clnt_door_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_door_call() argument
216 (!(*xargs)(&xdrs, argsp))) { in clnt_door_call()
298 clnt_door_send(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_door_send() argument
/titanic_50/usr/src/cmd/xargs/
H A DMakefile26 PROG= xargs
28 ROOTXPG6SYMLINK= $(ROOTXPG6BIN)/xargs
30 OBJS1= xargs.o
/titanic_50/usr/src/uts/common/rpc/
H A Dsvc.h544 #define SVC_GETARGS(clone_xprt, xargs, argsp) \ argument
545 (*(clone_xprt)->xp_ops->xp_getargs)((clone_xprt), (xargs), (argsp))
550 #define SVC_FREEARGS(clone_xprt, xargs, argsp) \ argument
551 (*(clone_xprt)->xp_ops->xp_freeargs)((clone_xprt), (xargs), (argsp))
601 #define SVC_GETARGS(xprt, xargs, argsp) \ argument
602 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
603 #define svc_getargs(xprt, xargs, argsp) \ argument
604 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
611 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument
612 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
[all …]
H A Dclnt.h533 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
534 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
535 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
536 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
549 #define CLNT_SEND(rh, proc, xargs, argsp) \ argument
550 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
551 #define clnt_send(rh, proc, xargs, argsp) \ argument
552 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_provider.c238 dt_node_t *xargs, *nargs; in dt_probe_discover() local
294 xargs = dt_probe_alloc_args(pvp, xc); in dt_probe_discover()
297 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL)) in dt_probe_discover()
310 nargs, nc, xargs, xc)) == NULL) { in dt_probe_discover()
410 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) in dt_probe_create() argument
426 assert(xargs == NULL); in dt_probe_create()
428 xargs = nargs; in dt_probe_create()
445 prp->pr_xargs = xargs; in dt_probe_create()
461 for (i = 0; i < xargc; i++, xargs = xargs->dn_list) { in dt_probe_create()
462 if (xargs->dn_string != NULL) in dt_probe_create()
[all …]
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c89 idn_xdcargs_t xargs);
98 idn_xdcargs_t xargs);
100 idn_xdcargs_t xargs);
178 idn_xdcargs_t xargs);
198 idn_xdcargs_t xargs);
204 idn_xdcargs_t xargs);
206 idn_xdcargs_t xargs);
208 idn_xdcargs_t xargs);
210 idn_xdcargs_t xargs);
212 idn_xdcargs_t xargs);
[all …]
/titanic_50/usr/src/test/util-tests/tests/
H A DMakefile17 SUBDIRS = dladm printf xargs
18 SUBDIRS = dladm libnvpair_json libsff printf xargs
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dclnt.h105 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
106 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
H A Dclnt_budp.c227 clntbudp_call(cl, proc, xargs, argsp, xresults, resultsp, utimeout) in clntbudp_call() argument
230 xdrproc_t xargs; /* xdr routine for args */
282 (! (*xargs)(xdrs, argsp)))
H A Dclnt_btcp.c282 xdrproc_t xargs, in clntbtcp_call() argument
326 (! (*xargs)(xdrs, argsp))) { in clntbtcp_call()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-xopen-xcu6.mf55 link path=usr/xpg6/bin/xargs target=../../bin/xargs
/titanic_50/usr/src/cmd/dircmp/
H A Ddircmp.sh162 cat $TEMPDIR/dc$$f | xargs ls -lLgnd | \
168 cat $TEMPDIR/dc$$f | xargs ls -lLgnd | \
/titanic_50/usr/src/cmd/svc/milestone/
H A Drmtmpfiles83 /usr/bin/xargs /usr/bin/rm -rf -- 2>/dev/null
/titanic_50/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh243 grep "^dsvol:" | cut -d' ' -f3 | sort | uniq | xargs`
1266 …modinfo | grep '(nws:' | grep -v "kRPC Stub" | sort -r | cut -d' ' -f1 | xargs -l modunload -i 2>/…
1267 …modinfo | grep '(nws:' | grep -v "kRPC Stub" | sort -r | cut -d' ' -f1 | xargs -l modunload -i 2>/…
/titanic_50/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c217 clntudp_call(cl, proc, xargs, argsp, xresults, resultsp, utimeout) in clntudp_call() argument
220 xdrproc_t xargs; /* xdr routine for args */
264 (! (*xargs)(xdrs, argsp)))
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile40 GREP= find . \( -name SCCS -prune -o -name '*.[ch]' \) -print | sort | xargs grep
/titanic_50/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s352 ldxa [%g2]ASI_INTR_RECEIVE, %g2 ! g2 = xargs[0,1]
353 ldxa [%g4]ASI_INTR_RECEIVE, %g4 ! g4 = xargs[2,3]
/titanic_50/usr/src/test/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib167 $FIND $1 -type f -print | xargs -i \

12