Searched refs:self (Results 176 - 200 of 763) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhist.c19 u16 hists__col_len(struct hists *self, enum hist_column col) argument
21 return self->col_len[col];
24 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len) argument
26 self->col_len[col] = len;
29 bool hists__new_col_len(struct hists *self, enum hist_column col, u16 len) argument
31 if (len > hists__col_len(self, col)) {
32 hists__set_col_len(self, col, len);
38 static void hists__reset_col_len(struct hists *self) argument
43 hists__set_col_len(self, col, 0);
46 static void hists__calc_col_len(struct hists *self, struc argument
63 hist_entry__add_cpumode_period(struct hist_entry *self, unsigned int cpumode, u64 period) argument
91 struct hist_entry *self = malloc(sizeof(*self) + callchain_size); local
105 hists__inc_nr_entries(struct hists *self, struct hist_entry *h) argument
120 __hists__add_entry(struct hists *self, struct addr_location *al, struct symbol *sym_parent, u64 period) argument
244 hists__collapse_resort(struct hists *self) argument
300 hists__output_resort(struct hists *self) argument
400 __callchain__fprintf_graph(FILE *fp, struct callchain_node *self, u64 total_samples, int depth, int depth_mask, int left_margin) argument
479 callchain__fprintf_graph(FILE *fp, struct callchain_node *self, u64 total_samples, int left_margin) argument
517 callchain__fprintf_flat(FILE *fp, struct callchain_node *self, u64 total_samples) argument
542 hist_entry_callchain__fprintf(FILE *fp, struct hist_entry *self, u64 total_samples, int left_margin) argument
579 hist_entry__snprintf(struct hist_entry *self, char *s, size_t size, struct hists *hists, struct hists *pair_hists, bool show_displacement, long displacement, bool color, u64 session_total) argument
692 hist_entry__fprintf(struct hist_entry *self, struct hists *hists, struct hists *pair_hists, bool show_displacement, long displacement, FILE *fp, u64 session_total) argument
703 hist_entry__fprintf_callchain(struct hist_entry *self, struct hists *hists, FILE *fp, u64 session_total) argument
720 hists__fprintf(struct hists *self, struct hists *pair, bool show_displacement, FILE *fp) argument
858 hists__sort_list_width(struct hists *self) argument
885 hists__remove_entry_filter(struct hists *self, struct hist_entry *h, enum hist_filter filter) argument
902 hists__filter_by_dso(struct hists *self, const struct dso *dso) argument
925 hists__filter_by_thread(struct hists *self, const struct thread *thread) argument
945 symbol__alloc_hist(struct symbol *self) argument
955 hist_entry__inc_addr_samples(struct hist_entry *self, u64 ip) argument
988 struct objdump_line *self = malloc(sizeof(*self) + privsize); local
998 objdump_line__free(struct objdump_line *self) argument
1019 hist_entry__parse_objdump_line(struct hist_entry *self, FILE *file, struct list_head *head, size_t privsize) argument
1081 hist_entry__annotate(struct hist_entry *self, struct list_head *head, size_t privsize) argument
1157 hists__inc_nr_events(struct hists *self, u32 type) argument
1163 hists__fprintf_nr_events(struct hists *self, FILE *fp) argument
[all...]
H A Dsort.c18 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf,
20 static int hist_entry__comm_snprintf(struct hist_entry *self, char *bf,
22 static int hist_entry__dso_snprintf(struct hist_entry *self, char *bf,
24 static int hist_entry__sym_snprintf(struct hist_entry *self, char *bf,
26 static int hist_entry__parent_snprintf(struct hist_entry *self, char *bf,
28 static int hist_entry__cpu_snprintf(struct hist_entry *self, char *bf,
128 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf, argument
132 self->thread->comm ?: "", self->thread->pid);
135 static int hist_entry__comm_snprintf(struct hist_entry *self, cha argument
164 hist_entry__dso_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
192 hist_entry__sym_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width __used) argument
248 hist_entry__parent_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
263 hist_entry__cpu_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
336 sort_entry__setup_elide(struct sort_entry *self, struct strlist *list, const char *list_name, FILE *fp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dobject.h57 sw_corby_object * self,
66 sw_corby_object self);
71 sw_corby_object self,
80 sw_corby_object self,
89 sw_corby_object self,
98 sw_corby_object self,
104 sw_corby_object self,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dobject.h57 sw_corby_object * self,
66 sw_corby_object self);
71 sw_corby_object self,
80 sw_corby_object self,
89 sw_corby_object self,
98 sw_corby_object self,
104 sw_corby_object self,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dtimer.h90 void irlap_start_slot_timer(struct irlap_cb *self, int timeout);
91 void irlap_start_query_timer(struct irlap_cb *self, int S, int s);
92 void irlap_start_final_timer(struct irlap_cb *self, int timeout);
93 void irlap_start_wd_timer(struct irlap_cb *self, int timeout);
94 void irlap_start_backoff_timer(struct irlap_cb *self, int timeout);
96 void irlap_start_mbusy_timer(struct irlap_cb *self, int timeout);
102 void irlmp_stop_idle_timer(struct lap_cb *self);
H A Dirlan_event.h72 void irlan_do_client_event(struct irlan_cb *self, IRLAN_EVENT event,
75 void irlan_do_provider_event(struct irlan_cb *self, IRLAN_EVENT event,
78 void irlan_next_client_state(struct irlan_cb *self, IRLAN_STATE state);
79 void irlan_next_provider_state(struct irlan_cb *self, IRLAN_STATE state);
H A Dirlap.h202 struct qos_info qos_rx; /* QoS requested by self */
223 void irlap_close(struct irlap_cb *self);
225 void irlap_connect_request(struct irlap_cb *self, __u32 daddr,
227 void irlap_connect_response(struct irlap_cb *self, struct sk_buff *skb);
228 void irlap_connect_indication(struct irlap_cb *self, struct sk_buff *skb);
250 void irlap_reset_indication(struct irlap_cb *self);
262 void irlap_apply_default_connection_parameters(struct irlap_cb *self);
263 void irlap_apply_connection_parameters(struct irlap_cb *self, int now);
265 #define IRLAP_GET_HEADER_SIZE(self) (LAP_MAX_HEADER)
266 #define IRLAP_GET_TX_QUEUE_LEN(self) skb_queue_le
270 irlap_is_primary(struct irlap_cb *self) argument
289 irlap_clear_disconnect(struct irlap_cb *self) argument
300 irlap_next_state(struct irlap_cb *self, IRLAP_STATE state) argument
[all...]
H A Dirlmp.h198 void irlmp_close_lsap( struct lsap_cb *self);
216 void irlmp_connect_indication(struct lsap_cb *self, struct sk_buff *skb);
219 struct lsap_cb *irlmp_dup(struct lsap_cb *self, void *instance);
221 void irlmp_disconnect_indication(struct lsap_cb *self, LM_REASON reason,
245 void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow);
249 static inline __u32 irlmp_get_saddr(const struct lsap_cb *self) argument
251 return (self && self->lap) ? self->lap->saddr : 0;
254 static inline __u32 irlmp_get_daddr(const struct lsap_cb *self) argument
268 irlmp_lap_tx_queue_full(struct lsap_cb *self) argument
285 irlmp_listen(struct lsap_cb *self) argument
[all...]
H A Dirlan_common.h201 void irlan_close(struct irlan_cb *self);
202 void irlan_close_tsaps(struct irlan_cb *self);
204 int irlan_register_netdev(struct irlan_cb *self);
205 void irlan_ias_register(struct irlan_cb *self, __u8 tsap_sel);
206 void irlan_start_watchdog_timer(struct irlan_cb *self, int timeout);
208 void irlan_open_data_tsap(struct irlan_cb *self);
210 int irlan_run_ctrl_tx_queue(struct irlan_cb *self);
213 void irlan_get_provider_info(struct irlan_cb *self);
214 void irlan_get_media_char(struct irlan_cb *self);
215 void irlan_open_data_channel(struct irlan_cb *self);
[all...]
H A Dirlap_frame.h143 void irlap_queue_xmit(struct irlap_cb *self, struct sk_buff *skb);
148 void irlap_send_test_frame(struct irlap_cb *self, __u8 caddr, __u32 daddr,
151 void irlap_send_dm_frame(struct irlap_cb *self);
152 void irlap_send_rd_frame(struct irlap_cb *self);
153 void irlap_send_disc_frame(struct irlap_cb *self);
154 void irlap_send_rr_frame(struct irlap_cb *self, int command);
161 void irlap_resend_rejected_frame(struct irlap_cb *self, int command);
163 void irlap_send_ui_frame(struct irlap_cb *self, struct sk_buff *skb,
166 extern int irlap_insert_qos_negotiation_params(struct irlap_cb *self,
H A Dircomm_tty_attach.h72 int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event,
76 int ircomm_tty_attach_cable(struct ircomm_tty_cb *self);
77 void ircomm_tty_detach_cable(struct ircomm_tty_cb *self);
91 int ircomm_tty_send_initial_parameters(struct ircomm_tty_cb *self);
92 void ircomm_tty_link_established(struct ircomm_tty_cb *self);
H A Diriap.h95 void iriap_close(struct iriap_cb *self);
97 int iriap_getvaluebyclass_request(struct iriap_cb *self,
100 void iriap_connect_request(struct iriap_cb *self);
101 void iriap_send_ack( struct iriap_cb *self);
102 void iriap_call_indication(struct iriap_cb *self, struct sk_buff *skb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-socket-set-epoll.c58 DBusSocketSetEpoll *self = socket_set_epoll_cast (set); local
60 if (self == NULL)
63 if (self->epfd != -1)
64 close (self->epfd);
66 dbus_free (self);
72 DBusSocketSetEpoll *self; local
74 self = dbus_new0 (DBusSocketSetEpoll, 1);
76 if (self == NULL)
79 self->parent.cls = &_dbus_socket_set_epoll_class;
81 self
143 DBusSocketSetEpoll *self = socket_set_epoll_cast (set); local
195 DBusSocketSetEpoll *self = socket_set_epoll_cast (set); local
234 DBusSocketSetEpoll *self = socket_set_epoll_cast (set); local
269 DBusSocketSetEpoll *self = socket_set_epoll_cast (set); local
293 DBusSocketSetEpoll *self = socket_set_epoll_cast (set); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py109 def __init__(self, common_cpu, common_secs, common_nsecs,
111 self.cpu = common_cpu
112 self.secs = common_secs
113 self.nsecs = common_nsecs
114 self.pid = common_pid
115 self.comm = common_comm
117 def ts(self):
118 return (self.secs * (10 ** 9)) + self.nsecs
120 def ts_format(self)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DvalidDTD.py9 def __init__(self):
10 self.errors = []
12 def handler(self, msg, data):
15 self.errors.append(msg)
H A Dthread2.py14 def __init__(self):
15 self.errors = []
16 self.lock = Lock()
18 def handler(self,ctx,str):
19 self.lock.acquire()
20 self.errors.append(str)
21 self.lock.release()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DvalidDTD.py9 def __init__(self):
10 self.errors = []
12 def handler(self, msg, data):
15 self.errors.append(msg)
H A Dthread2.py14 def __init__(self):
15 self.errors = []
16 self.lock = Lock()
18 def handler(self,ctx,str):
19 self.lock.acquire()
20 self.errors.append(str)
21 self.lock.release()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dtimefilter.h80 double ff_timefilter_update(TimeFilter *self, double system_time, double period);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DFTPServer.pm456 my ($self, $attr) = @_;
471 my $self = bless {}, $class;
472 foreach my $attrname ($self->_standard_keys()) {
475 $self->{$attrname} = $args{$argname};
477 $self->{$attrname} = $caller->{$attrname};
479 $self->{$attrname} = $self->_default_for($attrname);
484 $self->{_server_sock}
485 = IO::Socket::INET->new (LocalHost => $self->{_localAddr},
486 LocalPort => $self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dqos.c430 int irlap_qos_negotiate(struct irlap_cb *self, struct sk_buff *skb) argument
434 ret = irda_param_extract_all(self, skb->data, skb->len,
438 irda_qos_bits_to_value(&self->qos_tx);
439 irda_qos_bits_to_value(&self->qos_rx);
441 irlap_adjust_qos_settings(&self->qos_tx);
444 self->qos_tx.baud_rate.value);
446 self->qos_tx.data_size.value);
448 self->qos_tx.window_size.value);
450 self->qos_tx.additional_bofs.value);
452 self
466 irlap_insert_qos_negotiation_params(struct irlap_cb *self, struct sk_buff *skb) argument
533 struct irlap_cb *self = (struct irlap_cb *) instance; local
569 struct irlap_cb *self = (struct irlap_cb *) instance; local
601 struct irlap_cb *self = (struct irlap_cb *) instance; local
623 struct irlap_cb *self = (struct irlap_cb *) instance; local
646 struct irlap_cb *self = (struct irlap_cb *) instance; local
667 struct irlap_cb *self = (struct irlap_cb *) instance; local
689 struct irlap_cb *self = (struct irlap_cb *) instance; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dutil.c16 static void newt_form__set_exit_keys(newtComponent self) argument
18 newtFormAddHotKey(self, NEWT_KEY_LEFT);
19 newtFormAddHotKey(self, NEWT_KEY_ESCAPE);
20 newtFormAddHotKey(self, 'Q');
21 newtFormAddHotKey(self, 'q');
22 newtFormAddHotKey(self, CTRL('c'));
27 newtComponent self = newtForm(NULL, NULL, 0); local
28 if (self)
29 newt_form__set_exit_keys(self);
30 return self;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dgenerator.py40 def __init__(self, target):
43 self.finish_starttag = target.start
44 self.finish_endtag = target.end
45 self.handle_data = target.data
48 self.parser = sgmlop.XMLParser()
49 self.parser.register(self)
50 self.feed = self.parser.feed
51 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dgenerator.py40 def __init__(self, target):
43 self.finish_starttag = target.start
44 self.finish_endtag = target.end
45 self.handle_data = target.data
48 self.parser = sgmlop.XMLParser()
49 self.parser.register(self)
50 self.feed = self.parser.feed
51 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm868 my $self = shift ;
869 $self->_DESTROY() ;
881 my $self = shift ;
923 my ($addr) = _db_open_hash($self, $got);
926 $obj = bless [$addr] , $self ;
946 my $self = shift ;
982 my ($addr) = _db_open_btree($self, $got);
985 $obj = bless [$addr] , $self ;
1005 my $self = shift ;
1048 my ($addr) = _db_open_recno($self,
[all...]

Completed in 142 milliseconds

1234567891011>>