/dflybsd-src/sys/net/lagg/ |
H A D | ieee8023ad_lacp.c | 231 struct lacp_port *lp = LACP_PORT(lgp); in lacp_input() local 258 lacp_pdu_input(struct lacp_port *lp, struct mbuf *m) in lacp_pdu_input() 328 lacp_fill_actorinfo(struct lacp_port *lp, struct lacp_peerinfo *info) in lacp_fill_actorinfo() 342 lacp_fill_markerinfo(struct lacp_port *lp, struct lacp_markerinfo *info) in lacp_fill_markerinfo() 353 lacp_xmit_lacpdu(struct lacp_port *lp) in lacp_xmit_lacpdu() 407 lacp_xmit_marker(struct lacp_port *lp) in lacp_xmit_marker() 450 struct lacp_port *lp = LACP_PORT(lgp); in lacp_linkstate() local 502 struct lacp_port *lp; in lacp_tick() local 525 struct lacp_port *lp; in lacp_port_create() local 579 struct lacp_port *lp = LACP_PORT(lgp); in lacp_port_destroy() local [all …]
|
H A D | if_lagg.c | 413 struct lagg_port *lp; in lagg_clone_destroy() local 479 struct lagg_port *lp; in lagg_capabilities() local 510 lagg_port_lladdr(struct lagg_port *lp, uint8_t *lladdr) in lagg_port_lladdr() 588 struct lagg_port *lp; in lagg_port_create() local 723 struct lagg_port *lp; in lagg_port_checkstacking() local 740 lagg_port_destroy(struct lagg_port *lp, int runpd) in lagg_port_destroy() 819 struct lagg_port *lp = NULL; in lagg_port_ioctl() local 911 struct lagg_port *lp = ifp->if_lagg; in lagg_port_output() local 927 struct lagg_port *lp; in lagg_port_ifdetach() local 946 lagg_port2req(struct lagg_port *lp, struct lagg_reqport *rp) in lagg_port2req() [all …]
|
/dflybsd-src/sys/platform/vkernel64/x86_64/ |
H A D | procfs_machdep.c | 81 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 D | cpu_regs.c | 157 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 D | trap.c | 185 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()
|
/dflybsd-src/sys/platform/pc64/x86_64/ |
H A D | procfs_machdep.c | 80 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 D | trap.c | 218 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()
|
/dflybsd-src/sys/sys/ |
H A D | signal2.h | 51 lwp_sigpend(struct lwp *lp) in lwp_sigpend() 67 lwp_delsig(struct lwp *lp, int sig, int fromproc) in lwp_delsig() 74 #define CURSIG(lp) __cursig(lp, 1, 0, NULL) argument 75 #define CURSIG_TRACE(lp) __cursig(lp, 1, 1, NULL) argument 76 #define CURSIG_LCK_TRACE(lp, ptok) __cursig(lp, 1, 1, ptok) argument 77 #define CURSIG_NOBLOCK(lp) __cursig(lp, 0, 0, NULL) argument 91 __sig_condblockallsigs(sigset_t *mask, struct lwp *lp) in __sig_condblockallsigs() 144 __cursig(struct lwp *lp, int mayblock, int maytrace, int *ptok) in __cursig()
|
/dflybsd-src/contrib/lvm2/dist/tools/ |
H A D | lvcreate.c | 30 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
|
/dflybsd-src/sys/kern/ |
H A D | usched_dummy.c | 149 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 D | usched_dfly.c | 325 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() 760 dfly_changeqcpu_locked(struct lwp *lp, dfly_pcpu_t dd, dfly_pcpu_t rdd) in dfly_changeqcpu_locked() 779 dfly_setrunqueue_dd(dfly_pcpu_t rdd, struct lwp *lp) in dfly_setrunqueue_dd() 856 dfly_schedulerclock(struct lwp *lp, sysclock_t period, sysclock_t cpstamp) in dfly_schedulerclock() 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() [all …]
|
H A D | usched_bsd4.c | 330 bsd4_acquire_curproc(struct lwp *lp) in bsd4_acquire_curproc() 484 bsd4_release_curproc(struct lwp *lp) in bsd4_release_curproc() 577 bsd4_batchy_looser_pri_test(struct lwp* lp) in bsd4_batchy_looser_pri_test() 625 bsd4_setrunqueue(struct lwp *lp) in bsd4_setrunqueue() 914 bsd4_schedulerclock(struct lwp *lp, sysclock_t period, sysclock_t cpstamp) in bsd4_schedulerclock() 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() 1266 bsd4_forking(struct lwp *plp, struct lwp *lp) in bsd4_forking() 1294 bsd4_exiting(struct lwp *lp, struct proc *child_proc) in bsd4_exiting() [all …]
|
H A D | kern_sched.c | 104 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 D | kern_sig.c | 262 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 553 struct lwp *lp = curthread->td_lwp; in kern_sigpending() local 586 struct lwp *lp = td->td_lwp; in kern_sigsuspend() local 643 struct lwp *lp = td->td_lwp; in kern_sigaltstack() local 788 struct lwp *lp = NULL; in kern_kill() local 951 trapsignal(struct lwp *lp, int sig, u_long code) in trapsignal() 1009 struct lwp *lp; in find_lwp_for_signal() local 1141 lwpsignal(struct proc *p, struct lwp *lp, int sig) in lwpsignal() [all …]
|
H A D | subr_disklabel64.c | 65 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 D | subr_disklabel32.c | 124 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 D | kern_usched.c | 152 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 D | kern_exit.c | 188 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 D | kern_ktrace.c | 76 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()
|
/dflybsd-src/bin/ed/ |
H A D | buf.c | 46 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 D | glbl.c | 45 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
|
/dflybsd-src/sbin/disklabel64/ |
H A D | disklabel64.c | 165 struct disklabel64 *lp; in main() local 363 makelabel(const char *type, const char *name, struct disklabel64 *lp) in makelabel() 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() [all …]
|
/dflybsd-src/sbin/disklabel32/ |
H A D | disklabel.c | 157 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) 1105 getasciipartspec(char *tp, struct disklabel32 *lp, int part, int lineno) 1190 checklabel(struct disklabel32 *lp) [all …]
|
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-util.c | 30 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()
|
/dflybsd-src/lib/libc/xdr/ |
H A D | xdr_mem.c | 117 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()
|