search for: pinfo

Displaying 20 results from an estimated 51 matches for "pinfo".

Did you mean: info
2008 Nov 22
0
[patch] [vuxml] net/wireshark: fix DoS in SMTP dissector
...ragment_data *frag_msg = NULL; +@@ -217,21 +214,6 @@ + * longer than what's in the buffer, so the "tvb_get_ptr()" call + * won't throw an exception. + */ +- linelen = tvb_find_line_end(tvb, offset, -1, &next_offset, +- smtp_desegment && pinfo->can_desegment); +- if (linelen == -1) { +- /* +- * We didn't find a line ending, and we're doing desegmentation; +- * tell the TCP dissector where the data for this message starts +- * in the data it handed us, and tell it we need one more byte +- * (we m...
2013 Jan 24
0
64 Bit Build 3.6.11 on AIX 6 with acls enabled dumps core,
..._mask = 16777216, access_granted = 0x0010008000100080), line 115 in "open.c" open_directory(conn = 0x0000000110155aa0, req = 0x000000011015c140, smb_dname = 0x000000011015c290, access_mask = 1048704, share_access = 0, create_disposition = 1, create_options = 8388609, file_attributes = 16, pinfo = 0x0fffffffffffd3e0, result = 0x0fffffffffffd3f0), line 2706 in "open.c" create_file_unixpath(conn = 0x0fffffffffffd590, req = 0x000000011014b680, smb_fname = 0x00000001005b8120, access_mask = 0, share_access = 268435455, create_disposition = 1, create_options = 150994944, file_attribute...
2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
...+= ''%d-%d''%(f,s) + out += '','' + # trim trailing '','' + return out[:-1] + + def list_to_strrange(self,list): + return self.format_pairs(self.list_to_rangepairs(list)) + + def format_memchunks(self, pinfo): + str='''' + whitespace='''' + try: + chunk=pinfo[''mem_chunks''] + for i in range(0, pinfo[''nr_nodes'']): + str+=''%snode%d:0x%016x-0x%016x\n'' % (whitespace...
2009 Aug 13
0
[Bridge] [PATCH] bridge-utils: Add 'hairpin' port forwarding mode
...prio", br_cmd_setbridgeprio, diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..3e81241 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg) printf("CONFIG_PENDING "); if (pinfo.top_change_ack) printf("TOPOLOGY_CHANGE_ACK "); + if (pinfo.hairpin_mode) + printf("\n hairpin mode\t\t\%4i", pinfo.hairpin_mode); printf("\n"); printf("\n"); return 0; diff --git a/libbridge/libbridge.h b/libbridge/libbridge.h index 016acea..39964f...
2009 Aug 13
0
[Bridge] [PATCH] bridge-utils: Add 'hairpin' port forwarding mode
...prio", br_cmd_setbridgeprio, diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..3e81241 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg) printf("CONFIG_PENDING "); if (pinfo.top_change_ack) printf("TOPOLOGY_CHANGE_ACK "); + if (pinfo.hairpin_mode) + printf("\n hairpin mode\t\t\%4i", pinfo.hairpin_mode); printf("\n"); printf("\n"); return 0; diff --git a/libbridge/libbridge.h b/libbridge/libbridge.h index 016acea..39964f...
2009 Aug 13
0
[Bridge] [PATCH] bridge-utils: Add 'hairpin' port forwarding mode
...prio", br_cmd_setbridgeprio, diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..3e81241 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg) printf("CONFIG_PENDING "); if (pinfo.top_change_ack) printf("TOPOLOGY_CHANGE_ACK "); + if (pinfo.hairpin_mode) + printf("\n hairpin mode\t\t\%4i", pinfo.hairpin_mode); printf("\n"); printf("\n"); return 0; diff --git a/libbridge/libbridge.h b/libbridge/libbridge.h index 016acea..39964f...
2014 Jan 28
1
safenet eToken 5100 pkcs11 bug(?)
...visible or offered in the first one is not. I use openssh 6.4 version on Linux or Mac. Log from ssh -I 0: C_GetFunctionList 2014-01-28 03:26:42.350 Returned: 0 CKR_OK 1: C_Initialize 2014-01-28 03:26:42.351 [in] pInitArgs = (nil) Returned: 0 CKR_OK 2: C_GetInfo 2014-01-28 03:26:42.352 [out] pInfo: cryptokiVersion: 2.20 manufacturerID: 'SafeNet, Inc. ' flags: 0 libraryDescription: 'SafeNet eToken PKCS#11 ' libraryVersion: 8.3 Returned: 0 CKR_OK 3: C_GetSlotList 2014-01-2...
2010 Jul 06
2
disable dvd write
hi, does anybody know how to disable dvd/cd write access in centos 5.3? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100706/7d32cfef/attachment.html>
2013 Mar 11
1
Suggesed wiki edits: Documentation
http://wiki.centos.org/Documentation on your host, in this wiki, and and the larger web where you should look on your host, in this wiki, and on the larger web, where you should look a full complement of man and info pages. a full complement of manual and info pages. The pinfo documentation reader is available which may be installed via yum The pinfo documentation reader is available, and may be installed via yum. If a variation between documentation and actual function is observed, If a discrepancy between documentation and actual function is observed, the upstrea...
2007 Oct 19
4
[PATCH] nr_cpus calculation problem due to incorrect sockets_per_node
Testing on an 8-node 128-way NUMA machine has exposed a problem with Xen''s nr_cpus calculation. In this case, since Xen cuts off recognized CPUs at 32, the machine appears to have 16 CPUs on the first and second nodes and none on the remaining nodes. Given this asymmetry, the calculation of sockets_per_node (which is later used to calculate nr_cpus) is incorrect:
2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
...gt; + struct tegra_context *context = to_tegra_context(pcontext); > + > + context->gpu->destroy(context->gpu); > + free(context); > +} > + > +static void > +tegra_draw_vbo(struct pipe_context *pcontext, > + const struct pipe_draw_info *pinfo) > +{ > + struct tegra_context *context = to_tegra_context(pcontext); > + struct pipe_draw_info info; > + > + if (pinfo && pinfo->indirect) { > + memcpy(&info, pinfo, sizeof(info)); > + info.indirect = tegra_resource_...
2014 Nov 27
7
[RFC] tegra: Initial support
...ot; + +static void +tegra_destroy(struct pipe_context *pcontext) +{ + struct tegra_context *context = to_tegra_context(pcontext); + + context->gpu->destroy(context->gpu); + free(context); +} + +static void +tegra_draw_vbo(struct pipe_context *pcontext, + const struct pipe_draw_info *pinfo) +{ + struct tegra_context *context = to_tegra_context(pcontext); + struct pipe_draw_info info; + + if (pinfo && pinfo->indirect) { + memcpy(&info, pinfo, sizeof(info)); + info.indirect = tegra_resource_unwrap(info.indirect); + pinfo = &info; + } + + context->gpu->draw_v...
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
...*command_lookup(const char *cmd) diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..5bcf38b 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg) printf("CONFIG_PENDING "); if (pinfo.top_change_ack) printf("TOPOLOGY_CHANGE_ACK "); + if (pinfo.hairpin_mode) + printf("\n hairpin mode\t\t\%4i", pinfo.hairpin_mode); printf("\n"); printf("\n"); return 0; @@ -136,6 +138,10 @@ void br_dump_info(const char *br, const struct bridge_info...
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
...*command_lookup(const char *cmd) diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..5bcf38b 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg) printf("CONFIG_PENDING "); if (pinfo.top_change_ack) printf("TOPOLOGY_CHANGE_ACK "); + if (pinfo.hairpin_mode) + printf("\n hairpin mode\t\t\%4i", pinfo.hairpin_mode); printf("\n"); printf("\n"); return 0; @@ -136,6 +138,10 @@ void br_dump_info(const char *br, const struct bridge_info...
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
...*command_lookup(const char *cmd) diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..5bcf38b 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg) printf("CONFIG_PENDING "); if (pinfo.top_change_ack) printf("TOPOLOGY_CHANGE_ACK "); + if (pinfo.hairpin_mode) + printf("\n hairpin mode\t\t\%4i", pinfo.hairpin_mode); printf("\n"); printf("\n"); return 0; @@ -136,6 +138,10 @@ void br_dump_info(const char *br, const struct bridge_info...
2006 May 29
0
smbd hanging at BDC
...4bb0 "FINALQC/HEMANTH QC/Sub Assy Codes") at locking/locking.c:619 #8 0x001d98a8 in open_directory (conn=0x91f5a20, fname=0x9204bb0 "FINALQC/HEMANTH QC/Sub Assy Codes", psbuf=0xbfebcf90, access_mask=131072, share_access=3, create_disposition=1, create_options=0, pinfo=0x0) at smbd/open.c:1930 #9 0x00181f6b in user_can_read_file (conn=0x91f5a20, name=0x9204bb0 "FINALQC/HEMANTH QC/Sub Assy Codes", pst=0xbfebcf90) at smbd/dir.c:852 #10 0x0018236d in is_visible_file (conn=0x91f5a20, dir_path=0x91f2e20 "FINALQC/HEMANTH QC", name=0x920...
2011 May 28
1
newbie xml parsing question
...de\"> <div class=\"photoex-photos\"> </div> <div class=\"mapsViews hide\"> </div> </div> <div id=\"property-zpid\" class=\"hide\">9933810</div> <div id=\"property-home-info\"> <div id=\"pinfo-block\" class=\"property-info\"> <div class=\"adr\"> \"/homedetails/236-Arundel-Ave-Horsham-PA-19044/9933810_zpid/#{scid=hdp-site-map-bubble-address}\" 236 Arundel Ave, Horsham, PA </div> <ul class=\"value-info\"> <li class=\&...
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
...LPBYTE printerInfo=NULL; DWORD dwNeeded; b = GetPrinter(hPrinter,2,NULL,NULL,&dwNeeded); printerInfo = (LPBYTE) new BYTE [dwNeeded]; b = GetPrinter(hPrinter,2,printerInfo,dwNeeded,&dwNeeded); if(b) { PRINTER_INFO_2 * pInfo = (PRINTER_INFO_2 *)printerInfo; if(pInfo->pDevMode) { if (DMPAPER_A4 == pInfo->pDevMode->dmPaperSize) MessageBox("A4"); else MessageBox("LT"); }...
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that can help me reduce even further a "minimum" installation of Centos 4.4 (BTW can you say 600mb is minimum)? I am in the process of creating a small Centos-4.4-based Asterisk box and I need to boot it from a CF card. Deleting useless packages will help me do what i want. Example: even a minimum install of Centos 4.4 (or
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that can help me reduce even further a "minimum" installation of Centos 4.4 (BTW can you say 600mb is minimum)? I am in the process of creating a small Centos-4.4-based Asterisk box and I need to boot it from a CF card. Deleting useless packages will help me do what i want. Example: even a minimum install of Centos 4.4 (or