Searched refs:id (Results 1 - 25 of 1208) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/include/
H A Drt_names.h4 const char* rtnl_rtprot_n2a(int id, char *buf, int len);
5 const char* rtnl_rtscope_n2a(int id, char *buf, int len);
6 const char* rtnl_rttable_n2a(int id, char *buf, int len);
7 const char* rtnl_rtrealm_n2a(int id, char *buf, int len);
8 const char* rtnl_dsfield_n2a(int id, char *buf, int len);
9 int rtnl_rtprot_a2n(int *id, char *arg);
10 int rtnl_rtscope_a2n(int *id, char *arg);
11 int rtnl_rttable_a2n(int *id, char *arg);
12 int rtnl_rtrealm_a2n(__u32 *id, char *arg);
13 int rtnl_dsfield_a2n(__u32 *id, cha
[all...]
H A Drtm_map.h4 char *rtnl_rtntype_n2a(int id, char *buf, int len);
5 int rtnl_rtntype_a2n(int *id, char *arg);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dide.h218 static __inline__ void ide_fix_driveid(struct hd_driveid *id) argument
223 id->config = __le16_to_cpu(id->config);
224 id->cyls = __le16_to_cpu(id->cyls);
225 id->reserved2 = __le16_to_cpu(id->reserved2);
226 id->heads = __le16_to_cpu(id->heads);
227 id
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dide.h235 static __inline__ void ide_fix_driveid(struct hd_driveid *id) argument
240 id->config = __le16_to_cpu(id->config);
241 id->cyls = __le16_to_cpu(id->cyls);
242 id->reserved2 = __le16_to_cpu(id->reserved2);
243 id->heads = __le16_to_cpu(id->heads);
244 id
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dide.h218 static __inline__ void ide_fix_driveid(struct hd_driveid *id) argument
223 id->config = __le16_to_cpu(id->config);
224 id->cyls = __le16_to_cpu(id->cyls);
225 id->reserved2 = __le16_to_cpu(id->reserved2);
226 id->heads = __le16_to_cpu(id->heads);
227 id
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dide.h235 static __inline__ void ide_fix_driveid(struct hd_driveid *id) argument
240 id->config = __le16_to_cpu(id->config);
241 id->cyls = __le16_to_cpu(id->cyls);
242 id->reserved2 = __le16_to_cpu(id->reserved2);
243 id->heads = __le16_to_cpu(id->heads);
244 id
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Drt_names.c44 int id; local
51 if (sscanf(p, "0x%x %s\n", &id, namebuf) != 2 &&
52 sscanf(p, "0x%x %s #", &id, namebuf) != 2 &&
53 sscanf(p, "%d %s\n", &id, namebuf) != 2 &&
54 sscanf(p, "%d %s #", &id, namebuf) != 2) {
60 if (id<0 || id>size)
63 tab[id] = strdup(namebuf);
96 char * rtnl_rtprot_n2a(int id, char *buf, int len) argument
98 if (id<
112 rtnl_rtprot_a2n(__u32 *id, char *arg) argument
163 rtnl_rtscope_n2a(int id, char *buf, int len) argument
179 rtnl_rtscope_a2n(__u32 *id, char *arg) argument
226 rtnl_rtrealm_n2a(int id, char *buf, int len) argument
243 rtnl_rtrealm_a2n(__u32 *id, char *arg) argument
292 rtnl_rttable_n2a(int id, char *buf, int len) argument
308 rtnl_rttable_a2n(__u32 *id, char *arg) argument
354 rtnl_dsfield_n2a(int id, char *buf, int len) argument
371 rtnl_dsfield_a2n(__u32 *id, char *arg) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsetup.c504 ppc_md.progress("id mach(): done", 0x200);
615 void ppc_generic_ide_fix_driveid(struct hd_driveid *id) argument
620 id->config = __le16_to_cpu(id->config);
621 id->cyls = __le16_to_cpu(id->cyls);
622 id->reserved2 = __le16_to_cpu(id->reserved2);
623 id->heads = __le16_to_cpu(id
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsetup.c529 void ppc64_ide_fix_driveid(struct hd_driveid *id) argument
534 id->config = __le16_to_cpu(id->config);
535 id->cyls = __le16_to_cpu(id->cyls);
536 id->reserved2 = __le16_to_cpu(id->reserved2);
537 id->heads = __le16_to_cpu(id->heads);
538 id
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_proto_icmp.c18 return (tuple->src.u.icmp.id >= min->icmp.id
19 && tuple->src.u.icmp.id <= max->icmp.id);
28 static u_int16_t id = 0; local
30 = (unsigned int)range->max.icmp.id - range->min.icmp.id + 1;
37 for (i = 0; i < range_size; i++, id++) {
38 tuple->src.u.icmp.id = range->min.icmp.id
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_proto_icmp.c18 return (tuple->src.u.icmp.id >= min->icmp.id
19 && tuple->src.u.icmp.id <= max->icmp.id);
28 static u_int16_t id = 0; local
30 = (unsigned int)range->max.icmp.id - range->min.icmp.id + 1;
37 for (i = 0; i < range_size; i++, id++) {
38 tuple->src.u.icmp.id = range->min.icmp.id
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Ddebug.h27 } id; member in struct:__debug_entry
82 typedef int (debug_header_proc_t) (debug_info_t* id,
88 typedef int (debug_format_proc_t) (debug_info_t* id,
91 typedef int (debug_prolog_proc_t) (debug_info_t* id,
94 typedef int (debug_input_proc_t) (debug_info_t* id,
99 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
117 debug_entry_t* debug_event_common(debug_info_t* id, int level,
120 debug_entry_t* debug_exception_common(debug_info_t* id, int level,
128 void debug_unregister(debug_info_t* id);
130 void debug_set_level(debug_info_t* id, in
133 debug_event(debug_info_t* id, int level, void* data, int length) argument
140 debug_int_event(debug_info_t* id, int level, unsigned int tag) argument
148 debug_long_event(debug_info_t* id, int level, unsigned long tag) argument
156 debug_text_event(debug_info_t* id, int level, const char* txt) argument
167 debug_exception(debug_info_t* id, int level, void* data, int length) argument
174 debug_int_exception(debug_info_t* id, int level, unsigned int tag) argument
182 debug_long_exception(debug_info_t* id, int level, unsigned long tag) argument
190 debug_text_exception(debug_info_t* id, int level, const char* txt) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Ddebug.h27 } id; member in struct:__debug_entry
82 typedef int (debug_header_proc_t) (debug_info_t* id,
88 typedef int (debug_format_proc_t) (debug_info_t* id,
91 typedef int (debug_prolog_proc_t) (debug_info_t* id,
94 typedef int (debug_input_proc_t) (debug_info_t* id,
99 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
117 debug_entry_t* debug_event_common(debug_info_t* id, int level,
120 debug_entry_t* debug_exception_common(debug_info_t* id, int level,
128 void debug_unregister(debug_info_t* id);
130 void debug_set_level(debug_info_t* id, in
133 debug_event(debug_info_t* id, int level, void* data, int length) argument
140 debug_int_event(debug_info_t* id, int level, unsigned int tag) argument
148 debug_long_event(debug_info_t* id, int level, unsigned long tag) argument
156 debug_text_event(debug_info_t* id, int level, const char* txt) argument
167 debug_exception(debug_info_t* id, int level, void* data, int length) argument
174 debug_int_exception(debug_info_t* id, int level, unsigned int tag) argument
182 debug_long_exception(debug_info_t* id, int level, unsigned long tag) argument
190 debug_text_exception(debug_info_t* id, int level, const char* txt) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Ddebug.h27 } id; member in struct:__debug_entry
82 typedef int (debug_header_proc_t) (debug_info_t* id,
88 typedef int (debug_format_proc_t) (debug_info_t* id,
91 typedef int (debug_prolog_proc_t) (debug_info_t* id,
94 typedef int (debug_input_proc_t) (debug_info_t* id,
99 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
117 debug_entry_t* debug_event_common(debug_info_t* id, int level,
120 debug_entry_t* debug_exception_common(debug_info_t* id, int level,
128 void debug_unregister(debug_info_t* id);
130 void debug_set_level(debug_info_t* id, in
133 debug_event(debug_info_t* id, int level, void* data, int length) argument
140 debug_int_event(debug_info_t* id, int level, unsigned int tag) argument
148 debug_long_event(debug_info_t* id, int level, unsigned long tag) argument
156 debug_text_event(debug_info_t* id, int level, const char* txt) argument
167 debug_exception(debug_info_t* id, int level, void* data, int length) argument
174 debug_int_exception(debug_info_t* id, int level, unsigned int tag) argument
182 debug_long_exception(debug_info_t* id, int level, unsigned long tag) argument
190 debug_text_exception(debug_info_t* id, int level, const char* txt) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Ddebug.h27 } id; member in struct:__debug_entry
82 typedef int (debug_header_proc_t) (debug_info_t* id,
88 typedef int (debug_format_proc_t) (debug_info_t* id,
91 typedef int (debug_prolog_proc_t) (debug_info_t* id,
94 typedef int (debug_input_proc_t) (debug_info_t* id,
99 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
117 debug_entry_t* debug_event_common(debug_info_t* id, int level,
120 debug_entry_t* debug_exception_common(debug_info_t* id, int level,
128 void debug_unregister(debug_info_t* id);
130 void debug_set_level(debug_info_t* id, in
133 debug_event(debug_info_t* id, int level, void* data, int length) argument
140 debug_int_event(debug_info_t* id, int level, unsigned int tag) argument
148 debug_long_event(debug_info_t* id, int level, unsigned long tag) argument
156 debug_text_event(debug_info_t* id, int level, const char* txt) argument
167 debug_exception(debug_info_t* id, int level, void* data, int length) argument
174 debug_int_exception(debug_info_t* id, int level, unsigned int tag) argument
182 debug_long_exception(debug_info_t* id, int level, unsigned long tag) argument
190 debug_text_exception(debug_info_t* id, int level, const char* txt) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dadbhid.c73 int id; member in struct:adbhid
89 static void init_trackpad(int id);
90 static void init_trackball(int id);
91 static void init_turbomouse(int id);
92 static void init_microspeed(int id);
93 static void init_ms_a3(int id);
125 int id = (data[0] >> 4) & 0x0f; local
127 if (!adbhid[id]) {
129 id, data[0], data[1], data[2], data[3]);
137 adbhid_input_keycode(id, dat
143 adbhid_input_keycode(int id, int keycode, int repeat) argument
170 int id = (data[0] >> 4) & 0x0f; local
266 int id = (data[0] >> 4) & 0x0f; local
427 adbhid_input_register(int id, int default_id, int original_handler_id, int current_handler_id, int mouse_kind) argument
560 adbhid_input_unregister(int id) argument
571 adbhid_input_reregister(int id, int default_id, int org_handler_id, int cur_handler_id, int mk) argument
608 int id = keyboard_ids.id[i]; local
629 int id = buttons_ids.id[i]; local
638 int id = mouse_ids.id[i]; local
728 init_trackpad(int id) argument
782 init_trackball(int id) argument
814 init_turbomouse(int id) argument
850 init_microspeed(int id) argument
890 init_ms_a3(int id) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/sam/
H A Didmap_util.c43 BOOL idmap_check_ugid_is_in_free_range(uint32 id)
50 if (id < low || id > high) {
105 unid_t id; local
111 id.uid = uid;
113 return idmap_get_sid_from_id(sid, id, flags);
123 unid_t id; local
134 id.gid = gid;
135 return idmap_get_sid_from_id(sid, id, flags);
148 unid_t id; local
177 unid_t id; local
199 wellknown_id_init(DOM_SID *sid, unid_t id, int flags) argument
234 unid_t id; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide_modes.h155 * based on the drive->id information and the ide_pio_blacklist[].
167 struct hd_driveid* id = drive->id; local
173 } else if (!drive->id) {
175 } else if ((pio_mode = ide_scan_pio_blacklist(id->model)) != -1) {
180 pio_mode = id->tPIO;
185 if (id->field_valid & 2) { /* drive implements ATA2? */
186 if (id->capability & 8) { /* drive supports use_iordy? */
188 cycle_time = id->eide_pio_iordy;
189 if (id
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dauerserv.h41 unsigned int id; /* protocol service id AUH_xxxx */ member in struct:auerscon
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Didmap.h46 NTSTATUS (*allocate_id)(unid_t *id, int id_type);
47 NTSTATUS (*get_sid_from_id)(DOM_SID *sid, unid_t id, int id_type);
48 NTSTATUS (*get_id_from_sid)(unid_t *id, int *id_type, const DOM_SID *sid);
49 NTSTATUS (*set_mapping)(const DOM_SID *sid, unid_t id, int id_type);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Ddebug.c81 static int debug_prolog_level_fn(debug_info_t * id,
83 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view,
86 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view,
89 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view,
91 static int debug_raw_format_fn(debug_info_t * id,
94 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view,
97 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view,
395 if (act_entry->id.stck == 0LL)
414 debug_info_t *id = p_info->debug_info_snap; local
419 if ((p_info->act_entry += id
711 debug_unregister(debug_info_t * id) argument
732 debug_set_level(debug_info_t* id, int new_level) argument
759 proceed_active_entry(debug_info_t * id) argument
771 proceed_active_area(debug_info_t * id) argument
781 get_active_entry(debug_info_t * id) argument
792 debug_common(debug_info_t * id, int level, const void *buf, int len, int exception) argument
820 debug_event_common(debug_info_t * id, int level, const void *buf, int len) argument
831 debug_exception_common(debug_info_t * id, int level, const void *buf, int len) argument
856 debug_sprintf_event(debug_info_t* id, int level,char *string,...) argument
887 debug_sprintf_exception(debug_info_t* id, int level,char *string,...) argument
944 debug_register_view(debug_info_t * id, struct debug_view *view) argument
987 debug_unregister_view(debug_info_t * id, struct debug_view *view) argument
1022 debug_prolog_level_fn(debug_info_t * id, struct debug_view *view, char *out_buf) argument
1036 debug_input_level_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char *user_buf, size_t in_buf_size, loff_t * offset) argument
1068 debug_flush(debug_info_t* id, int area) argument
1100 debug_input_flush_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char *user_buf, size_t in_buf_size, loff_t * offset) argument
1134 debug_raw_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1148 debug_raw_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1162 debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1187 debug_dflt_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1228 debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, debug_sprintf_entry *curr_event) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Ddebug.c81 static int debug_prolog_level_fn(debug_info_t * id,
83 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view,
86 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view,
89 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view,
91 static int debug_raw_format_fn(debug_info_t * id,
94 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view,
97 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view,
395 if (act_entry->id.stck == 0LL)
414 debug_info_t *id = p_info->debug_info_snap; local
419 if ((p_info->act_entry += id
711 debug_unregister(debug_info_t * id) argument
732 debug_set_level(debug_info_t* id, int new_level) argument
759 proceed_active_entry(debug_info_t * id) argument
771 proceed_active_area(debug_info_t * id) argument
781 get_active_entry(debug_info_t * id) argument
792 debug_common(debug_info_t * id, int level, const void *buf, int len, int exception) argument
820 debug_event_common(debug_info_t * id, int level, const void *buf, int len) argument
831 debug_exception_common(debug_info_t * id, int level, const void *buf, int len) argument
856 debug_sprintf_event(debug_info_t* id, int level,char *string,...) argument
887 debug_sprintf_exception(debug_info_t* id, int level,char *string,...) argument
944 debug_register_view(debug_info_t * id, struct debug_view *view) argument
987 debug_unregister_view(debug_info_t * id, struct debug_view *view) argument
1022 debug_prolog_level_fn(debug_info_t * id, struct debug_view *view, char *out_buf) argument
1036 debug_input_level_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char *user_buf, size_t in_buf_size, loff_t * offset) argument
1068 debug_flush(debug_info_t* id, int area) argument
1100 debug_input_flush_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char *user_buf, size_t in_buf_size, loff_t * offset) argument
1134 debug_raw_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1148 debug_raw_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1162 debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1187 debug_dflt_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1228 debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, debug_sprintf_entry *curr_event) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dstrintmap.h43 int id; // same value in integer form member in struct:__anon11990
81 * IN int id ; ID to be matched
87 * Description : Returns the index from the table where the id matches
94 int map_int_to_str( IN int id, IN str_int_entry* table,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip32/
H A Dcrime.c16 u64 id = crime_read_64 (CRIME_ID); local
17 u64 rev = id & CRIME_ID_REV;
19 id = (id & CRIME_ID_IDBITS) >> 4;
21 printk ("CRIME id %1lx rev %ld detected at %016lx\n", id, rev,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsysquotas_linux.c34 static int sys_get_linux_v1_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
46 path, bdev, (unsigned)id.uid));
48 if ((ret = quotactl(QCMD(Q_V1_GETQUOTA,USRQUOTA), bdev, id.uid, (caddr_t)&D))&&errno != EDQUOT) {
55 path, bdev, (unsigned)id.gid));
57 if ((ret = quotactl(QCMD(Q_V1_GETQUOTA,GRPQUOTA), bdev, id.gid, (caddr_t)&D))&&errno != EDQUOT) {
64 path, bdev, (unsigned)id.uid));
66 if ((ret = quotactl(QCMD(Q_V1_GETQUOTA,USRQUOTA), bdev, id.uid, (caddr_t)&D))==0) {
73 path, bdev, (unsigned)id.gid));
75 if ((ret = quotactl(QCMD(Q_V1_GETQUOTA,GRPQUOTA), bdev, id.gid, (caddr_t)&D))==0) {
102 static int sys_set_linux_v1_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOT argument
168 sys_get_linux_v2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
236 sys_set_linux_v2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
302 sys_get_linux_gen_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
370 sys_set_linux_gen_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
436 sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
498 sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
[all...]

Completed in 376 milliseconds

1234567891011>>