Searched refs:handle (Results 126 - 150 of 710) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dpci_bind.c47 static void acpi_pci_data_handler(acpi_handle handle, u32 function, argument
63 acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id) argument
74 result = acpi_bus_get_device(handle, &device);
82 status = acpi_get_data(handle, acpi_pci_data_handler, (void **)&data);
117 acpi_handle handle = NULL; local
137 acpi_get_name(device->handle, ACPI_FULL_PATHNAME, &buffer);
146 status = acpi_get_data(device->parent->handle, acpi_pci_data_handler,
233 status = acpi_attach_data(device->handle, acpi_pci_data_handler, data);
252 status = acpi_get_handle(device->handle, METHOD_NAME__PRT, &handle);
[all...]
H A Dscan.c32 static int acpi_eject_operation(acpi_handle handle, int lockable) argument
47 acpi_evaluate_object(handle, "_LCK", &arg_list, NULL);
59 status = acpi_evaluate_object(handle, "_EJ0", &arg_list, NULL);
75 acpi_handle handle; local
88 status = acpi_get_type(acpi_device->handle, &type);
95 handle = acpi_device->handle;
100 result = acpi_eject_operation(handle, islockable);
125 result = acpi_get_name(acpi_dev->handle, ACPI_FULL_PATHNAME, &path);
145 if(dev->handle) {
517 acpi_bus_get_ejd(acpi_handle handle, acpi_handle *ejd) argument
538 acpi_bus_data_handler(acpi_handle handle, u32 function, void *context) argument
658 acpi_handle handle = NULL; local
769 acpi_device_get_busid(struct acpi_device *device, acpi_handle handle, int type) argument
847 acpi_handle handle; local
875 acpi_device_set_id(struct acpi_device *device, struct acpi_device *parent, acpi_handle handle, int type) argument
1015 acpi_add_single_object(struct acpi_device **child, struct acpi_device *parent, acpi_handle handle, int type, struct acpi_bus_ops *ops) argument
1256 acpi_bus_add(struct acpi_device **child, struct acpi_device *parent, acpi_handle handle, int type) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcyassl.c195 if(conssl->handle)
196 SSL_free(conssl->handle);
197 conssl->handle = SSL_new(conssl->ctx);
198 if(!conssl->handle) {
199 failf(data, "SSL: couldn't create a context (handle)!");
206 if(!SSL_set_session(conssl->handle, ssl_sessionid)) {
208 ERR_error_string(SSL_get_error(conssl->handle, 0),NULL));
216 if(!SSL_set_fd(conssl->handle, (int)sockfd)) {
240 ret = SSL_connect(conssl->handle);
243 int detail = SSL_get_error(conssl->handle, re
[all...]
H A Descape.c80 char *curl_easy_escape(CURL *handle, const char *string, int inlength) argument
117 res = Curl_convert_to_network(handle, &in, 1);
140 char *curl_easy_unescape(CURL *handle, const char *string, int length, argument
167 res = Curl_convert_from_network(handle, &in, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/diffserv/
H A DEdge133 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 set_tc_index
50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
H A DEdge231 $TC qdisc add dev $INDEV handle ffff: ingress
43 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \
52 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/testsuite/tests/
H A Dcls-testbed.t16 qdisc add dev $DEV root handle 10:0 \
30 qdisc add dev $DEV root handle 10:0 htb
42 qdisc add dev $DEV root handle 20:0 \
48 qdisc add dev $DEV parent 20:0 handle 10:0 prio
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/cfe/
H A Dcfe_api.h160 int cfe_close(int handle);
172 int cfe_init(uint64_t handle, uint64_t ept);
173 int cfe_inpstat(int handle);
174 int cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer,
177 int cfe_read(int handle, unsigned char *buffer, int length);
178 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer,
181 int cfe_write(int handle, unsigned char *buffer, int length);
182 int cfe_writeblk(int handle, int64_t offset, unsigned char *buffer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci-acpi.h50 extern acpi_status pci_osc_control_set(acpi_handle handle, u32 flags);
57 static inline acpi_status pci_osc_control_set(acpi_handle handle, u32 flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs61 private IntPtr handle; field in class:Avahi.AddressResolver
82 private static extern void avahi_address_resolver_free (IntPtr handle); argument
145 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
152 handle = avahi_address_resolver_new (client.Handle, iface, proto, addrPtr, flags,
155 if (handle == IntPtr.Zero)
164 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
168 avahi_address_resolver_free (handle);
169 handle = IntPtr.Zero;
H A DDomainBrowser.cs67 private IntPtr handle; field in class:Avahi.DomainBrowser
87 private static extern void avahi_domain_browser_free (IntPtr handle); argument
146 if (client.Handle == IntPtr.Zero && handle != IntPtr.Zero ||
151 handle = avahi_domain_browser_new (client.Handle, iface, (int) proto,
155 if (handle == IntPtr.Zero)
162 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
165 avahi_domain_browser_free (handle);
166 handle = IntPtr.Zero;
H A DHostNameResolver.cs38 private IntPtr handle; field in class:Avahi.HostNameResolver
59 private static extern void avahi_host_name_resolver_free (IntPtr handle); argument
125 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
130 handle = avahi_host_name_resolver_new (client.Handle, iface, proto,
134 if (handle == IntPtr.Zero)
141 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
145 avahi_host_name_resolver_free (handle);
146 handle = IntPtr.Zero;
H A DRecordBrowser.cs81 private IntPtr handle; field in class:Avahi.RecordBrowser
103 private static extern void avahi_record_browser_free (IntPtr handle); argument
164 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
169 handle = avahi_record_browser_new (client.Handle, iface, proto, Utility.StringToBytes (name),
172 if (handle == IntPtr.Zero)
179 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
183 avahi_record_browser_free (handle);
184 handle = IntPtr.Zero;
H A DServiceBrowser.cs69 private IntPtr handle; field in class:Avahi.ServiceBrowser
89 private static extern void avahi_service_browser_free (IntPtr handle); argument
152 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
157 handle = avahi_service_browser_new (client.Handle, iface, (int) proto,
161 if (handle == IntPtr.Zero)
168 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
172 avahi_service_browser_free (handle);
173 handle = IntPtr.Zero;
H A DServiceTypeBrowser.cs61 private IntPtr handle; field in class:Avahi.ServiceTypeBrowser
80 private static extern void avahi_service_type_browser_free (IntPtr handle); argument
142 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
147 handle = avahi_service_type_browser_new (client.Handle, iface, (int) proto,
151 if (handle == IntPtr.Zero)
158 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
162 avahi_service_type_browser_free (handle);
163 handle = IntPtr.Zero;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_route.c66 u32 handle; member in struct:route4_filter
194 !(TC_H_MAJ(id^tp->q->handle)))) {
223 static unsigned long route4_get(struct tcf_proto *tp, u32 handle) argument
233 h1 = to_hash(handle);
237 h2 = from_hash(handle>>16);
243 if (f->handle == handle)
303 h = f->handle;
334 struct route4_filter *f, u32 handle, struct route4_head *head,
354 if (new && handle
333 route4_set_parms(struct tcf_proto *tp, unsigned long base, struct route4_filter *f, u32 handle, struct route4_head *head, struct rtattr **tb, struct rtattr *est, int new) argument
433 route4_change(struct tcf_proto *tp, unsigned long base, u32 handle, struct rtattr **tca, unsigned long *arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A DSYN-DoS.rate.limit25 $TC qdisc add dev $INDEV handle ffff: ingress
35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dip6tables.h122 ip6tc_handle_t *handle);
136 extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle);
137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dxattr.h105 ext3_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, argument
112 ext3_xattr_delete_inode(handle_t *handle, struct inode *inode) argument
137 extern int ext3_init_security(handle_t *handle, struct inode *inode,
140 static inline int ext3_init_security(handle_t *handle, struct inode *inode, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dxattr.h105 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, argument
112 ext4_xattr_delete_inode(handle_t *handle, struct inode *inode) argument
137 extern int ext4_init_security(handle_t *handle, struct inode *inode,
140 static inline int ext4_init_security(handle_t *handle, struct inode *inode, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci.h330 __le16 handle; member in struct:hci_cp_disconnect
336 __le16 handle; member in struct:hci_cp_add_sco
376 __le16 handle; member in struct:hci_cp_change_conn_ptype
382 __le16 handle; member in struct:hci_cp_auth_requested
387 __le16 handle; member in struct:hci_cp_set_conn_encrypt
393 __le16 handle; member in struct:hci_cp_change_conn_link_key
398 __le16 handle; member in struct:hci_cp_read_remote_features
403 __le16 handle; member in struct:hci_cp_read_remote_version
411 __le16 handle; member in struct:hci_cp_sniff_mode
420 __le16 handle; member in struct:hci_cp_exit_sniff_mode
425 __le16 handle; member in struct:hci_cp_role_discovery
429 __le16 handle; member in struct:hci_rp_role_discovery
435 __le16 handle; member in struct:hci_cp_read_link_policy
439 __le16 handle; member in struct:hci_rp_read_link_policy
451 __le16 handle; member in struct:hci_cp_write_link_policy
456 __le16 handle; member in struct:hci_rp_write_link_policy
461 __le16 handle; member in struct:hci_cp_sniff_subrate
522 __le16 handle; member in struct:hci_ev_conn_complete
538 __le16 handle; member in struct:hci_ev_disconn_complete
545 __le16 handle; member in struct:hci_ev_auth_complete
551 __le16 handle; member in struct:hci_ev_encrypt_change
558 __le16 handle; member in struct:hci_ev_change_conn_link_key_complete
571 __le16 handle; member in struct:hci_ev_qos_setup_complete
604 __le16 handle; member in struct:hci_ev_mode_change
629 __le16 handle; member in struct:hci_ev_remote_features
636 __le16 handle; member in struct:hci_ev_remote_version
645 __le16 handle; member in struct:hci_ev_clock_offset
658 __le16 handle; member in struct:hci_ev_sniff_subrate
703 __le16 handle; /* Handle & Flags(PB, BC) */ member in struct:hci_acl_hdr
708 __le16 handle; member in struct:hci_sco_hdr
812 __u16 handle; member in struct:hci_conn_info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dexport.c50 struct ocfs2_inode_handle *handle = vobjp; local
54 mlog_entry("(0x%p, 0x%p)\n", sb, handle);
56 if (handle->ih_blkno == 0) {
61 inode = ocfs2_iget(OCFS2_SB(sb), handle->ih_blkno, 0);
66 if (handle->ih_generation != inode->i_generation) {
209 struct ocfs2_inode_handle handle, parent; local
232 handle.ih_blkno = (u64)le32_to_cpu(fh[0]) << 32;
233 handle.ih_blkno |= (u64)le32_to_cpu(fh[1]);
234 handle.ih_generation = le32_to_cpu(fh[2]);
237 (unsigned long long)handle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy_stub.c61 __db_verify_internal(dbp, name, subdb, handle, callback, flags)
64 void *handle;
71 COMPQUIET(handle, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpi_pcihp.c152 acpi_run_hpx(acpi_handle handle, struct hotplug_params *hpx) argument
163 status = acpi_evaluate_object(handle, "_HPX", NULL, &buffer);
217 acpi_run_hpp(acpi_handle handle, struct hotplug_params *hpp) argument
226 acpi_get_name(handle, ACPI_FULL_PATHNAME, &string);
232 status = acpi_evaluate_object(handle, METHOD_NAME__HPP, NULL, &ret_buf);
242 status = acpi_evaluate_object(handle, METHOD_NAME__HPP,
300 * @handle - the handle of the hotplug controller.
302 acpi_status acpi_run_oshp(acpi_handle handle) argument
307 acpi_get_name(handle, ACPI_FULL_PATHNAM
338 acpi_handle handle, phandle; local
382 acpi_root_bridge(acpi_handle handle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables.c477 print_header(unsigned int format, const char *chain, struct iptc_handle *handle) argument
480 const char *pol = iptc_get_policy(chain, &counters, handle);
494 if (!iptc_get_references(&refs, chain, handle))
553 struct iptc_handle *const handle)
560 if (!iptc_is_chain(targname, handle))
693 struct iptc_handle *handle)
705 print_firewall_line(fw, handle);
706 ret &= iptc_append_entry(chain, fw, handle);
720 struct iptc_handle *handle)
728 print_firewall_line(fw, handle);
549 print_firewall(const struct ipt_entry *fw, const char *targname, unsigned int num, unsigned int format, struct iptc_handle *const handle) argument
684 append_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct iptc_handle *handle) argument
714 replace_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *smask, const struct in_addr *daddr, const struct in_addr *dmask, int verbose, struct iptc_handle *handle) argument
733 insert_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct iptc_handle *handle) argument
798 delete_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct iptc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
833 check_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr *saddrs, const struct in_addr *smasks, unsigned int ndaddrs, const struct in_addr *daddrs, const struct in_addr *dmasks, bool verbose, struct iptc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
863 for_each_chain4(int (*fn)(const ipt_chainlabel, int, struct iptc_handle *), int verbose, int builtinstoo, struct iptc_handle *handle) argument
899 flush_entries4(const ipt_chainlabel chain, int verbose, struct iptc_handle *handle) argument
911 zero_entries(const ipt_chainlabel chain, int verbose, struct iptc_handle *handle) argument
923 delete_chain4(const ipt_chainlabel chain, int verbose, struct iptc_handle *handle) argument
935 list_entries(const ipt_chainlabel chain, int rulenum, int verbose, int numeric, int expanded, int linenumbers, struct iptc_handle *handle) argument
1183 list_rules(const ipt_chainlabel chain, int rulenum, int counters, struct iptc_handle *handle) argument
1361 do_command4(int argc, char *argv[], char **table, struct iptc_handle **handle) argument
[all...]

Completed in 290 milliseconds

1234567891011>>