Searched refs:bp (Results 201 - 225 of 1708) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dbind_addr.c132 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) argument
134 bp->malloced = 0;
136 INIT_LIST_HEAD(&bp->address_list);
137 bp->port = port;
141 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) argument
147 list_for_each_safe(pos, temp, &bp->address_list) {
156 void sctp_bind_addr_free(struct sctp_bind_addr *bp) argument
159 sctp_bind_addr_clean(bp);
161 if (bp->malloced) {
162 kfree(bp);
168 sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, __u8 addr_state, gfp_t gfp) argument
203 sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr) argument
235 sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp, int *addrs_len, gfp_t gfp) argument
287 sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw_addr_list, int addrs_len, __u16 port, gfp_t gfp) argument
330 sctp_bind_addr_match(struct sctp_bind_addr *bp, const union sctp_addr *addr, struct sctp_sock *opt) argument
354 sctp_bind_addr_conflict(struct sctp_bind_addr *bp, const union sctp_addr *addr, struct sctp_sock *bp_sp, struct sctp_sock *addr_sp) argument
389 sctp_bind_addr_state(const struct sctp_bind_addr *bp, const union sctp_addr *addr) argument
417 sctp_find_unmatch_addr(struct sctp_bind_addr *bp, const union sctp_addr *addrs, int addrcnt, struct sctp_sock *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dbind_addr.c132 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) argument
134 bp->malloced = 0;
136 INIT_LIST_HEAD(&bp->address_list);
137 bp->port = port;
141 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) argument
147 list_for_each_safe(pos, temp, &bp->address_list) {
156 void sctp_bind_addr_free(struct sctp_bind_addr *bp) argument
159 sctp_bind_addr_clean(bp);
161 if (bp->malloced) {
162 kfree(bp);
168 sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, __u8 addr_state, gfp_t gfp) argument
203 sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr) argument
235 sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp, int *addrs_len, gfp_t gfp) argument
287 sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw_addr_list, int addrs_len, __u16 port, gfp_t gfp) argument
330 sctp_bind_addr_match(struct sctp_bind_addr *bp, const union sctp_addr *addr, struct sctp_sock *opt) argument
354 sctp_bind_addr_conflict(struct sctp_bind_addr *bp, const union sctp_addr *addr, struct sctp_sock *bp_sp, struct sctp_sock *addr_sp) argument
389 sctp_bind_addr_state(const struct sctp_bind_addr *bp, const union sctp_addr *addr) argument
417 sctp_find_unmatch_addr(struct sctp_bind_addr *bp, const union sctp_addr *addrs, int addrcnt, struct sctp_sock *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dhw_breakpoint.c106 int arch_install_hw_breakpoint(struct perf_event *bp) argument
108 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
116 *slot = bp;
144 void arch_uninstall_hw_breakpoint(struct perf_event *bp) argument
146 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
153 if (*slot == bp) {
194 int arch_check_bp_in_kernelspace(struct perf_event *bp) argument
198 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
252 static int arch_build_bp_info(struct perf_event *bp) argument
254 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
306 arch_validate_hwbkpt_settings(struct perf_event *bp) argument
360 struct perf_event *bp; local
428 struct perf_event *bp; local
521 hw_breakpoint_pmu_read(struct perf_event *bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c106 int arch_install_hw_breakpoint(struct perf_event *bp) argument
108 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
116 *slot = bp;
144 void arch_uninstall_hw_breakpoint(struct perf_event *bp) argument
146 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
153 if (*slot == bp) {
194 int arch_check_bp_in_kernelspace(struct perf_event *bp) argument
198 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
252 static int arch_build_bp_info(struct perf_event *bp) argument
254 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
306 arch_validate_hwbkpt_settings(struct perf_event *bp) argument
360 struct perf_event *bp; local
428 struct perf_event *bp; local
521 hw_breakpoint_pmu_read(struct perf_event *bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bio/
H A Dbss_log.c130 static void xopenlog(BIO* bp, char* name, int level);
131 static void xsyslog(BIO* bp, int priority, const char* string);
132 static void xcloselog(BIO* bp);
235 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) argument
240 ret=slg_write(bp,str,n);
246 static void xopenlog(BIO* bp, char* name, int level) argument
249 bp->ptr = RegisterEventSourceA(NULL,name);
251 bp->ptr = NULL;
254 static void xsyslog(BIO *bp, int priority, const char *string) argument
260 if (bp
293 xcloselog(BIO* bp) argument
304 xopenlog(BIO* bp, char* name, int level) argument
309 xsyslog(BIO *bp, int priority, const char *string) argument
372 xcloselog(BIO* bp) argument
378 xopenlog(BIO* bp, char* name, int level) argument
387 xsyslog(BIO *bp, int priority, const char *string) argument
392 xcloselog(BIO* bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bio/
H A Dbss_log.c130 static void xopenlog(BIO *bp, char *name, int level);
131 static void xsyslog(BIO *bp, int priority, const char *string);
132 static void xcloselog(BIO *bp);
273 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) argument
278 ret = slg_write(bp, str, n);
284 static void xopenlog(BIO *bp, char *name, int level) argument
287 bp->ptr = RegisterEventSourceA(NULL, name);
289 bp->ptr = NULL;
292 static void xsyslog(BIO *bp, int priority, const char *string) argument
298 if (bp
332 xcloselog(BIO *bp) argument
343 xopenlog(BIO *bp, char *name, int level) argument
348 xsyslog(BIO *bp, int priority, const char *string) argument
426 xcloselog(BIO *bp) argument
432 xopenlog(BIO *bp, char *name, int level) argument
441 xsyslog(BIO *bp, int priority, const char *string) argument
446 xcloselog(BIO *bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bio/
H A Dbss_log.c130 static void xopenlog(BIO* bp, char* name, int level);
131 static void xsyslog(BIO* bp, int priority, const char* string);
132 static void xcloselog(BIO* bp);
235 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) argument
240 ret=slg_write(bp,str,n);
246 static void xopenlog(BIO* bp, char* name, int level) argument
249 bp->ptr = RegisterEventSourceA(NULL,name);
251 bp->ptr = NULL;
254 static void xsyslog(BIO *bp, int priority, const char *string) argument
260 if (bp
293 xcloselog(BIO* bp) argument
304 xopenlog(BIO* bp, char* name, int level) argument
309 xsyslog(BIO *bp, int priority, const char *string) argument
372 xcloselog(BIO* bp) argument
378 xopenlog(BIO* bp, char* name, int level) argument
387 xsyslog(BIO *bp, int priority, const char *string) argument
392 xcloselog(BIO* bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bio/
H A Dbss_log.c130 static void xopenlog(BIO *bp, char *name, int level);
131 static void xsyslog(BIO *bp, int priority, const char *string);
132 static void xcloselog(BIO *bp);
273 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) argument
278 ret = slg_write(bp, str, n);
284 static void xopenlog(BIO *bp, char *name, int level) argument
287 bp->ptr = RegisterEventSourceA(NULL, name);
289 bp->ptr = NULL;
292 static void xsyslog(BIO *bp, int priority, const char *string) argument
298 if (bp
332 xcloselog(BIO *bp) argument
343 xopenlog(BIO *bp, char *name, int level) argument
348 xsyslog(BIO *bp, int priority, const char *string) argument
426 xcloselog(BIO *bp) argument
432 xopenlog(BIO *bp, char *name, int level) argument
441 xsyslog(BIO *bp, int priority, const char *string) argument
446 xcloselog(BIO *bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bio/
H A Dbss_log.c130 static void xopenlog(BIO* bp, char* name, int level);
131 static void xsyslog(BIO* bp, int priority, const char* string);
132 static void xcloselog(BIO* bp);
235 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) argument
240 ret=slg_write(bp,str,n);
246 static void xopenlog(BIO* bp, char* name, int level) argument
249 bp->ptr = RegisterEventSourceA(NULL,name);
251 bp->ptr = NULL;
254 static void xsyslog(BIO *bp, int priority, const char *string) argument
260 if (bp
293 xcloselog(BIO* bp) argument
304 xopenlog(BIO* bp, char* name, int level) argument
309 xsyslog(BIO *bp, int priority, const char *string) argument
372 xcloselog(BIO* bp) argument
378 xopenlog(BIO* bp, char* name, int level) argument
387 xsyslog(BIO *bp, int priority, const char *string) argument
392 xcloselog(BIO* bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bio/
H A Dbss_log.c130 static void xopenlog(BIO *bp, char *name, int level);
131 static void xsyslog(BIO *bp, int priority, const char *string);
132 static void xcloselog(BIO *bp);
273 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) argument
278 ret = slg_write(bp, str, n);
284 static void xopenlog(BIO *bp, char *name, int level) argument
287 bp->ptr = RegisterEventSourceA(NULL, name);
289 bp->ptr = NULL;
292 static void xsyslog(BIO *bp, int priority, const char *string) argument
298 if (bp
332 xcloselog(BIO *bp) argument
343 xopenlog(BIO *bp, char *name, int level) argument
348 xsyslog(BIO *bp, int priority, const char *string) argument
426 xcloselog(BIO *bp) argument
432 xopenlog(BIO *bp, char *name, int level) argument
441 xsyslog(BIO *bp, int priority, const char *string) argument
446 xcloselog(BIO *bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/UTILS/
H A Dtermcap.c74 find_capability (bp, cap)
75 register char *bp, *cap;
77 for (; *bp; bp++)
78 if (bp[0] == ':'
79 && bp[1] == cap[0]
80 && bp[2] == cap[1])
81 return &bp[4];
341 tgetent (bp, name)
342 char *bp, *nam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/UTILS/
H A Dtermcap.c74 find_capability (bp, cap)
75 register char *bp, *cap;
77 for (; *bp; bp++)
78 if (bp[0] == ':'
79 && bp[1] == cap[0]
80 && bp[2] == cap[1])
81 return &bp[4];
341 tgetent (bp, name)
342 char *bp, *nam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/UTILS/
H A Dtermcap.c74 find_capability (bp, cap)
75 register char *bp, *cap;
77 for (; *bp; bp++)
78 if (bp[0] == ':'
79 && bp[1] == cap[0]
80 && bp[2] == cap[1])
81 return &bp[4];
341 tgetent (bp, name)
342 char *bp, *nam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libads/
H A Dldap_utils.c37 char *bp; local
46 bp = SMB_STRDUP(bind_path);
48 if (!bp) {
58 status = ads_do_search(ads, bp, scope, expr, attrs, res);
60 status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
64 expr, bp, ads_count_replies(ads, *res)));
65 SAFE_FREE(bp);
89 SAFE_FREE(bp);
99 status = ads_do_search(ads, bp, scope, expr, attrs, res);
101 status = ads_do_search_all_args(ads, bp, scop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libads/
H A Dldap_utils.c37 char *bp; local
46 bp = SMB_STRDUP(bind_path);
48 if (!bp) {
58 status = ads_do_search(ads, bp, scope, expr, attrs, res);
60 status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
64 expr, bp, ads_count_replies(ads, *res)));
65 SAFE_FREE(bp);
89 SAFE_FREE(bp);
99 status = ads_do_search(ads, bp, scope, expr, attrs, res);
101 status = ads_do_search_all_args(ads, bp, scop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libads/
H A Dldap_utils.c37 char *bp; local
46 bp = SMB_STRDUP(bind_path);
48 if (!bp) {
58 status = ads_do_search(ads, bp, scope, expr, attrs, res);
60 status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
64 expr, bp, ads_count_replies(ads, *res)));
65 SAFE_FREE(bp);
89 SAFE_FREE(bp);
99 status = ads_do_search(ads, bp, scope, expr, attrs, res);
101 status = ads_do_search_all_args(ads, bp, scop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_subr.c105 struct buffer_head *bp; local
109 bp = sb_bread(ip->i_sb, pblock);
111 return (bp);
118 * @bp: buffer skeleton
122 * The vxfs_get_block function fills @bp with the right physical
131 struct buffer_head *bp, int create)
137 map_bh(bp, ip->i_sb, pblock);
130 vxfs_getblk(struct inode *ip, sector_t iblock, struct buffer_head *bp, int create) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_subr.c105 struct buffer_head *bp; local
109 bp = sb_bread(ip->i_sb, pblock);
111 return (bp);
118 * @bp: buffer skeleton
122 * The vxfs_get_block function fills @bp with the right physical
131 struct buffer_head *bp, int create)
137 map_bh(bp, ip->i_sb, pblock);
130 vxfs_getblk(struct inode *ip, sector_t iblock, struct buffer_head *bp, int create) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dena-dis-br.exp76 set bp 0
79 set bp $expect_out(1,string)
83 return $bp
86 set bp [break_at "marker1" " line ($bp_location15|$bp_location16)"]
88 gdb_test "enable $bp" "" "enable break marker1"
90 gdb_test "info break $bp" \
106 gdb_test "delete $bp" "" "delete break marker1"
110 set bp [break_at "marker2" " line ($bp_location8|$bp_location9)"]
112 gdb_test "enable once $bp" "" "enable once break marker2"
114 gdb_test "info break $bp" \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dena-dis-br.exp76 set bp 0
79 set bp $expect_out(1,string)
83 return $bp
86 set bp [break_at "marker1" " line ($bp_location15|$bp_location16)"]
88 gdb_test "enable $bp" "" "enable break marker1"
90 gdb_test "info break $bp" \
106 gdb_test "delete $bp" "" "delete break marker1"
110 set bp [break_at "marker2" " line ($bp_location8|$bp_location9)"]
112 gdb_test "enable once $bp" "" "enable once break marker2"
114 gdb_test "info break $bp" \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dena-dis-br.exp76 set bp 0
79 set bp $expect_out(1,string)
83 return $bp
86 set bp [break_at "marker1" " line ($bp_location15|$bp_location16)"]
88 gdb_test "enable $bp" "" "enable break marker1"
90 gdb_test "info break $bp" \
106 gdb_test "delete $bp" "" "delete break marker1"
110 set bp [break_at "marker2" " line ($bp_location8|$bp_location9)"]
112 gdb_test "enable once $bp" "" "enable once break marker2"
114 gdb_test "info break $bp" \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A Dskfddi.c385 skfddi_priv *bp = &smc->os; local
391 bp->base_addr = dev->base_addr;
396 spin_lock_init(&bp->DriverLock);
399 bp->LocalRxBuffer = pci_alloc_consistent(&bp->pdev, MAX_FRAME_SIZE, &bp->LocalRxBufferDMA);
400 if (!bp->LocalRxBuffer) {
407 bp->SharedMemSize = mac_drv_check_space();
408 pr_debug(KERN_INFO "Memory for HWM: %ld\n", bp->SharedMemSize);
409 if (bp
553 skfddi_priv *bp = &smc->os; local
611 skfddi_priv *bp; local
676 struct s_smc *bp = netdev_priv(dev); local
727 skfddi_priv *bp = &smc->os; local
812 skfddi_priv *bp = &smc->os; local
932 skfddi_priv *bp = &smc->os; local
993 skfddi_priv *bp = &smc->os; local
1165 skfddi_priv *bp = &smc->os; local
1349 skfddi_priv *bp = &smc->os; local
1463 skfddi_priv *bp = &smc->os; local
1738 skfddi_priv *bp = &smc->os; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/
H A Dskfddi.c385 skfddi_priv *bp = &smc->os; local
391 bp->base_addr = dev->base_addr;
396 spin_lock_init(&bp->DriverLock);
399 bp->LocalRxBuffer = pci_alloc_consistent(&bp->pdev, MAX_FRAME_SIZE, &bp->LocalRxBufferDMA);
400 if (!bp->LocalRxBuffer) {
407 bp->SharedMemSize = mac_drv_check_space();
408 pr_debug(KERN_INFO "Memory for HWM: %ld\n", bp->SharedMemSize);
409 if (bp
553 skfddi_priv *bp = &smc->os; local
611 skfddi_priv *bp; local
676 struct s_smc *bp = netdev_priv(dev); local
727 skfddi_priv *bp = &smc->os; local
812 skfddi_priv *bp = &smc->os; local
932 skfddi_priv *bp = &smc->os; local
993 skfddi_priv *bp = &smc->os; local
1165 skfddi_priv *bp = &smc->os; local
1349 skfddi_priv *bp = &smc->os; local
1463 skfddi_priv *bp = &smc->os; local
1738 skfddi_priv *bp = &smc->os; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_da_btree.c90 STATIC uint xfs_da_node_lasthash(xfs_dabuf_t *bp, int *count);
110 xfs_dabuf_t *bp; local
115 error = xfs_da_get_buf(tp, args->dp, blkno, -1, &bp, whichfork);
118 ASSERT(bp != NULL);
119 node = bp->data;
127 xfs_da_log_buf(tp, bp,
130 *bpp = bp;
143 xfs_dabuf_t *bp; local
204 xfs_da_buf_done(addblk->bp);
205 addblk->bp
299 xfs_dabuf_t *bp; local
710 xfs_dabuf_t *bp; local
770 xfs_dabuf_t *bp; local
1191 xfs_dabuf_t *bp; local
1297 xfs_da_node_lasthash(xfs_dabuf_t *bp, int *count) argument
1319 xfs_dabuf_t *bp; local
1936 xfs_buf_t *bp = NULL; local
2251 xfs_buf_t *bp; local
2311 xfs_buf_t *bp; local
2364 xfs_buf_t *bp; local
2409 xfs_buf_t *bp; local
2435 xfs_buf_t *bp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.c90 STATIC uint xfs_da_node_lasthash(xfs_dabuf_t *bp, int *count);
110 xfs_dabuf_t *bp; local
115 error = xfs_da_get_buf(tp, args->dp, blkno, -1, &bp, whichfork);
118 ASSERT(bp != NULL);
119 node = bp->data;
127 xfs_da_log_buf(tp, bp,
130 *bpp = bp;
143 xfs_dabuf_t *bp; local
204 xfs_da_buf_done(addblk->bp);
205 addblk->bp
299 xfs_dabuf_t *bp; local
710 xfs_dabuf_t *bp; local
770 xfs_dabuf_t *bp; local
1191 xfs_dabuf_t *bp; local
1297 xfs_da_node_lasthash(xfs_dabuf_t *bp, int *count) argument
1319 xfs_dabuf_t *bp; local
1936 xfs_buf_t *bp = NULL; local
2251 xfs_buf_t *bp; local
2311 xfs_buf_t *bp; local
2364 xfs_buf_t *bp; local
2409 xfs_buf_t *bp; local
2435 xfs_buf_t *bp; local
[all...]

Completed in 302 milliseconds

1234567891011>>