Home
last modified time | relevance | path

Searched defs:argp (Results 1 – 25 of 140) sorted by relevance

123456

/trueos/usr.sbin/rpc.lockd/
HDtest.c20 nlm_test_1(argp, clnt) in nlm_test_1() argument
35 nlm_lock_1(argp, clnt) in nlm_lock_1() argument
53 nlm_cancel_1(argp, clnt) in nlm_cancel_1() argument
68 nlm_unlock_1(argp, clnt) in nlm_unlock_1() argument
83 nlm_granted_1(argp, clnt) in nlm_granted_1() argument
98 nlm_test_msg_1(argp, clnt) in nlm_test_msg_1() argument
113 nlm_lock_msg_1(argp, clnt) in nlm_lock_msg_1() argument
129 nlm_cancel_msg_1(argp, clnt) in nlm_cancel_msg_1() argument
144 nlm_unlock_msg_1(argp, clnt) in nlm_unlock_msg_1() argument
159 nlm_granted_msg_1(argp, clnt) in nlm_granted_msg_1() argument
[all …]
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
HDtst.call3.c57 getattr_arginit(void *argp) in getattr_arginit()
66 setattr_arginit(void *argp) in setattr_arginit()
76 lookup_arginit(void *argp) in lookup_arginit()
86 access_arginit(void *argp) in access_arginit()
95 commit_arginit(void *argp) in commit_arginit()
105 create_arginit(void *argp) in create_arginit()
116 fsinfo_arginit(void *argp) in fsinfo_arginit()
125 fsstat_arginit(void *argp) in fsstat_arginit()
134 link_arginit(void *argp) in link_arginit()
146 mkdir_arginit(void *argp) in mkdir_arginit()
[all …]
/trueos/contrib/amd/amq/
HDamq_clnt.c55 amqproc_null_1(voidp argp, CLIENT *clnt) in amqproc_null_1()
71 amqproc_mnttree_1(amq_string *argp, CLIENT *clnt) in amqproc_mnttree_1()
87 amqproc_umnt_1(amq_string *argp, CLIENT *clnt) in amqproc_umnt_1()
103 amqproc_stats_1(voidp argp, CLIENT *clnt) in amqproc_stats_1()
120 amqproc_export_1(voidp argp, CLIENT *clnt) in amqproc_export_1()
136 amqproc_setopt_1(amq_setopt *argp, CLIENT *clnt) in amqproc_setopt_1()
151 amqproc_getmntfs_1(voidp argp, CLIENT *clnt) in amqproc_getmntfs_1()
166 amqproc_mount_1(voidp argp, CLIENT *clnt) in amqproc_mount_1()
181 amqproc_getvers_1(voidp argp, CLIENT *clnt) in amqproc_getvers_1()
196 amqproc_getpid_1(voidp argp, CLIENT *clnt) in amqproc_getpid_1()
[all …]
/trueos/sys/nlm/
HDnlm_prot_clnt.c21 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0()
30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1()
39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1()
48 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1()
57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1()
66 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1()
75 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1()
84 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1()
93 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_cancel_msg_1()
102 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm_unlock_msg_1()
[all …]
HDnlm_prot_server.c123 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) in nlm_sm_notify_0_svc()
131 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) in nlm_test_1_svc()
155 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_lock_1_svc()
176 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_cancel_1_svc()
195 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_unlock_1_svc()
212 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_granted_1_svc()
230 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_test_msg_1_svc()
262 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
292 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp) in nlm_cancel_msg_1_svc()
320 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
[all …]
/trueos/contrib/amd/hlfsd/
HDstubs.c92 nfsproc_null_2_svc(voidp argp, struct svc_req *rqstp) in nfsproc_null_2_svc()
109 nfsproc_getattr_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) in nfsproc_getattr_2_svc()
185 nfsproc_setattr_2_svc(nfssattrargs *argp, struct svc_req *rqstp) in nfsproc_setattr_2_svc()
194 nfsproc_root_2_svc(voidp argp, struct svc_req *rqstp) in nfsproc_root_2_svc()
203 nfsproc_lookup_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) in nfsproc_lookup_2_svc()
304 nfsproc_readlink_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) in nfsproc_readlink_2_svc()
390 nfsproc_read_2_svc(nfsreadargs *argp, struct svc_req *rqstp) in nfsproc_read_2_svc()
399 nfsproc_writecache_2_svc(voidp argp, struct svc_req *rqstp) in nfsproc_writecache_2_svc()
408 nfsproc_write_2_svc(nfswriteargs *argp, struct svc_req *rqstp) in nfsproc_write_2_svc()
417 nfsproc_create_2_svc(nfscreateargs *argp, struct svc_req *rqstp) in nfsproc_create_2_svc()
[all …]
/trueos/usr.sbin/ypserv/
HDyp_server.c74 ypproc_null_2_svc(void *argp, struct svc_req *rqstp) in ypproc_null_2_svc()
92 ypproc_domain_2_svc(domainname *argp, struct svc_req *rqstp)
114 ypproc_domain_nonack_2_svc(domainname *argp, struct svc_req *rqstp)
134 ypproc_match_2_svc(ypreq_key *argp, struct svc_req *rqstp)
204 ypproc_first_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
236 ypproc_next_2_svc(ypreq_key *argp, struct svc_req *rqstp)
319 ypproc_xfr_2_svc(ypreq_xfr *argp, struct svc_req *rqstp)
424 ypproc_clear_2_svc(void *argp, struct svc_req *rqstp)
486 ypproc_all_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
573 ypproc_master_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
[all …]
/trueos/contrib/amd/amd/
HDnfs_subr.c120 nfsproc_null_2_svc(voidp argp, struct svc_req *rqstp) in nfsproc_null_2_svc()
129 nfsproc_getattr_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) in nfsproc_getattr_2_svc()
171 nfsproc_setattr_2_svc(nfssattrargs *argp, struct svc_req *rqstp) in nfsproc_setattr_2_svc()
185 nfsproc_root_2_svc(voidp argp, struct svc_req *rqstp) in nfsproc_root_2_svc()
194 nfsproc_lookup_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) in nfsproc_lookup_2_svc()
294 nfsproc_readlink_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) in nfsproc_readlink_2_svc()
327 nfsproc_read_2_svc(nfsreadargs *argp, struct svc_req *rqstp) in nfsproc_read_2_svc()
339 nfsproc_writecache_2_svc(voidp argp, struct svc_req *rqstp) in nfsproc_writecache_2_svc()
348 nfsproc_write_2_svc(nfswriteargs *argp, struct svc_req *rqstp) in nfsproc_write_2_svc()
362 nfsproc_create_2_svc(nfscreateargs *argp, struct svc_req *rqstp) in nfsproc_create_2_svc()
[all …]
HDamq_subr.c59 amqproc_null_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_null_1_svc()
71 amqproc_mnttree_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_mnttree_1_svc()
84 amqproc_umnt_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_umnt_1_svc()
100 amqproc_stats_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_stats_1_svc()
110 amqproc_export_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_export_1_svc()
124 amqproc_setopt_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_setopt_1_svc()
168 amqproc_getmntfs_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_getmntfs_1_svc()
175 amqproc_getvers_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_getvers_1_svc()
186 amqproc_getpid_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_getpid_1_svc()
205 amqproc_pawd_1_svc(voidp argp, struct svc_req *rqstp) in amqproc_pawd_1_svc()
/trueos/usr.sbin/rpc.statd/
HDtest.c16 sm_stat_1(argp, clnt) in sm_stat_1() argument
31 sm_mon_1(argp, clnt) in sm_mon_1() argument
46 sm_unmon_1(argp, clnt) in sm_unmon_1() argument
61 sm_unmon_all_1(argp, clnt) in sm_unmon_all_1() argument
76 sm_simu_crash_1(argp, clnt) in sm_simu_crash_1() argument
/trueos/contrib/ncurses/ncurses/base/
HDlib_printw.c47 va_list argp; in NCURSES_EXPORT() local
67 va_list argp; in wprintw() local
87 va_list argp; in mvprintw() local
108 va_list argp; in mvwprintw() local
127 vwprintw(WINDOW *win, const char *fmt, va_list argp) in vwprintw()
/trueos/contrib/ncurses/form/
HDfty_alnum.c58 thisARG *argp = typeMalloc(thisARG, 1); in Make_This_Type() local
78 Copy_This_Type(const void *argp) in Copy_This_Type()
101 Free_This_Type(void *argp) in Free_This_Type()
140 Check_This_Field(FIELD *field, const void *argp) in Check_This_Field()
HDfty_alpha.c58 thisARG *argp = typeMalloc(thisARG, 1); in Make_This_Type() local
78 Copy_This_Type(const void *argp) in Copy_This_Type()
101 Free_This_Type(void *argp) in Free_This_Type()
140 Check_This_Field(FIELD *field, const void *argp) in Check_This_Field()
HDfty_enum.c59 enumARG *argp = typeMalloc(enumARG, 1); in Make_Enum_Type() local
92 Copy_Enum_Type(const void *argp) in Copy_Enum_Type()
120 Free_Enum_Type(void *argp) in Free_Enum_Type()
198 Check_Enum_Field(FIELD *field, const void *argp) in Check_Enum_Field()
254 Next_Enum(FIELD *field, const void *argp) in Next_Enum()
292 Previous_Enum(FIELD *field, const void *argp) in Previous_Enum()
HDfty_int.c66 thisARG *argp = typeMalloc(thisARG, 1); in Make_This_Type() local
87 Copy_This_Type(const void *argp) in Copy_This_Type()
113 Free_This_Type(void *argp) in Free_This_Type()
131 Check_This_Field(FIELD *field, const void *argp) in Check_This_Field()
HDfty_regex.c201 Copy_RegularExpression_Type(const void *argp) in Copy_RegularExpression_Type()
227 Free_RegularExpression_Type(void *argp) in Free_RegularExpression_Type()
267 Check_RegularExpression_Field(FIELD *field, const void *argp) in Check_RegularExpression_Field()
HDfty_num.c104 Copy_This_Type(const void *argp) in Copy_This_Type()
130 Free_This_Type(void *argp) in Free_This_Type()
147 Check_This_Field(FIELD *field, const void *argp) in Check_This_Field()
260 Check_This_Character(int c, const void *argp) in Check_This_Character()
/trueos/libexec/rpc.rstatd/
HDrstat_proc.c114 rstatproc_stats_3_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_3_svc()
123 rstatproc_stats_2_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_2_svc()
132 rstatproc_stats_1_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_1_svc()
141 rstatproc_havedisk_3_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_3_svc()
153 rstatproc_havedisk_2_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_2_svc()
159 rstatproc_havedisk_1_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_1_svc()
/trueos/usr.sbin/gssd/
HDgssd.c373 gssd_null_1_svc(void *argp, void *result, struct svc_req *rqstp) in gssd_null_1_svc()
381 gssd_init_sec_context_1_svc(init_sec_context_args *argp, init_sec_context_res *result, struct svc_r… in gssd_init_sec_context_1_svc()
542 gssd_accept_sec_context_1_svc(accept_sec_context_args *argp, accept_sec_context_res *result, struct… in gssd_accept_sec_context_1_svc()
593 gssd_delete_sec_context_1_svc(delete_sec_context_args *argp, delete_sec_context_res *result, struct… in gssd_delete_sec_context_1_svc()
612 gssd_export_sec_context_1_svc(export_sec_context_args *argp, export_sec_context_res *result, struct… in gssd_export_sec_context_1_svc()
635 gssd_import_name_1_svc(import_name_args *argp, import_name_res *result, struct svc_req *rqstp) in gssd_import_name_1_svc()
653 gssd_canonicalize_name_1_svc(canonicalize_name_args *argp, canonicalize_name_res *result, struct sv… in gssd_canonicalize_name_1_svc()
678 gssd_export_name_1_svc(export_name_args *argp, export_name_res *result, struct svc_req *rqstp) in gssd_export_name_1_svc()
698 gssd_release_name_1_svc(release_name_args *argp, release_name_res *result, struct svc_req *rqstp) in gssd_release_name_1_svc()
717 gssd_pname_to_uid_1_svc(pname_to_uid_args *argp, pname_to_uid_res *result, struct svc_req *rqstp) in gssd_pname_to_uid_1_svc()
[all …]
/trueos/contrib/ncurses/ncurses/tinfo/
HDcomp_error.c107 va_list argp; in _nc_warning() local
122 va_list argp; in _nc_err_abort() local
135 va_list argp; in _nc_syserr_abort() local
/trueos/sys/dev/cardbus/
HDcardbus_cis.c132 struct tuple_callbacks *info, void *argp) in decode_tuple_generic()
155 struct tuple_callbacks *info, void *argp) in decode_tuple_linktarget()
182 struct tuple_callbacks *info, void *argp) in decode_tuple_vers_1()
205 struct tuple_callbacks *info, void *argp) in decode_tuple_funcid()
231 struct tuple_callbacks *info, void *argp) in decode_tuple_manfid()
253 struct tuple_callbacks *info, void *argp) in decode_tuple_funce()
288 struct tuple_callbacks *info, void *argp) in decode_tuple_bar()
351 struct tuple_callbacks *info, void *argp) in decode_tuple_unhandled()
361 struct tuple_callbacks *info, void *argp) in decode_tuple_end()
567 struct tuple_callbacks *callbacks, void *argp) in decode_tuple()
[all …]
/trueos/sys/boot/efi/libefi/
HDlibefi.c44 arg_skipsep(CHAR16 *argp) in arg_skipsep()
53 arg_skipword(CHAR16 *argp) in arg_skipword()
90 CHAR16 *argp, *args, **argv; in efi_main() local
/trueos/sys/arm/at91/
HDat91_wdt.c82 wdt_intr(void *argp) in wdt_intr()
100 wdt_watchdog(void *argp, u_int cmd, int *error) in wdt_watchdog()
127 wdt_tick(void *argp) in wdt_tick()
/trueos/contrib/binutils/binutils/
HDmclex.c80 show_msg (const char *kind, const char *msg, va_list argp) in show_msg()
90 va_list argp; in mc_warn() local
99 va_list argp; in mc_fatal() local
110 va_list argp; in yyerror() local
/trueos/sys/kern/
HDvfs_export.c92 struct export_args *argp) in vfs_hang_addrlist()
273 vfs_export(struct mount *mp, struct export_args *argp) in vfs_export()
344 struct export_args *argp) in vfs_setpublicfs()

123456