Home
last modified time | relevance | path

Searched defs:lp (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dragonfly/sys/net/lagg/
H A Dieee8023ad_lacp.c502 struct lacp_port *lp; in lacp_tick() local
525 struct lacp_port *lp; in lacp_port_create() local
883 struct lacp_port *lp; in lacp_select_tx_port() local
919 struct lacp_port *lp; in lacp_suppress_distributing() local
966 struct lacp_port *lp; in lacp_aggregator_bandwidth() local
1061 struct lacp_port *lp; in lacp_update_portmap() local
1293 const struct lacp_port *lp) in lacp_aggregator_is_compatible()
1353 lacp_select(struct lacp_port *lp) in lacp_select()
1409 lacp_unselect(struct lacp_port *lp) in lacp_unselect()
1428 lacp_sm_mux(struct lacp_port *lp) in lacp_sm_mux()
[all …]
H A Dif_lagg.c413 struct lagg_port *lp; in lagg_clone_destroy() local
479 struct lagg_port *lp; in lagg_capabilities() local
588 struct lagg_port *lp; in lagg_port_create() local
723 struct lagg_port *lp; in lagg_port_checkstacking() local
927 struct lagg_port *lp; in lagg_port_ifdetach() local
990 struct lagg_port *lp; in lagg_init() local
1033 struct lagg_port *lp; in lagg_ioctl() local
1280 struct lagg_port *lp; in lagg_ether_setmulti() local
1489 struct lagg_port *lp; in lagg_media_status() local
1505 struct lagg_port *lp; in lagg_linkstate() local
[all …]
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dprocfs_machdep.c81 procfs_read_regs(struct lwp *lp, struct reg *regs) in procfs_read_regs()
87 procfs_write_regs(struct lwp *lp, struct reg *regs) in procfs_write_regs()
93 procfs_read_dbregs(struct lwp *lp, struct dbreg *dbregs) in procfs_read_dbregs()
99 procfs_write_dbregs(struct lwp *lp, struct dbreg *dbregs) in procfs_write_dbregs()
110 procfs_read_fpregs(struct lwp *lp, struct fpreg *fpregs) in procfs_read_fpregs()
116 procfs_write_fpregs(struct lwp *lp, struct fpreg *fpregs) in procfs_write_fpregs()
122 procfs_sstep(struct lwp *lp) in procfs_sstep()
H A Dcpu_regs.c157 struct lwp *lp = curthread->td_lwp; in sendsig() local
348 struct lwp *lp = curthread->td_lwp; in sys_sigreturn() local
548 struct lwp *lp = td->td_lwp; in exec_setregs() local
673 ptrace_set_pc(struct lwp *lp, unsigned long addr) in ptrace_set_pc()
680 ptrace_single_step(struct lwp *lp) in ptrace_single_step()
687 fill_regs(struct lwp *lp, struct reg *regs) in fill_regs()
698 set_regs(struct lwp *lp, struct reg *regs) in set_regs()
755 fill_fpregs(struct lwp *lp, struct fpreg *fpregs) in fill_fpregs()
769 set_fpregs(struct lwp *lp, struct fpreg *fpregs) in set_fpregs()
781 fill_dbregs(struct lwp *lp, struct dbreg *dbregs) in fill_dbregs()
[all …]
H A Dtrap.c185 userret(struct lwp *lp, struct trapframe *frame, int sticks) in userret()
266 userexit(struct lwp *lp) in userexit()
337 struct lwp *lp = td->td_lwp; in user_trap() local
592 struct lwp *lp; in kern_trap() local
791 struct lwp *lp = td->td_lwp; in trap_pfault() local
1017 struct lwp *lp = td->td_lwp; in syscall2() local
1282 fork_return(struct lwp *lp, struct trapframe *frame) in fork_return()
1302 generic_lwp_return(struct lwp *lp, struct trapframe *frame) in generic_lwp_return()
/dragonfly/sys/platform/pc64/x86_64/
H A Dprocfs_machdep.c80 procfs_read_regs(struct lwp *lp, struct reg *regs) in procfs_read_regs()
86 procfs_write_regs(struct lwp *lp, struct reg *regs) in procfs_write_regs()
92 procfs_read_dbregs(struct lwp *lp, struct dbreg *dbregs) in procfs_read_dbregs()
98 procfs_write_dbregs(struct lwp *lp, struct dbreg *dbregs) in procfs_write_dbregs()
109 procfs_read_fpregs(struct lwp *lp, struct fpreg *fpregs) in procfs_read_fpregs()
115 procfs_write_fpregs(struct lwp *lp, struct fpreg *fpregs) in procfs_write_fpregs()
121 procfs_sstep(struct lwp *lp) in procfs_sstep()
H A Dtrap.c218 userret(struct lwp *lp, struct trapframe *frame, int sticks) in userret()
303 userexit(struct lwp *lp) in userexit()
400 struct lwp *lp = td->td_lwp; in trap() local
845 struct lwp *lp = curthread->td_lwp; in trap_handle_userexit() local
863 struct lwp *lp = td->td_lwp; in trap_pfault() local
1162 struct lwp *lp = td->td_lwp; in syscall2() local
1460 fork_return(struct lwp *lp, struct trapframe *frame) in fork_return()
1478 generic_lwp_return(struct lwp *lp, struct trapframe *frame) in generic_lwp_return()
/dragonfly/sys/sys/
H A Dsignal2.h50 lwp_sigpend(struct lwp *lp) in lwp_sigpend()
66 lwp_delsig(struct lwp *lp, int sig, int fromproc) in lwp_delsig()
73 #define CURSIG(lp) __cursig(lp, 1, 0, NULL) argument
74 #define CURSIG_TRACE(lp) __cursig(lp, 1, 1, NULL) argument
75 #define CURSIG_LCK_TRACE(lp, ptok) __cursig(lp, 1, 1, ptok) argument
76 #define CURSIG_NOBLOCK(lp) __cursig(lp, 0, 0, NULL) argument
90 __sig_condblockallsigs(sigset_t *mask, struct lwp *lp) in __sig_condblockallsigs()
143 __cursig(struct lwp *lp, int mayblock, int maytrace, int *ptok) in __cursig()
/dragonfly/contrib/lvm2/dist/tools/
H A Dlvcreate.c30 static int _lvcreate_name_params(struct lvcreate_params *lp, in _lvcreate_name_params()
131 struct lvcreate_params *lp, in _update_extents_params()
182 static int _read_size_params(struct lvcreate_params *lp, in _read_size_params()
232 struct lvcreate_params *lp) in _validate_stripe_params()
268 static int _read_stripe_params(struct lvcreate_params *lp, in _read_stripe_params()
297 const struct lvcreate_params *lp) in _validate_mirror_params()
322 static int _read_mirror_params(struct lvcreate_params *lp, in _read_mirror_params()
376 static int _lvcreate_params(struct lvcreate_params *lp, in _lvcreate_params()
570 struct lvcreate_params lp; in lvcreate() local
/dragonfly/sys/kern/
H A Dusched_dummy.c149 dummy_acquire_curproc(struct lwp *lp) in dummy_acquire_curproc()
210 dummy_release_curproc(struct lwp *lp) in dummy_release_curproc()
239 struct lwp *lp; in dummy_select_curproc() local
273 dummy_setrunqueue(struct lwp *lp) in dummy_setrunqueue()
333 dummy_schedulerclock(struct lwp *lp, sysclock_t period, sysclock_t cpstamp) in dummy_schedulerclock()
357 dummy_recalculate_estcpu(struct lwp *lp) in dummy_recalculate_estcpu()
366 dummy_yield(struct lwp *lp) in dummy_yield()
392 dummy_resetpriority(struct lwp *lp) in dummy_resetpriority()
431 dummy_forking(struct lwp *plp, struct lwp *lp) in dummy_forking()
449 dummy_uload_update(struct lwp *lp) in dummy_uload_update()
[all …]
H A Dusched_dfly.c325 dfly_acquire_curproc(struct lwp *lp) in dfly_acquire_curproc()
599 dfly_release_curproc(struct lwp *lp) in dfly_release_curproc()
687 dfly_setrunqueue(struct lwp *lp) in dfly_setrunqueue()
996 dfly_recalculate_estcpu(struct lwp *lp) in dfly_recalculate_estcpu()
1091 dfly_resetpriority(struct lwp *lp) in dfly_resetpriority()
1277 dfly_yield(struct lwp *lp) in dfly_yield()
1303 dfly_changedcpu(struct lwp *lp) in dfly_changedcpu()
1327 dfly_forking(struct lwp *plp, struct lwp *lp) in dfly_forking()
1394 dfly_uload_update(struct lwp *lp) in dfly_uload_update()
1445 struct lwp *lp; in dfly_chooseproc_locked() local
[all …]
H A Dusched_bsd4.c330 bsd4_acquire_curproc(struct lwp *lp) in bsd4_acquire_curproc()
484 bsd4_release_curproc(struct lwp *lp) in bsd4_release_curproc()
625 bsd4_setrunqueue(struct lwp *lp) in bsd4_setrunqueue()
967 bsd4_recalculate_estcpu(struct lwp *lp) in bsd4_recalculate_estcpu()
1103 bsd4_resetpriority(struct lwp *lp) in bsd4_resetpriority()
1232 bsd4_yield(struct lwp *lp) in bsd4_yield()
1299 bsd4_uload_update(struct lwp *lp) in bsd4_uload_update()
1319 struct lwp *lp; in bsd4_chooseproc_locked() local
1418 struct lwp *lp; in bsd4_chooseproc_locked_cache_coherent() local
1590 bsd4_kick_helper(struct lwp *lp) in bsd4_kick_helper()
[all …]
H A Dkern_sched.c104 getscheduler(register_t *ret, struct ksched *ksched, struct lwp *lp) in getscheduler()
125 struct lwp *lp, const struct sched_param *param) in ksched_setparam()
144 struct lwp *lp, struct sched_param *param) in ksched_getparam()
161 struct lwp *lp, int policy, const struct sched_param *param) in ksched_setscheduler()
201 ksched_getscheduler(register_t *ret, struct ksched *ksched, struct lwp *lp) in ksched_getscheduler()
214 struct lwp *lp; in ksched_yield() local
273 struct lwp *lp, struct timespec *timespec) in ksched_rr_get_interval()
H A Dkern_sig.c262 struct lwp *lp; in kern_sigaction() local
437 struct lwp *lp; in execsigs() local
486 struct lwp *lp = td->td_lwp; in kern_sigprocmask() local
585 struct lwp *lp = td->td_lwp; in kern_sigsuspend() local
635 struct lwp *lp = td->td_lwp; in kern_sigaltstack() local
780 struct lwp *lp = NULL; in kern_kill() local
1001 struct lwp *lp; in find_lwp_for_signal() local
1554 struct lwp *lp = arg; in lwp_signotify_remote() local
1579 struct lwp *lp; in proc_stop() local
1660 struct lwp *lp; in proc_unstop() local
[all …]
H A Dsubr_disklabel64.c65 l64_getpartbounds(struct diskslices *ssp, disklabel_t lp, u_int32_t part, in l64_getpartbounds()
88 l64_loadpartinfo(disklabel_t lp, u_int32_t part, struct partinfo *dpart) in l64_loadpartinfo()
109 l64_getnumparts(disklabel_t lp) in l64_getnumparts()
115 l64_getpackname(disklabel_t lp, char *buf, size_t bytes) in l64_getpackname()
326 struct disklabel64 *lp; in l64_writedisklabel() local
389 struct disklabel64 *lp; in l64_clone_label() local
441 struct disklabel64 *lp = lpx.lab64; in l64_makevirginlabel() local
524 struct disklabel64 *lp = sp->ds_label.lab64; in l64_adjust_label_reserved() local
H A Dsubr_disklabel32.c124 l32_getpartbounds(struct diskslices *ssp, disklabel_t lp, u_int32_t part, in l32_getpartbounds()
138 l32_loadpartinfo(disklabel_t lp, u_int32_t part, struct partinfo *dpart) in l32_loadpartinfo()
154 l32_getnumparts(disklabel_t lp) in l32_getnumparts()
160 l32_getpackname(disklabel_t lp, char *buf, size_t bytes) in l32_getpackname()
321 struct disklabel32 *lp; in l32_writedisklabel() local
406 struct disklabel32 *lp; in l32_clone_label() local
462 struct disklabel32 *lp = lpx.lab32; in l32_makevirginlabel() local
526 struct disklabel32 *lp; in l32_fixlabel() local
H A Dkern_usched.c152 usched_schedulerclock(struct lwp *lp, sysclock_t periodic, sysclock_t time) in usched_schedulerclock()
191 struct lwp *lp; in sys_usched_set() local
368 struct lwp *lp; in sys_lwp_getaffinity() local
416 struct lwp *lp; in sys_lwp_setaffinity() local
468 setaffinity_lp(struct lwp *lp, cpumask_t *mask) in setaffinity_lp()
H A Dkern_exit.c188 struct lwp *lp = curthread->td_lwp; in killalllwps() local
253 killlwps(struct lwp *lp) in killlwps()
294 struct lwp *lp = td->td_lwp; in exit1() local
673 struct lwp *lp = td->td_lwp; in lwp_exit() local
821 lwp_wait(struct lwp *lp) in lwp_wait()
889 lwp_dispose(struct lwp *lp) in lwp_dispose()
1003 struct lwp *lp; in kern_wait() local
1554 struct lwp *lp; in reaplwps() local
1566 reaplwp(struct lwp *lp) in reaplwp()
H A Dkern_ktrace.c76 struct lwp *lp = td->td_lwp; in ktrgetheader() local
111 ktrsyscall(struct lwp *lp, int code, int narg, union sysunion *uap) in ktrsyscall()
140 ktrsysret(struct lwp *lp, int code, int error, register_t retval) in ktrsysret()
163 ktrnamei(struct lwp *lp, char *path) in ktrnamei()
178 ktrsysctl(struct lwp *lp, int *name, u_int namelen) in ktrsysctl()
209 ktrgenio(struct lwp *lp, int fd, enum uio_rw rw, struct uio *uio, int error) in ktrgenio()
231 ktrpsig(struct lwp *lp, int sig, sig_t action, sigset_t *mask, int code) in ktrpsig()
251 ktrcsw(struct lwp *lp, int out, int user) in ktrcsw()
593 ktrwrite(struct lwp *lp, struct ktr_header *kth, struct uio *uio) in ktrwrite()
/dragonfly/bin/ed/
H A Dbuf.c46 get_sbuf_line(line_t *lp) in get_sbuf_line()
83 line_t *lp; in put_sbuf_line() local
130 add_line_node(line_t *lp) in add_line_node()
143 get_line_node_addr(line_t *lp) in get_line_node_addr()
162 static line_t *lp = &buffer_head; in get_addressed_line_node() local
H A Dglbl.c45 line_t *lp; in build_active_list() local
80 line_t *lp = NULL; in exec_global() local
147 set_active_node(line_t *lp) in set_active_node()
187 line_t *lp; in unset_active_nodes() local
/dragonfly/sbin/disklabel64/
H A Ddisklabel64.c165 struct disklabel64 *lp; in main() local
378 writelabel(int f, struct disklabel64 *lp) in writelabel()
513 struct disklabel64 *lp; in readlabel() local
567 struct disklabel64 *lp; in makebootarea() local
641 display(FILE *f, const struct disklabel64 *lp) in display()
749 edit(struct disklabel64 *lp, int f) in edit()
859 getasciilabel(FILE *f, struct disklabel64 *lp) in getasciilabel()
1075 getasciipartspec(char *tp, struct disklabel64 *lp, int part, in getasciipartspec()
1198 getasciipartuuid(char *tp, struct disklabel64 *lp, int part, in getasciipartuuid()
1223 checklabel(struct disklabel64 *lp) in checklabel()
[all …]
/dragonfly/sbin/disklabel32/
H A Ddisklabel.c157 struct disklabel32 *lp; in main() local
347 makelabel(const char *type, const char *name, struct disklabel32 *lp) in makelabel()
367 writelabel(int f, const char *boot, struct disklabel32 *lp) in writelabel()
488 struct disklabel32 *lp; in readlabel() local
527 struct disklabel32 *lp; in makebootarea() local
663 display(FILE *f, const struct disklabel32 *lp) in display()
726 edit(struct disklabel32 *lp, int f) in edit()
836 getasciilabel(FILE *f, struct disklabel32 *lp)
1190 checklabel(struct disklabel32 *lp)
1604 setbootflag(struct disklabel32 *lp)
[all …]
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-util.c30 ctf_list_append (ctf_list_t *lp, void *newp) in ctf_list_append()
49 ctf_list_prepend (ctf_list_t * lp, void *newp) in ctf_list_prepend()
68 ctf_list_delete (ctf_list_t *lp, void *existing) in ctf_list_delete()
86 ctf_list_empty_p (ctf_list_t *lp) in ctf_list_empty_p()
/dragonfly/lib/libc/xdr/
H A Dxdr_mem.c117 xdrmem_getlong_aligned(XDR *xdrs, long *lp) in xdrmem_getlong_aligned()
129 xdrmem_putlong_aligned(XDR *xdrs, const long *lp) in xdrmem_putlong_aligned()
141 xdrmem_getlong_unaligned(XDR *xdrs, long *lp) in xdrmem_getlong_unaligned()
155 xdrmem_putlong_unaligned(XDR *xdrs, const long *lp) in xdrmem_putlong_unaligned()

12345678910>>...12