Searched refs:argp (Results 1 - 25 of 181) sorted by relevance

12345678

/freebsd-10.0-release/contrib/amd/amq/
H A Damq.h51 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp);
52 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp);
53 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp);
54 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp);
55 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp);
56 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp);
57 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp);
58 extern int *amqproc_mount_1(voidp argp, CLIENT *rqstp);
59 extern amq_string *amqproc_getvers_1(voidp argp, CLIENT *rqstp);
60 extern int *amqproc_getpid_1(voidp argp, CLIEN
[all...]
H A Damq_clnt.c55 amqproc_null_1(voidp argp, CLIENT *clnt) argument
61 (XDRPROC_T_TYPE) xdr_void, argp,
71 amqproc_mnttree_1(amq_string *argp, CLIENT *clnt) argument
77 (XDRPROC_T_TYPE) xdr_amq_string, (SVC_IN_ARG_TYPE) argp,
87 amqproc_umnt_1(amq_string *argp, CLIENT *clnt) argument
93 (XDRPROC_T_TYPE) xdr_amq_string, (SVC_IN_ARG_TYPE) argp,
103 amqproc_stats_1(voidp argp, CLIENT *clnt) argument
109 (XDRPROC_T_TYPE) xdr_void, argp,
120 amqproc_export_1(voidp argp, CLIENT *clnt) argument
126 (XDRPROC_T_TYPE) xdr_void, argp,
136 amqproc_setopt_1(amq_setopt *argp, CLIENT *clnt) argument
151 amqproc_getmntfs_1(voidp argp, CLIENT *clnt) argument
166 amqproc_mount_1(voidp argp, CLIENT *clnt) argument
181 amqproc_getvers_1(voidp argp, CLIENT *clnt) argument
196 amqproc_getpid_1(voidp argp, CLIENT *clnt) argument
211 amqproc_pawd_1(amq_string *argp, CLIENT *clnt) argument
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_printw.c47 va_list argp; local
51 va_start(argp, fmt);
53 _nc_visbuf(fmt), _nc_varargs(fmt, argp)));
54 va_end(argp);
57 va_start(argp, fmt);
58 code = vwprintw(stdscr, fmt, argp);
59 va_end(argp);
67 va_list argp; local
71 va_start(argp, fmt);
73 win, _nc_visbuf(fmt), _nc_varargs(fmt, argp)));
87 va_list argp; local
108 va_list argp; local
127 vwprintw(WINDOW *win, const char *fmt, va_list argp) argument
[all...]
/freebsd-10.0-release/contrib/amd/libamu/
H A Damu.h67 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp);
68 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp);
69 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp);
70 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp);
71 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp);
72 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp);
73 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp);
74 extern int *amqproc_mount_1(voidp argp, CLIENT *rqstp);
75 extern amq_string *amqproc_getvers_1(voidp argp, CLIENT *rqstp);
/freebsd-10.0-release/contrib/ncurses/form/
H A Dfty_alnum.c58 thisARG *argp = typeMalloc(thisARG, 1); local
60 if (argp)
62 T((T_CREATE("thisARG %p"), argp));
63 argp->width = va_arg(*ap, int);
66 return ((void *)argp);
71 | Function : static void *Copy_ThisType(const void *argp)
78 Copy_This_Type(const void *argp) argument
80 const thisARG *ap = (const thisARG *)argp;
94 | Function : static void Free_This_Type(void *argp)
101 Free_This_Type(void *argp) argument
140 Check_This_Field(FIELD *field, const void *argp) argument
[all...]
H A Dfty_alpha.c58 thisARG *argp = typeMalloc(thisARG, 1); local
60 if (argp)
62 T((T_CREATE("thisARG %p"), argp));
63 argp->width = va_arg(*ap, int);
66 return ((void *)argp);
71 | Function : static void *Copy_This_Type(const void * argp)
78 Copy_This_Type(const void *argp) argument
80 const thisARG *ap = (const thisARG *)argp;
94 | Function : static void Free_This_Type(void *argp)
101 Free_This_Type(void *argp) argument
140 Check_This_Field(FIELD *field, const void *argp) argument
[all...]
H A Dfty_int.c66 thisARG *argp = typeMalloc(thisARG, 1); local
68 if (argp)
70 T((T_CREATE("thisARG %p"), argp));
71 argp->precision = va_arg(*ap, int);
72 argp->low = va_arg(*ap, long);
73 argp->high = va_arg(*ap, long);
75 return (void *)argp;
80 | Function : static void *Copy_This_Type(const void * argp)
87 Copy_This_Type(const void *argp) argument
89 const thisARG *ap = (const thisARG *)argp;
113 Free_This_Type(void *argp) argument
131 Check_This_Field(FIELD *field, const void *argp) argument
[all...]
H A Dfty_enum.c59 enumARG *argp = typeMalloc(enumARG, 1); local
61 if (argp)
67 T((T_CREATE("enumARG %p"), argp));
68 argp->kwds = va_arg(*ap, char **);
72 argp->checkcase = ccase ? TRUE : FALSE;
73 argp->checkunique = cunique ? TRUE : FALSE;
75 kp = argp->kwds;
78 argp->count = cnt;
80 return (void *)argp;
85 | Function : static void *Copy_Enum_Type( const void * argp )
92 Copy_Enum_Type(const void *argp) argument
120 Free_Enum_Type(void *argp) argument
198 Check_Enum_Field(FIELD *field, const void *argp) argument
254 Next_Enum(FIELD *field, const void *argp) argument
292 Previous_Enum(FIELD *field, const void *argp) argument
[all...]
/freebsd-10.0-release/sys/boot/efi/libefi/
H A Dlibefi.c43 arg_skipsep(CHAR16 *argp) argument
46 while (*argp == ' ' || *argp == '\t')
47 argp++;
48 return (argp);
52 arg_skipword(CHAR16 *argp) argument
55 while (*argp && *argp != ' ' && *argp != '\t')
56 argp
86 CHAR16 *argp, *args, **argv; local
[all...]
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dtest.c20 nlm_test_1(argp, clnt)
21 struct nlm_testargs *argp;
27 if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
35 nlm_lock_1(argp, clnt)
36 struct nlm_lockargs *argp;
43 if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
53 nlm_cancel_1(argp, clnt)
54 struct nlm_cancargs *argp;
60 if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
68 nlm_unlock_1(argp, cln
[all...]
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_server.c123 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) argument
125 nlm_sm_notify(argp);
131 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) argument
137 args4.cookie = argp->cookie;
138 args4.exclusive = argp->exclusive;
139 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
155 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) argument
161 args4.cookie = argp->cookie;
162 args4.block = argp->block;
163 args4.exclusive = argp
176 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp) argument
195 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) argument
212 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) argument
230 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) argument
262 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) argument
292 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp) argument
320 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp) argument
346 nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) argument
373 nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp) argument
387 nlm_lock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp) argument
396 nlm_cancel_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp) argument
405 nlm_unlock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp) argument
414 nlm_granted_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp) argument
431 nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp) argument
452 nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp) argument
473 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) argument
494 nlm_free_all_3_svc(nlm_notify *argp, void *result, struct svc_req *rqstp) argument
513 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp) argument
521 nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
529 nlm4_cancel_4_svc(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
537 nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
545 nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
553 nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp) argument
571 nlm4_lock_msg_4_svc(nlm4_lockargs *argp, void *result, struct svc_req *rqstp) argument
589 nlm4_cancel_msg_4_svc(nlm4_cancargs *argp, void *result, struct svc_req *rqstp) argument
607 nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *result, struct svc_req *rqstp) argument
625 nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp) argument
643 nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp) argument
650 nlm4_lock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp) argument
657 nlm4_cancel_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp) argument
664 nlm4_unlock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp) argument
671 nlm4_granted_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp) argument
679 nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp) argument
688 nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp) argument
697 nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
705 nlm4_free_all_4_svc(nlm4_notify *argp, void *result, struct svc_req *rqstp) argument
[all...]
H A Dnlm_prot_clnt.c21 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
24 (xdrproc_t) xdr_nlm_sm_status, (caddr_t) argp,
30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
33 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
42 (xdrproc_t) xdr_nlm_lockargs, (caddr_t) argp,
48 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
51 (xdrproc_t) xdr_nlm_cancargs, (caddr_t) argp,
57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
60 (xdrproc_t) xdr_nlm_unlockargs, (caddr_t) argp,
66 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
75 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
84 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
93 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
102 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
111 nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
120 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
129 nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
138 nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
147 nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
156 nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
165 nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
174 nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
183 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
192 nlm_free_all_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
201 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
210 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
219 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
228 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
237 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
246 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
255 nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
264 nlm4_cancel_msg_4(nlm4_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
273 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
282 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
291 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
300 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
309 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
318 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
327 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
336 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
345 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
354 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
363 nlm4_free_all_4(nlm4_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
[all...]
H A Dnlm.h149 extern void nlm_sm_notify(nlm_sm_status *argp);
158 extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
168 extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
178 extern int nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result,
188 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
198 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
205 extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
208 * Free all locks associated with the hostname argp->name.
210 extern void nlm_do_free_all(nlm4_notify *argp);
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c107 va_list argp; local
113 va_start(argp, fmt);
114 vfprintf(stderr, fmt, argp);
116 va_end(argp);
122 va_list argp; local
125 va_start(argp, fmt);
126 vfprintf(stderr, fmt, argp);
128 va_end(argp);
135 va_list argp; local
138 va_start(argp, fm
[all...]
/freebsd-10.0-release/usr.sbin/rpc.statd/
H A Dtest.c16 sm_stat_1(argp, clnt)
17 struct sm_name *argp;
23 if (clnt_call(clnt, SM_STAT, xdr_sm_name, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
31 sm_mon_1(argp, clnt)
32 struct mon *argp;
38 if (clnt_call(clnt, SM_MON, xdr_mon, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
46 sm_unmon_1(argp, clnt)
47 struct mon_id *argp;
53 if (clnt_call(clnt, SM_UNMON, xdr_mon_id, argp, xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
61 sm_unmon_all_1(argp, cln
[all...]
/freebsd-10.0-release/lib/libc/i386/gen/
H A Dmakecontext.c70 intptr_t *argp; local
124 argp = (intptr_t *)stack_top;
133 *argp = (intptr_t)_ctx_start; /* overwritten with same value */
134 argp++;
135 *argp = (intptr_t)start;
136 argp++;
141 *argp = va_arg(ap, intptr_t);
142 argp++;
147 *argp = (intptr_t)ucp;
158 ucp->uc_mcontext.mc_esi = (int)argp;
[all...]
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_server.c74 ypproc_null_2_svc(void *argp, struct svc_req *rqstp) argument
92 ypproc_domain_2_svc(domainname *argp, struct svc_req *rqstp) argument
105 if (argp == NULL || yp_validdomain(*argp))
114 ypproc_domain_nonack_2_svc(domainname *argp, struct svc_req *rqstp) argument
125 if (argp == NULL || yp_validdomain(*argp))
134 ypproc_match_2_svc(ypreq_key *argp, struct svc_req *rqstp) argument
142 if (yp_access(argp->map, argp
204 ypproc_first_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) argument
236 ypproc_next_2_svc(ypreq_key *argp, struct svc_req *rqstp) argument
319 ypproc_xfr_2_svc(ypreq_xfr *argp, struct svc_req *rqstp) argument
424 ypproc_clear_2_svc(void *argp, struct svc_req *rqstp) argument
486 ypproc_all_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) argument
573 ypproc_master_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) argument
621 ypproc_order_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) argument
728 ypproc_maplist_2_svc(domainname *argp, struct svc_req *rqstp) argument
791 ypoldproc_null_1_svc(void *argp, struct svc_req *rqstp) argument
797 ypoldproc_domain_1_svc(domainname *argp, struct svc_req *rqstp) argument
803 ypoldproc_domain_nonack_1_svc(domainname *argp, struct svc_req *rqstp) argument
812 ypoldproc_match_1_svc(yprequest *argp, struct svc_req *rqstp) argument
840 ypoldproc_first_1_svc(yprequest *argp, struct svc_req *rqstp) argument
871 ypoldproc_next_1_svc(yprequest *argp, struct svc_req *rqstp) argument
901 ypoldproc_poll_1_svc(yprequest *argp, struct svc_req *rqstp) argument
952 ypoldproc_push_1_svc(yprequest *argp, struct svc_req *rqstp) argument
964 ypoldproc_pull_1_svc(yprequest *argp, struct svc_req *rqstp) argument
976 ypoldproc_get_1_svc(yprequest *argp, struct svc_req *rqstp) argument
[all...]
/freebsd-10.0-release/usr.sbin/pw/
H A Dpw_log.c49 va_list argp; local
60 va_start(argp, fmt);
61 vfprintf(logfile, nfmt, argp);
62 va_end(argp);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c57 getattr_arginit(void *argp) argument
59 GETATTR3args *args = argp;
66 setattr_arginit(void *argp) argument
68 SETATTR3args *args = argp;
76 lookup_arginit(void *argp) argument
78 LOOKUP3args *args = argp;
86 access_arginit(void *argp) argument
88 ACCESS3args *args = argp;
95 commit_arginit(void *argp) argument
97 COMMIT3args *args = argp;
105 create_arginit(void *argp) argument
116 fsinfo_arginit(void *argp) argument
125 fsstat_arginit(void *argp) argument
134 link_arginit(void *argp) argument
146 mkdir_arginit(void *argp) argument
157 mknod_arginit(void *argp) argument
168 null_arginit(void *argp) argument
173 pathconf_arginit(void *argp) argument
182 read_arginit(void *argp) argument
192 readdir_arginit(void *argp) argument
203 readdirplus_arginit(void *argp) argument
215 readlink_arginit(void *argp) argument
224 remove_arginit(void *argp) argument
234 rename_arginit(void *argp) argument
247 rmdir_arginit(void *argp) argument
257 symlink_arginit(void *argp) argument
269 write_arginit(void *argp) argument
[all...]
/freebsd-10.0-release/sys/kern/
H A Dvfs_export.c64 struct export_args *argp);
92 struct export_args *argp)
104 * (argp->ex_anon) to a `struct ucred' (np->netc_anon). This
109 if (argp->ex_anon.cr_version != XUCRED_VERSION) {
111 argp->ex_anon.cr_version, XUCRED_VERSION);
115 if (argp->ex_addrlen == 0) {
122 np->netc_exflags = argp->ex_flags;
124 np->netc_anon->cr_uid = argp->ex_anon.cr_uid;
125 crsetgroups(np->netc_anon, argp->ex_anon.cr_ngroups,
126 argp
91 vfs_hang_addrlist(struct mount *mp, struct netexport *nep, struct export_args *argp) argument
273 vfs_export(struct mount *mp, struct export_args *argp) argument
343 vfs_setpublicfs(struct mount *mp, struct netexport *nep, struct export_args *argp) argument
[all...]
/freebsd-10.0-release/contrib/amd/hlfsd/
H A Dstubs.c92 nfsproc_null_2_svc(voidp argp, struct svc_req *rqstp) argument
109 nfsproc_getattr_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
129 if (eq_fh(argp, &root)) {
143 } else if (eq_fh(argp, &slink)) {
168 uid = *(u_int *) argp->fh_data;
185 nfsproc_setattr_2_svc(nfssattrargs *argp, struct svc_req *rqstp) argument
194 nfsproc_root_2_svc(voidp argp, struct svc_req *rqstp) argument
203 nfsproc_lookup_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
220 if (eq_fh(&argp->da_fhandle, &slink)) {
229 if (eq_fh(&argp
304 nfsproc_readlink_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
390 nfsproc_read_2_svc(nfsreadargs *argp, struct svc_req *rqstp) argument
399 nfsproc_writecache_2_svc(voidp argp, struct svc_req *rqstp) argument
408 nfsproc_write_2_svc(nfswriteargs *argp, struct svc_req *rqstp) argument
417 nfsproc_create_2_svc(nfscreateargs *argp, struct svc_req *rqstp) argument
426 nfsproc_remove_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
435 nfsproc_rename_2_svc(nfsrenameargs *argp, struct svc_req *rqstp) argument
444 nfsproc_link_2_svc(nfslinkargs *argp, struct svc_req *rqstp) argument
453 nfsproc_symlink_2_svc(nfssymlinkargs *argp, struct svc_req *rqstp) argument
462 nfsproc_mkdir_2_svc(nfscreateargs *argp, struct svc_req *rqstp) argument
471 nfsproc_rmdir_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
480 nfsproc_readdir_2_svc(nfsreaddirargs *argp, struct svc_req *rqstp) argument
518 nfsproc_statfs_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
[all...]
/freebsd-10.0-release/usr.sbin/gssd/
H A Dgssd.c373 gssd_null_1_svc(void *argp, void *result, struct svc_req *rqstp) argument
381 gssd_init_sec_context_1_svc(init_sec_context_args *argp, init_sec_context_res *result, struct svc_req *rqstp) argument
397 if (hostbased_initiator_cred != 0 && argp->cred != 0 &&
398 argp->uid == 0) {
407 } else if (ccfile_dirlist[0] != '\0' && argp->cred == 0) {
419 gotone = find_ccache_file(cp, argp->uid, ccname);
430 (int)argp->uid);
439 if (argp->cred != 0 && argp->uid != 0) {
448 (int) argp
542 gssd_accept_sec_context_1_svc(accept_sec_context_args *argp, accept_sec_context_res *result, struct svc_req *rqstp) argument
593 gssd_delete_sec_context_1_svc(delete_sec_context_args *argp, delete_sec_context_res *result, struct svc_req *rqstp) argument
612 gssd_export_sec_context_1_svc(export_sec_context_args *argp, export_sec_context_res *result, struct svc_req *rqstp) argument
635 gssd_import_name_1_svc(import_name_args *argp, import_name_res *result, struct svc_req *rqstp) argument
653 gssd_canonicalize_name_1_svc(canonicalize_name_args *argp, canonicalize_name_res *result, struct svc_req *rqstp) argument
678 gssd_export_name_1_svc(export_name_args *argp, export_name_res *result, struct svc_req *rqstp) argument
698 gssd_release_name_1_svc(release_name_args *argp, release_name_res *result, struct svc_req *rqstp) argument
717 gssd_pname_to_uid_1_svc(pname_to_uid_args *argp, pname_to_uid_res *result, struct svc_req *rqstp) argument
790 gssd_acquire_cred_1_svc(acquire_cred_args *argp, acquire_cred_res *result, struct svc_req *rqstp) argument
909 gssd_set_cred_option_1_svc(set_cred_option_args *argp, set_cred_option_res *result, struct svc_req *rqstp) argument
929 gssd_release_cred_1_svc(release_cred_args *argp, release_cred_res *result, struct svc_req *rqstp) argument
948 gssd_display_status_1_svc(display_status_args *argp, display_status_res *result, struct svc_req *rqstp) argument
[all...]
/freebsd-10.0-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_server.c86 ypxfrd_getmap_1_svc(ypxfr_mapname *argp, struct svc_req *rqstp) argument
94 if (yp_validdomain(argp->xfrdomain)) {
98 if (yp_access(argp->xfrmap, (struct svc_req *)rqstp)) {
102 snprintf (buf, sizeof(buf), "%s/%s/%s", yp_dir, argp->xfrdomain,
103 argp->xfrmap);
109 if (argp->xfr_db_type != XFR_DB_BSD_HASH &&
110 argp->xfr_db_type != XFR_DB_ANY) {
116 if (argp->xfr_byte_order == XFR_ENDIAN_BIG) {
118 if (argp->xfr_byte_order == XFR_ENDIAN_LITTLE) {
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c333 char *args[7], **argp = args; local
337 *argp++ = prompt;
339 *argp++ = "-l";
340 *argp++ = user;
342 *argp++ = argv[0]; /* host */
344 *argp++ = argv[1]; /* port */
345 *argp = 0;
349 if (tn(argp - args, args) == 1)
/freebsd-10.0-release/sys/dev/isci/
H A Disci_logger.c52 va_list argp; local
59 va_start (argp, log_message);
60 vsnprintf(buffer, sizeof(buffer)-1, log_message, argp);
61 va_end(argp);
84 va_list argp; \
90 va_start (argp, log_message); \
91 vsnprintf(buffer, sizeof(buffer)-1, log_message, argp); \
92 va_end(argp); \

Completed in 307 milliseconds

12345678