Searched refs:guid (Results 26 - 50 of 125) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libgpo/
H A Dgpo_util.c28 /* should we store a parsed guid ? */
149 static const char *default_gpo_guid_string_to_name(const char *guid)
151 return guid_string_to_name(guid, gpo_default_policy);
155 const char *cse_gpo_guid_string_to_name(const char *guid) argument
157 return guid_string_to_name(guid, gpo_cse_extensions);
165 const char *cse_snapin_gpo_guid_string_to_name(const char *guid) argument
167 return snapin_guid_string_to_name(guid, gpo_cse_snapin_extensions);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwav.c520 uint8_t guid[16]; local
524 avio_read(pb, guid, 16);
528 if (!memcmp(guid, guid1, 16))
636 uint8_t guid[16]; local
639 avio_read(pb, guid, 16);
640 if (memcmp(guid, guid_riff, 16))
646 avio_read(pb, guid, 16);
647 if (memcmp(guid, guid_wave, 16)) {
648 av_log(s, AV_LOG_ERROR, "could not find wave guid\n");
654 av_log(s, AV_LOG_ERROR, "could not find fmt guid\
[all...]
H A Dasf.h54 ff_asf_guid guid; ///< generated by client computer member in struct:__anon2114
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dnodemgr.c430 fw_attr(ne, struct node_entry, guid, unsigned long long, "0x%016Lx\n")
750 NODE_BUS_ARGS(ne->host, ne->nodeid), (unsigned long long)ne->guid);
804 static struct node_entry *nodemgr_create_node(octlet_t guid, argument
819 ne->guid = guid;
820 ne->guid_vendor_id = (guid >> 40) & 0xffffff;
826 dev_set_name(&ne->device, "%016Lx", (unsigned long long)(ne->guid));
830 dev_set_name(&ne->node_dev, "%016Lx", (unsigned long long)(ne->guid));
844 NODE_BUS_ARGS(host, nodeid), (unsigned long long)guid);
854 NODE_BUS_ARGS(host, nodeid), (unsigned long long)guid);
862 u64 *guid = data; local
868 find_entry_by_guid(u64 guid) argument
1293 octlet_t guid; local
[all...]
H A Dnodemgr.h93 u64 guid; /* GUID of this node */ member in struct:node_entry
94 u32 guid_vendor_id; /* Top 24bits of guid */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-auth.h44 DBusAuth* _dbus_auth_server_new (const DBusString *guid);
H A Ddbus-server-protected.h62 DBusGUID guid; /**< Globally unique ID of server */ member in struct:DBusServer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c141 * the guid from the first chip's flash, to use for all of them.
147 __be64 guid; local
233 guid = *(__be64 *) ifp->if_guid;
235 guid = *(__be64 *) ifp->if_guid;
236 dd->base_guid = guid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Driffdec.c42 enum AVCodecID ff_codec_guid_get_id(const AVCodecGuid *guids, ff_asf_guid guid) argument
46 if (!ff_guidcmp(guids[i].guid, guid))
H A Dmlvdec.c62 static int check_file_header(AVIOContext *pb, uint64_t guid) argument
72 if (memcmp(version, MLV_VERSION, 5) || avio_rl64(pb) != guid)
253 uint64_t guid; local
263 guid = avio_rl64(pb);
264 snprintf(guidstr, sizeof(guidstr), "0x%"PRIx64, guid);
265 av_dict_set(&avctx->metadata, "guid", guidstr, 0);
351 if (check_file_header(mlv->pb[i], guid) < 0) {
352 av_log(avctx, AV_LOG_WARNING, "ignoring %s; bad format or guid mismatch\n", filename);
H A Dasf.h64 ff_asf_guid guid; ///< generated by client computer member in struct:ASFMainHeader
H A Dwtvenc.c79 const ff_asf_guid * guid; member in struct:__anon3658
136 static void write_chunk_header(AVFormatContext *s, const ff_asf_guid *guid, int length, int stream_id) argument
142 ff_put_guid(pb, guid);
147 if ((stream_id & 0x80000000) && guid != &ff_index_guid) {
152 t->guid = guid;
158 static void write_chunk_header2(AVFormatContext *s, const ff_asf_guid *guid, int stream_id) argument
164 write_chunk_header(s, guid, 0, stream_id); // length updated later
195 ff_put_guid(pb, t->guid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddisplay.cpp308 wxDisplayInfoDirectDraw(const GUID& guid, HMONITOR hmon, LPTSTR name) argument
310 m_guid(guid)
374 void AddDisplay(const GUID& guid, HMONITOR hmon, LPTSTR name);
889 void wxDisplayFactoryDirectDraw::AddDisplay(const GUID& guid,
893 m_displays.Add(new wxDisplayInfoDirectDraw(guid, hmon, name));
910 GUID guid(info->m_guid);
911 HRESULT hr = (*m_pfnDirectDrawCreate)(&guid, &pDD, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi.c380 if (!efi_guidcmp(config_tables[i].guid, MPS_TABLE_GUID)) {
383 } else if (!efi_guidcmp(config_tables[i].guid,
387 } else if (!efi_guidcmp(config_tables[i].guid,
391 } else if (!efi_guidcmp(config_tables[i].guid,
396 } else if (!efi_guidcmp(config_tables[i].guid,
401 } else if (!efi_guidcmp(config_tables[i].guid,
405 } else if (!efi_guidcmp(config_tables[i].guid,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.c2812 reg->guid = string_alloc (net_cfg_instance_id, gc);
2910 reg->guid = string_alloc (enum_name, gc);
3027 if (!strcmp (tr->guid, pr->guid))
3029 msg (msglev, "'%s' %s", pr->name, tr->guid);
3043 msg (msglev, "[NULL] %s", tr->guid);
3052 if (tr != tr1 && !strcmp (tr->guid, tr1->guid))
3074 is_tap_win (const char *guid, const struct tap_reg *tap_reg) argument
3080 if (guid
3088 guid_to_name(const char *guid, const struct panel_reg *panel_reg) argument
3216 const char *guid = name_to_guid (name, tap_reg, panel_reg); local
3640 get_adapter_index_method_1(const char *guid) argument
3655 get_adapter_index_method_2(const char *guid) argument
3677 get_adapter_index(const char *guid) argument
3700 const char *guid = name_to_guid (name, tap_reg, panel_reg); local
4301 const char *guid; local
[all...]
H A Dtun.h306 const char *guid; member in struct:tap_reg
313 const char *guid; member in struct:panel_reg
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dsquashfs_swap.h77 SWAP_FUNC(16, s, d, guid, struct squashfs_base_inode_header);\
86 SWAP_FUNC(16, s, d, guid, struct squashfs_ipc_inode_header);\
96 SWAP_FUNC(16, s, d, guid, struct squashfs_lipc_inode_header);\
107 SWAP_FUNC(16, s, d, guid, struct squashfs_dev_inode_header);\
118 SWAP_FUNC(16, s, d, guid, struct squashfs_ldev_inode_header);\
130 SWAP_FUNC(16, s, d, guid, struct squashfs_symlink_inode_header);\
141 SWAP_FUNC(16, s, d, guid, struct squashfs_reg_inode_header);\
154 SWAP_FUNC(16, s, d, guid, struct squashfs_lreg_inode_header);\
170 SWAP_FUNC(16, s, d, guid, struct squashfs_dir_inode_header);\
184 SWAP_FUNC(16, s, d, guid, struc
[all...]
H A Dunsquash-1.c105 i.gid = header.base.guid == 15 ? i.uid :
106 (uid_t) guid_table[header.base.guid];
237 dir->guid = (*i)->gid;
H A Dunsquash-2.c146 i.gid = header.base.guid == SQUASHFS_GUIDS ? i.uid :
147 (uid_t) guid_table[header.base.guid];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Defi.h215 efi_guid_t guid; member in struct:__anon17376
281 efi_guid_unparse(efi_guid_t *guid, char *out) argument
283 sprintf(out, "%pUl", guid->b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Diec61883.c244 uint64_t guid = 0; local
274 if (sscanf(dv->device_guid, "%llx", (long long unsigned int *)&guid) != 1) {
293 if (guid > 1) {
294 if (guid == rom1394_get_guid(dv->raw1394, i)) {
H A Ddshow_common.c89 dshowdebug(" guid\t");
90 ff_printGUID(&caps->guid);
119 dshowdebug(" guid\t");
120 ff_printGUID(&caps->guid);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Djquery.min.js34 r,y){for(var z=[],F,I=0,K=i.length;I<K;I++){F=r(i[I],I,y);if(F!=null)z[z.length]=F}return z.concat.apply([],z)},guid:1,proxy:function(i,r,y){if(arguments.length===2)if(typeof r==="string"){y=i;i=y[r];r=A}else if(r&&!b.isFunction(r)){y=r;r=A}if(!r&&i)r=function(){return i.apply(y||this,arguments)};if(i)r.guid=i.guid=i.guid||r.guid||b.guid++;return r},access:function(i,r,y,z,F,I){var K=i.length;if(typeof r==="object"){for(var J in r)b.access(i,J,r[J],z,F,y);return i}if(y!==A){z=!I&&z&&b.isFunction(y);
55 h?a.getAttribute(b,2):a.getAttribute(b);return a===null?A:a}}});var X=/\.(.*)$/,ha=/^(?:textarea|input|select)$/i,Ha=/\./g,Ia=/ /g,Ua=/[^\w\s.|`]/g,Va=function(a){return a.replace(Ua,"\\$&")},sa={focusin:0,focusout:0};c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var k=a.nodeType?"events":"__events__",l=h[k],n=h.handle;if(typeof l===
56 "function"){n=l.handle;l=l.events}else if(!l){a.nodeType||(h[k]=h=function(){});h.events=l={}}if(!n)h.handle=n=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(n.elem,arguments):A};n.elem=a;b=b.split(" ");for(var s=0,v;k=b[s++];){h=f?c.extend({},f):{handler:d,data:e};if(k.indexOf(".")>-1){v=k.split(".");k=v.shift();h.namespace=v.slice(0).sort().join(".")}else{v=[];h.namespace=""}h.type=k;if(!h.guid)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Djquery.min.js34 r,y){for(var z=[],F,I=0,K=i.length;I<K;I++){F=r(i[I],I,y);if(F!=null)z[z.length]=F}return z.concat.apply([],z)},guid:1,proxy:function(i,r,y){if(arguments.length===2)if(typeof r==="string"){y=i;i=y[r];r=A}else if(r&&!b.isFunction(r)){y=r;r=A}if(!r&&i)r=function(){return i.apply(y||this,arguments)};if(i)r.guid=i.guid=i.guid||r.guid||b.guid++;return r},access:function(i,r,y,z,F,I){var K=i.length;if(typeof r==="object"){for(var J in r)b.access(i,J,r[J],z,F,y);return i}if(y!==A){z=!I&&z&&b.isFunction(y);
55 h?a.getAttribute(b,2):a.getAttribute(b);return a===null?A:a}}});var X=/\.(.*)$/,ha=/^(?:textarea|input|select)$/i,Ha=/\./g,Ia=/ /g,Ua=/[^\w\s.|`]/g,Va=function(a){return a.replace(Ua,"\\$&")},sa={focusin:0,focusout:0};c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var k=a.nodeType?"events":"__events__",l=h[k],n=h.handle;if(typeof l===
56 "function"){n=l.handle;l=l.events}else if(!l){a.nodeType||(h[k]=h=function(){});h.events=l={}}if(!n)h.handle=n=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(n.elem,arguments):A};n.elem=a;b=b.split(" ");for(var s=0,v;k=b[s++];){h=f?c.extend({},f):{handler:d,data:e};if(k.indexOf(".")>-1){v=k.split(".");k=v.shift();h.namespace=v.slice(0).sort().join(".")}else{v=[];h.namespace=""}h.type=k;if(!h.guid)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-card.c103 config_rom[3] = cpu_to_be32(card->guid >> 32);
104 config_rom[4] = cpu_to_be32(card->guid);
535 u32 max_receive, u32 link_speed, u64 guid)
541 card->guid = guid;
534 fw_card_add(struct fw_card *card, u32 max_receive, u32 link_speed, u64 guid) argument

Completed in 360 milliseconds

12345