Searched refs:proc (Results 1 - 25 of 43) sorted by relevance

12

/haiku/src/system/kernel/arch/mips/
H A Darch_thread.cpp8 int arch_proc_init_proc_struct(struct proc *p, bool kernel)
38 if(t_from->proc->arch_info.pgdir != t_to->proc->arch_info.pgdir)
39 sh4_set_user_pgdir((addr)t_to->proc->arch_info.pgdir);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCall.h20 static Call* Create(uint32 proc, const Auth* creds,
H A DRPCCall.cpp27 Call::Create(uint32 proc, const Auth* creds, const Auth* ver) argument
44 call->fStream.AddUInt(proc);
H A DRequestBuilder.h31 inline void Reset(Procedure proc = ProcCompound);
109 RequestBuilder::Reset(Procedure proc) argument
113 fProcedure = proc;
H A DRequestBuilder.cpp23 RequestBuilder::RequestBuilder(Procedure proc) argument
26 fProcedure(proc),
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Deventhandler.h163 struct proc;
165 typedef void (*exitlist_fn)(void *, struct proc *);
166 typedef void (*forklist_fn)(void *, struct proc *, struct proc *, int);
167 typedef void (*execlist_fn)(void *, struct proc *);
H A Dhaiku-module.h143 status_t __haiku_handle_fbsd_drivers_list(status_t (*proc)(driver_t *[], driver_t *[])) {\
148 return (*proc)(drivers, NULL); \
157 status_t __haiku_handle_fbsd_drivers_list(status_t (*proc)(driver_t *[], driver_t *[])) {\
162 return (*proc)(drivers, NULL); \
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DTools.inc51 %imacro proc 1
52 %push proc
63 %ifnctx proc
64 %error expected 'proc' before 'endproc'.
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_opt.h193 * A NULL 'proc' is equivalent to a processing function always
199 * @param proc is the processing function
203 const struct fuse_opt opts[], fuse_opt_proc_t proc);
H A Dfuse.h734 * "/proc/$TID/task/$TID/status" to get the group IDs.
999 int fuse_loop_mt_proc(struct fuse *f, fuse_processor_t proc, void *data);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c20 fuse_opt_proc_t proc; member in struct:fuse_opt_context
143 if (key != FUSE_OPT_KEY_KEEP && ctx->proc) {
144 int res = ctx->proc(ctx->data, arg, key, &ctx->outargs);
359 const struct fuse_opt opts[], fuse_opt_proc_t proc)
365 .proc = proc,
358 fuse_opt_parse(struct fuse_args *args, void *data, const struct fuse_opt opts[], fuse_opt_proc_t proc) argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_monitor.c49 #include <sys/proc.h>
H A Dieee80211_alq.c50 #include <sys/proc.h>
H A Dieee80211_dfs.c49 #include <sys/proc.h>
H A Dieee80211_scan.c38 #include <sys/proc.h>
H A Dieee80211_wds.c49 #include <sys/proc.h>
H A Dieee80211_tdma.c53 #include <sys/proc.h>
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.h89 extern uint8 *send_rpc_call(fs_nspace *ns, const struct sockaddr_in *addr, int32 prog, int32 vers, int32 proc, const struct XDROutPacket *packet);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_osdep.h43 #include <sys/proc.h>
260 #include <sys/proc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_alq.c43 #include <sys/proc.h>
H A Dah_osdep.c42 #include <sys/proc.h>
/haiku/src/libs/compat/openbsd_network/compat/machine/
H A Dbus.h71 bus_dmamap_load_obsd(bus_dma_tag_t tag, bus_dmamap_t dmam, void *buf, bus_size_t buflen, struct proc *p, int flags)
/haiku/headers/private/firewire/
H A Dfirewirereg.h49 typedef struct proc fw_proc;
226 struct proc *probe_thread;
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dvnet.h140 #include <sys/proc.h> /* for struct thread */
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_taskqueue.c40 #include <sys/proc.h>

Completed in 284 milliseconds

12