/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_principal2.c | 216 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 D | svc.h | 109 #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 D | clnt.h | 139 #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 D | svid_funcs.c | 69 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 D | clnt_raw.c | 144 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 D | clnt_bcast.c | 102 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 D | clnt_dg.c | 261 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 D | clnt_door.c | 175 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 D | Makefile | 26 PROG= xargs 28 ROOTXPG6SYMLINK= $(ROOTXPG6BIN)/xargs 30 OBJS1= xargs.o
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | svc.h | 544 #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 D | clnt.h | 533 #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 D | dt_provider.c | 238 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 D | idn_proto.c | 89 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 D | Makefile | 17 SUBDIRS = dladm printf xargs 18 SUBDIRS = dladm libnvpair_json libsff printf xargs
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 105 #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 D | clnt_budp.c | 227 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 D | clnt_btcp.c | 282 xdrproc_t xargs, in clntbtcp_call() argument 326 (! (*xargs)(xdrs, argsp))) { in clntbtcp_call()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-xopen-xcu6.mf | 55 link path=usr/xpg6/bin/xargs target=../../bin/xargs
|
/titanic_50/usr/src/cmd/dircmp/ |
H A D | dircmp.sh | 162 cat $TEMPDIR/dc$$f | xargs ls -lLgnd | \ 168 cat $TEMPDIR/dc$$f | xargs ls -lLgnd | \
|
/titanic_50/usr/src/cmd/svc/milestone/ |
H A D | rmtmpfiles | 83 /usr/bin/xargs /usr/bin/rm -rf -- 2>/dev/null
|
/titanic_50/usr/src/cmd/avs/dscfg/ |
H A D | dscfgadm.sh | 243 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 D | clnt_udp.c | 217 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 D | Makefile | 40 GREP= find . \( -name SCCS -prune -o -name '*.[ch]' \) -print | sort | xargs grep
|
/titanic_50/usr/src/uts/sun4u/starfire/ml/ |
H A D | idn_asm.s | 352 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 D | mv_files_common.kshlib | 167 $FIND $1 -type f -print | xargs -i \
|