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

12345678

/freebsd-11-stable/contrib/amd/amq/
H A Damq.h47 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp);
48 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp);
49 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp);
50 extern amq_sync_umnt *amqproc_sync_umnt_1(amq_string *argp, CLIENT *rqstp);
51 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp);
52 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp);
53 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp);
54 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp);
55 extern amq_map_info_list *amqproc_getmapinfo_1(voidp argp, CLIENT *rqstp);
56 extern int *amqproc_mount_1(voidp argp, CLIEN
[all...]
H A Damq_clnt.c51 amqproc_null_1(voidp argp, CLIENT *clnt) argument
57 (XDRPROC_T_TYPE) xdr_void, argp,
67 amqproc_mnttree_1(amq_string *argp, CLIENT *clnt) argument
73 (XDRPROC_T_TYPE) xdr_amq_string, (SVC_IN_ARG_TYPE) argp,
83 amqproc_umnt_1(amq_string *argp, CLIENT *clnt) argument
89 (XDRPROC_T_TYPE) xdr_amq_string, (SVC_IN_ARG_TYPE) argp,
99 amqproc_sync_umnt_1(amq_string *argp, CLIENT *clnt) argument
106 (XDRPROC_T_TYPE) xdr_amq_string, (SVC_IN_ARG_TYPE) argp,
116 amqproc_stats_1(voidp argp, CLIENT *clnt) argument
122 (XDRPROC_T_TYPE) xdr_void, argp,
133 amqproc_export_1(voidp argp, CLIENT *clnt) argument
149 amqproc_setopt_1(amq_setopt *argp, CLIENT *clnt) argument
164 amqproc_getmntfs_1(voidp argp, CLIENT *clnt) argument
178 amqproc_getmapinfo_1(voidp argp, CLIENT *clnt) argument
193 amqproc_mount_1(voidp argp, CLIENT *clnt) argument
208 amqproc_getvers_1(voidp argp, CLIENT *clnt) argument
223 amqproc_getpid_1(voidp argp, CLIENT *clnt) argument
238 amqproc_pawd_1(amq_string *argp, CLIENT *clnt) argument
[all...]
/freebsd-11-stable/contrib/amd/libamu/
H A Damu.h66 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp);
67 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp);
68 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp);
69 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp);
70 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp);
71 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp);
72 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp);
73 extern int *amqproc_mount_1(voidp argp, CLIENT *rqstp);
74 extern amq_string *amqproc_getvers_1(voidp argp, CLIENT *rqstp);
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_alnum.c58 thisARG *argp = (thisARG *) 0; local
62 argp = typeMalloc(thisARG, 1);
64 if (argp)
66 T((T_CREATE("thisARG %p"), (void *)argp));
67 argp->width = *((int *)arg);
70 return ((void *)argp);
91 | Function : static void *Copy_ThisType(const void *argp)
98 Copy_This_Type(const void *argp) argument
100 const thisARG *ap = (const thisARG *)argp;
114 | Function : static void Free_This_Type(void *argp)
121 Free_This_Type(void *argp) argument
160 Check_This_Field(FIELD *field, const void *argp) argument
[all...]
H A Dfty_alpha.c58 thisARG *argp = (thisARG *) 0; local
62 argp = typeMalloc(thisARG, 1);
64 if (argp)
66 T((T_CREATE("thisARG %p"), (void *)argp));
67 argp->width = *((int *)arg);
70 return ((void *)argp);
91 | Function : static void *Copy_This_Type(const void * argp)
98 Copy_This_Type(const void *argp) argument
100 const thisARG *ap = (const thisARG *)argp;
114 | Function : static void Free_This_Type(void *argp)
121 Free_This_Type(void *argp) argument
160 Check_This_Field(FIELD *field, const void *argp) argument
[all...]
H A Dfty_int.c74 thisARG *argp = (thisARG *) 0; local
79 argp = typeMalloc(thisARG, 1);
81 if (argp)
83 T((T_CREATE("thisARG %p"), (void *)argp));
84 *argp = *param;
87 return (void *)argp;
112 | Function : static void *Copy_This_Type(const void * argp)
119 Copy_This_Type(const void *argp) argument
121 const thisARG *ap = (const thisARG *)argp;
124 if (argp)
145 Free_This_Type(void *argp) argument
163 Check_This_Field(FIELD *field, const void *argp) argument
[all...]
H A Dfty_enum.c67 enumARG *argp = (enumARG *)0; local
72 argp = typeMalloc(enumARG, 1);
74 if (argp)
82 T((T_CREATE("enumARG %p"), (void *)argp));
87 argp->checkcase = ccase ? TRUE : FALSE;
88 argp->checkunique = cunique ? TRUE : FALSE;
89 argp->kwds = (char **)0;
94 argp->count = cnt;
102 argp->kwds = typeMalloc(char *, cnt + 1);
105 if ((kptarget = argp
148 Copy_Enum_Type(const void *argp) argument
192 Free_Enum_Type(void *argp) argument
287 Check_Enum_Field(FIELD *field, const void *argp) argument
343 Next_Enum(FIELD *field, const void *argp) argument
381 Previous_Enum(FIELD *field, const void *argp) argument
[all...]
/freebsd-11-stable/stand/efi/loader/
H A Defi_main.c54 arg_skipsep(CHAR16 *argp) argument
57 while (*argp == ' ' || *argp == '\t' || *argp == '\n')
58 argp++;
59 return (argp);
63 arg_skipword(CHAR16 *argp) argument
66 while (*argp && *argp != ' ' && *argp !
79 CHAR16 *argp, *args, **argv; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_printw.c47 va_list argp; local
58 va_start(argp, fmt);
59 code = vwprintw(stdscr, fmt, argp);
60 va_end(argp);
68 va_list argp; local
79 va_start(argp, fmt);
80 code = vwprintw(win, fmt, argp);
81 va_end(argp);
89 va_list argp; local
101 va_start(argp, fm
111 va_list argp; local
131 vwprintw(WINDOW *win, const char *fmt, va_list argp) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c108 va_list argp; local
114 va_start(argp, fmt);
115 vfprintf(stderr, fmt, argp);
117 va_end(argp);
123 va_list argp; local
126 va_start(argp, fmt);
127 vfprintf(stderr, fmt, argp);
129 va_end(argp);
136 va_list argp; local
139 va_start(argp, fm
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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
205 ypproc_first_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) argument
237 ypproc_next_2_svc(ypreq_key *argp, struct svc_req *rqstp) argument
320 ypproc_xfr_2_svc(ypreq_xfr *argp, struct svc_req *rqstp) argument
425 ypproc_clear_2_svc(void *argp, struct svc_req *rqstp) argument
487 ypproc_all_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) argument
574 ypproc_master_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) argument
622 ypproc_order_2_svc(ypreq_nokey *argp, struct svc_req *rqstp) argument
730 ypproc_maplist_2_svc(domainname *argp, struct svc_req *rqstp) argument
793 ypoldproc_null_1_svc(void *argp, struct svc_req *rqstp) argument
799 ypoldproc_domain_1_svc(domainname *argp, struct svc_req *rqstp) argument
805 ypoldproc_domain_nonack_1_svc(domainname *argp, struct svc_req *rqstp) argument
814 ypoldproc_match_1_svc(yprequest *argp, struct svc_req *rqstp) argument
842 ypoldproc_first_1_svc(yprequest *argp, struct svc_req *rqstp) argument
873 ypoldproc_next_1_svc(yprequest *argp, struct svc_req *rqstp) argument
903 ypoldproc_poll_1_svc(yprequest *argp, struct svc_req *rqstp) argument
954 ypoldproc_push_1_svc(yprequest *argp, struct svc_req *rqstp) argument
966 ypoldproc_pull_1_svc(yprequest *argp, struct svc_req *rqstp) argument
978 ypoldproc_get_1_svc(yprequest *argp, struct svc_req *rqstp) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_export.c73 struct export_args *argp);
102 struct export_args *argp)
114 KASSERT(argp->ex_numsecflavors > 0,
116 KASSERT(argp->ex_numsecflavors < MAXSECFLAVORS,
121 * (argp->ex_anon) to a `struct ucred' (np->netc_anon). This
126 if (argp->ex_anon.cr_version != XUCRED_VERSION) {
128 argp->ex_anon.cr_version, XUCRED_VERSION);
132 if (argp->ex_addrlen == 0) {
139 np->netc_exflags = argp->ex_flags;
141 np->netc_anon->cr_uid = argp
101 vfs_hang_addrlist(struct mount *mp, struct netexport *nep, struct export_args *argp) argument
300 vfs_export(struct mount *mp, struct export_args *argp) argument
378 vfs_setpublicfs(struct mount *mp, struct netexport *nep, struct export_args *argp) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c58 getattr_arginit(void *argp) argument
60 GETATTR3args *args = argp;
67 setattr_arginit(void *argp) argument
69 SETATTR3args *args = argp;
77 lookup_arginit(void *argp) argument
79 LOOKUP3args *args = argp;
87 access_arginit(void *argp) argument
89 ACCESS3args *args = argp;
96 commit_arginit(void *argp) argument
98 COMMIT3args *args = argp;
106 create_arginit(void *argp) argument
117 fsinfo_arginit(void *argp) argument
126 fsstat_arginit(void *argp) argument
135 link_arginit(void *argp) argument
147 mkdir_arginit(void *argp) argument
158 mknod_arginit(void *argp) argument
169 null_arginit(void *argp) argument
174 pathconf_arginit(void *argp) argument
183 read_arginit(void *argp) argument
193 readdir_arginit(void *argp) argument
204 readdirplus_arginit(void *argp) argument
216 readlink_arginit(void *argp) argument
225 remove_arginit(void *argp) argument
235 rename_arginit(void *argp) argument
248 rmdir_arginit(void *argp) argument
258 symlink_arginit(void *argp) argument
270 write_arginit(void *argp) argument
[all...]
/freebsd-11-stable/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-11-stable/contrib/amd/hlfsd/
H A Dstubs.c88 nfsproc_null_2_svc(voidp argp, struct svc_req *rqstp) argument
105 nfsproc_getattr_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
125 if (eq_fh(argp, &root)) {
139 } else if (eq_fh(argp, &slink)) {
163 (void)memcpy(&uid, argp->fh_data, sizeof(uid));
180 nfsproc_setattr_2_svc(nfssattrargs *argp, struct svc_req *rqstp) argument
189 nfsproc_root_2_svc(voidp argp, struct svc_req *rqstp) argument
198 nfsproc_lookup_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
215 if (eq_fh(&argp->da_fhandle, &slink)) {
224 if (eq_fh(&argp
299 nfsproc_readlink_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
385 nfsproc_read_2_svc(nfsreadargs *argp, struct svc_req *rqstp) argument
394 nfsproc_writecache_2_svc(voidp argp, struct svc_req *rqstp) argument
403 nfsproc_write_2_svc(nfswriteargs *argp, struct svc_req *rqstp) argument
412 nfsproc_create_2_svc(nfscreateargs *argp, struct svc_req *rqstp) argument
421 nfsproc_remove_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
430 nfsproc_rename_2_svc(nfsrenameargs *argp, struct svc_req *rqstp) argument
439 nfsproc_link_2_svc(nfslinkargs *argp, struct svc_req *rqstp) argument
448 nfsproc_symlink_2_svc(nfssymlinkargs *argp, struct svc_req *rqstp) argument
457 nfsproc_mkdir_2_svc(nfscreateargs *argp, struct svc_req *rqstp) argument
466 nfsproc_rmdir_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
475 nfsproc_readdir_2_svc(nfsreaddirargs *argp, struct svc_req *rqstp) argument
513 nfsproc_statfs_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
[all...]
/freebsd-11-stable/usr.sbin/gssd/
H A Dgssd.c378 gssd_null_1_svc(void *argp, void *result, struct svc_req *rqstp) argument
386 gssd_init_sec_context_1_svc(init_sec_context_args *argp, init_sec_context_res *result, struct svc_req *rqstp) argument
402 if (hostbased_initiator_cred != 0 && argp->cred != 0 &&
403 argp->uid == 0) {
412 } else if (ccfile_dirlist[0] != '\0' && argp->cred == 0) {
424 gotone = find_ccache_file(cp, argp->uid, ccname);
435 (int)argp->uid);
444 if (argp->cred != 0 && argp->uid != 0) {
453 (int) argp
547 gssd_accept_sec_context_1_svc(accept_sec_context_args *argp, accept_sec_context_res *result, struct svc_req *rqstp) argument
598 gssd_delete_sec_context_1_svc(delete_sec_context_args *argp, delete_sec_context_res *result, struct svc_req *rqstp) argument
617 gssd_export_sec_context_1_svc(export_sec_context_args *argp, export_sec_context_res *result, struct svc_req *rqstp) argument
640 gssd_import_name_1_svc(import_name_args *argp, import_name_res *result, struct svc_req *rqstp) argument
658 gssd_canonicalize_name_1_svc(canonicalize_name_args *argp, canonicalize_name_res *result, struct svc_req *rqstp) argument
683 gssd_export_name_1_svc(export_name_args *argp, export_name_res *result, struct svc_req *rqstp) argument
703 gssd_release_name_1_svc(release_name_args *argp, release_name_res *result, struct svc_req *rqstp) argument
722 gssd_pname_to_uid_1_svc(pname_to_uid_args *argp, pname_to_uid_res *result, struct svc_req *rqstp) argument
795 gssd_acquire_cred_1_svc(acquire_cred_args *argp, acquire_cred_res *result, struct svc_req *rqstp) argument
914 gssd_set_cred_option_1_svc(set_cred_option_args *argp, set_cred_option_res *result, struct svc_req *rqstp) argument
934 gssd_release_cred_1_svc(release_cred_args *argp, release_cred_res *result, struct svc_req *rqstp) argument
953 gssd_display_status_1_svc(display_status_args *argp, display_status_res *result, struct svc_req *rqstp) argument
[all...]
/freebsd-11-stable/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-11-stable/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); \
/freebsd-11-stable/contrib/ntp/util/
H A Dsht.c121 char *argp; local
139 unit = strtoul(argv[1], &argp, 10);
140 if (argp == argv[1])
142 else if (*argp == ':')
143 argp++;
148 switch (*argp) {
150 p->nsamples=atoi(argp+1);
154 p->leap=atoi(argp+1);
158 p->precision=-atoi(argp+1);
165 while (*++argp) {
[all...]

Completed in 161 milliseconds

12345678