Searched refs:id (Results 76 - 100 of 8404) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DGroupsPrefsController.h44 - (void) addRemoveGroup: (id) sender;
46 - (IBAction) toggleUseCustomDownloadLocation: (id) sender;
47 - (IBAction) customDownloadLocationSheetShow: (id) sender;
49 - (IBAction) toggleUseAutoAssignRules: (id) sender;
50 - (IBAction) orderFrontRulesSheet: (id) sender;
51 - (IBAction) cancelRules: (id) sender;
52 - (IBAction) saveRules: (id) sender;
H A DInfoOptionsViewController.h53 - (IBAction) setUseSpeedLimit: (id) sender;
54 - (IBAction) setSpeedLimit: (id) sender;
55 - (IBAction) setUseGlobalSpeedLimit: (id) sender;
57 - (IBAction) setRatioSetting: (id) sender;
58 - (IBAction) setRatioLimit: (id) sender;
60 - (IBAction) setIdleSetting: (id) sender;
61 - (IBAction) setIdleLimit: (id) sender;
63 - (IBAction) setRemoveWhenSeedingCompletes: (id) sender;
65 - (IBAction) setPriority: (id) sender;
67 - (IBAction) setPeersConnectLimit: (id) sende
[all...]
H A DController.h123 - (void) openShowSheet: (id) sender;
134 - (void) openURLShowSheet: (id) sender;
140 - (void) createFile: (id) sender;
142 - (void) resumeSelectedTorrents: (id) sender;
143 - (void) resumeAllTorrents: (id) sender;
146 - (void) resumeSelectedTorrentsNoWait: (id) sender;
147 - (void) resumeWaitingTorrents: (id) sender;
150 - (void) stopSelectedTorrents: (id) sender;
151 - (void) stopAllTorrents: (id) sender;
158 - (void) removeNoDelete: (id) sende
[all...]
H A DPortChecker.h37 id fDelegate;
46 - (id) initForPort: (NSInteger) portNumber delay: (BOOL) delay withDelegate: (id) delegate;
H A DURLSheetWindowController.h38 - (id) initWithController: (Controller *) controller;
40 - (void) openURLEndSheet: (id) sender;
41 - (void) openURLCancelEndSheet: (id) sender;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dclock.h37 int (*enable)(unsigned id);
38 void (*disable)(unsigned id);
39 void (*auto_off)(unsigned id);
40 int (*reset)(unsigned id, enum clk_reset_action action);
41 int (*set_rate)(unsigned id, unsigned rate);
42 int (*set_min_rate)(unsigned id, unsigned rate);
43 int (*set_max_rate)(unsigned id, unsigned rate);
44 int (*set_flags)(unsigned id, unsigned flags);
45 unsigned (*get_rate)(unsigned id);
46 unsigned (*is_enabled)(unsigned id);
51 uint32_t id; member in struct:clk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_LED.c26 {.name = "led-trigger-id", .id = O_LED_TRIGGER_ID,
28 .max = sizeof(((struct xt_led_info *)NULL)->id) -
30 {.name = "led-delay", .id = O_LED_DELAY, .type = XTTYPE_STRING},
31 {.name = "led-always-blink", .id = O_LED_ALWAYS_BLINK,
41 "--led-trigger-id name suffix for led trigger name\n"
54 switch (cb->entry->id) {
56 strcpy(led->id, "netfilter-");
57 strcat(led->id, cb->arg);
75 const char *id local
98 const char *id = led->id + strlen("netfilter-"); /* trim off prefix */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dmixer_maps.c28 int id; member in struct:usbmix_name_map
35 int id; member in struct:usbmix_selector_map
41 u32 id; member in struct:usbmix_ctl_map
184 .id = 14, /* Capture Source */
189 .id = 29, /* Digital Out Source */
194 .id = 31, /* Headphone Source */
307 .id = USB_ID(0x041e, 0x3000),
312 .id = USB_ID(0x041e, 0x3010),
316 .id = USB_ID(0x041e, 0x3020),
321 .id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_LED.c26 {.name = "led-trigger-id", .id = O_LED_TRIGGER_ID,
28 .max = sizeof(((struct xt_led_info *)NULL)->id) -
30 {.name = "led-delay", .id = O_LED_DELAY, .type = XTTYPE_STRING},
31 {.name = "led-always-blink", .id = O_LED_ALWAYS_BLINK,
41 "--led-trigger-id name suffix for led trigger name\n"
54 switch (cb->entry->id) {
56 strcpy(led->id, "netfilter-");
57 strcat(led->id, cb->arg);
75 const char *id local
98 const char *id = led->id + strlen("netfilter-"); /* trim off prefix */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/ad1816a/
H A Dad1816a.c46 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
59 module_param_array(id, charp, NULL, 0444);
60 MODULE_PARM_DESC(id, "ID string for ad1816a based soundcard.");
73 { .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } },
75 { .id = "ADS7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
77 { .id
102 snd_card_ad1816a_pnp(int dev, struct snd_card_ad1816a *acard, struct pnp_card_link *card, const struct pnp_card_device_id *id) argument
236 snd_ad1816a_pnp_detect(struct pnp_card_link *card, const struct pnp_card_device_id *id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcodec_desc.c34 .id = AV_CODEC_ID_MPEG1VIDEO,
41 .id = AV_CODEC_ID_MPEG2VIDEO,
49 .id = AV_CODEC_ID_MPEG2VIDEO_XVMC,
57 .id = AV_CODEC_ID_H261,
64 .id = AV_CODEC_ID_H263,
71 .id = AV_CODEC_ID_RV10,
78 .id = AV_CODEC_ID_RV20,
85 .id = AV_CODEC_ID_MJPEG,
93 .id = AV_CODEC_ID_MJPEGB,
100 .id
2846 avcodec_descriptor_get(enum AVCodecID id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreebase.h58 // construct wxTreeItemId from the native item id
122 void SetId(const wxTreeItemId& id) { m_pItem = id; } argument
136 void Add(const wxTreeItemId& id) argument
137 { wxArrayTreeItemIdsBase::Add(id.m_pItem); }
138 void Insert(const wxTreeItemId& id, size_t pos) argument
139 { wxArrayTreeItemIdsBase::Insert(id.m_pItem, pos); }
276 wxTreeEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
362 #define wx__DECLARE_TREEEVT(evt, id, fn) \
363 wx__DECLARE_EVT1(wxEVT_COMMAND_TREE_ ## evt, id, wxTreeEventHandle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Drdma_cm.h120 * the passed in id, or a corresponding listen id. Returning a
121 * non-zero value from the callback will destroy the passed in id.
123 typedef int (*rdma_cm_event_handler)(struct rdma_cm_id *id,
141 * @context: User specified context associated with the id.
150 * @id: RDMA identifier.
153 * asynchronous operations associated with the id.
155 void rdma_destroy_id(struct rdma_cm_id *id);
161 * @id: RDMA identifier.
168 int rdma_bind_addr(struct rdma_cm_id *id, struc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtreelay.cpp53 long id = actualTopId; local
54 while (id != wxID_ANY)
56 SetNodeX(id, 0);
57 SetNodeY(id, 0);
58 ActivateNode(id, false);
59 id = GetNextNode(id);
75 long id = GetTopNode(); local
76 while (id != wxID_ANY)
78 if (NodeActive(id))
86 long id = GetTopNode(); local
99 DrawNode(long id, wxDC& dc) argument
126 GetNodeSize(long id, long *x, long *y, wxDC& dc) argument
336 GetChildren(long id, wxList& list) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_asym.c86 const char *id; local
87 if (snd_config_get_id(n, &id) < 0)
89 if (snd_pcm_conf_generic_id(id))
91 if (strcmp(id, "playback") == 0) {
96 if (strcmp(id, "capture") == 0) {
101 SNDERR("Unknown field %s", id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dchpid.h20 u8 id; member in struct:chp_id
33 return (a->id == b->id) && (a->cssid == b->cssid);
38 if (chpid->id < __MAX_CHPID)
39 chpid->id++;
41 chpid->id = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dcramfs.c44 int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size) argument
50 cs = (struct cramfs_super *) volume_id_get_buffer(id, off, 0x200);
55 volume_id_set_label_raw(id, cs->name, 16);
56 volume_id_set_label_string(id, cs->name, 16);
58 volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
59 id->type = "cramfs";
H A Djmicron_raid.c36 int volume_id_probe_jmicron_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
49 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
57 volume_id_set_usage(id, VOLUME_ID_RAID);
58 snprintf(id->type_version, sizeof(id->type_version)-1, "%u.%u", jm->major_version, jm->minor_version);
59 id->type = "jmicron_raid_member";
H A Dlinux_raid.c61 static int volume_id_probe_linux_raid0(struct volume_id *id, uint64_t off, uint64_t size) argument
74 buf = volume_id_get_buffer(id, off, 0x800);
90 volume_id_set_uuid(id, uuid.bytes, 0, UUID_FOURINT);
91 snprintf(id->type_version, sizeof(id->type_version)-1, "%u.%u.%u",
106 volume_id_set_uuid(id, uuid.bytes, 0, UUID_FOURINT);
107 snprintf(id->type_version, sizeof(id->type_version)-1, "%u.%u.%u",
114 volume_id_set_usage(id, VOLUME_ID_RAID);
115 id
119 volume_id_probe_linux_raid1(struct volume_id *id, uint64_t off, uint64_t size) argument
143 volume_id_probe_linux_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
[all...]
H A Dnvidia_raid.c38 int volume_id_probe_nvidia_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
51 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
59 volume_id_set_usage(id, VOLUME_ID_RAID);
60 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
61 id->type = "nvidia_raid_member";
H A Dromfs.c36 int volume_id_probe_romfs(struct volume_id *id, uint64_t off, uint64_t size) argument
42 rfs = (struct romfs_super *) volume_id_get_buffer(id, off, 0x200);
50 volume_id_set_label_raw(id, rfs->name, len);
51 volume_id_set_label_string(id, rfs->name, len);
54 volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
55 id->type = "romfs";
H A Dvxfs.c36 int volume_id_probe_vxfs(struct volume_id *id, uint64_t off, uint64_t size) argument
42 vxs = (struct vxfs_super *) volume_id_get_buffer(id, off + 0x200, 0x200);
47 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", (unsigned int) vxs->vs_version);
48 volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
49 id->type = "vxfs";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dnativdlg.cpp43 bool wxWindow::LoadNativeDialog(wxWindow* parent, wxWindowID& id) argument
54 // look for child by id
57 wxWindow* wxWindow::GetWindowChild1(wxWindowID id) argument
62 wxWindow* wxWindow::GetWindowChild(wxWindowID id) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/isapnp/
H A Dcompat.c26 char id[8]; local
30 pnp_convert_id(id, vendor, device);
38 if (compare_pnp_id(card->id, id) || (memcmp(id, any, 7) == 0))
48 char id[8]; local
51 pnp_convert_id(id, vendor, function);
63 if (compare_pnp_id(dev->id, id) ||
64 (memcmp(id, an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dquirks.c96 const struct usb_device_id *id = usb_quirk_list; local
98 for (; id->idVendor || id->bDeviceClass || id->bInterfaceClass ||
99 id->driver_info; id++) {
100 if (usb_match_device(udev, id))
101 return id;
111 const struct usb_device_id *id = usb_quirk_list; local
113 id
[all...]

Completed in 111 milliseconds

1234567891011>>