Searched refs:external (Results 1 - 25 of 70) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_asbr.c29 struct ospf6_lsa_as_external *external; local
46 external = (struct ospf6_lsa_as_external *) buffer;
47 p = (char *) (external + 1);
50 SET_FLAG (external->bits_metric, OSPF6_ASBR_BIT_E); /* type2 */
52 UNSET_FLAG (external->bits_metric, OSPF6_ASBR_BIT_E); /* type1 */
56 SET_FLAG (external->bits_metric, OSPF6_ASBR_BIT_F);
58 UNSET_FLAG (external->bits_metric, OSPF6_ASBR_BIT_F);
60 /* external route tag */
61 UNSET_FLAG (external->bits_metric, OSPF6_ASBR_BIT_T);
64 OSPF6_ASBR_METRIC_SET (external, rout
129 struct ospf6_lsa_as_external *external; local
217 struct ospf6_lsa_as_external *external; local
369 struct ospf6_lsa_as_external *external; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas157 function adler32; external;
158 function compress; external;
159 function compress2; external;
160 function compressBound; external;
161 function crc32; external;
162 function deflate; external;
163 function deflateBound; external;
164 function deflateCopy; external;
165 function deflateEnd; external;
166 function deflateInit_; external;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas157 function adler32; external;
158 function compress; external;
159 function compress2; external;
160 function compressBound; external;
161 function crc32; external;
162 function deflate; external;
163 function deflateBound; external;
164 function deflateCopy; external;
165 function deflateEnd; external;
166 function deflateInit_; external;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Danode.c37 if (btree->u.external[i].file_secno <= sec &&
38 btree->u.external[i].file_secno + btree->u.external[i].length > sec) {
39 a = btree->u.external[i].disk_secno + sec - btree->u.external[i].file_secno;
46 hpfs_inode->i_file_sec = btree->u.external[i].file_secno;
47 hpfs_inode->i_disk_sec = btree->u.external[i].disk_secno;
48 hpfs_inode->i_n_secs = btree->u.external[i].length;
53 hpfs_error(s, "sector %08x not found in external anode %08x", sec, a);
97 if (btree->u.external[
[all...]
H A Dhpfs.h357 struct bplus_leaf_node external[0]; /* (external) 3-word entries giving member in union:bplus_header::__anon7456
406 struct bplus_leaf_node external[8]; member in union:fnode::__anon7457
439 struct bplus_leaf_node external[40]; member in union:anode::__anon7458
H A Ddir.c90 if (hpfs_inode->i_dno != fno->u.external[0].disk_secno) {
92 hpfs_error(inode->i_sb, "corrupted inode: i_dno == %08x, fnode -> dnode == %08x", hpfs_inode->i_dno, fno->u.external[0].disk_secno);
H A Dmap.c280 dno = fnode->u.external[0].disk_secno;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscript_asm.pl53 $debug_external = 0; # Print external/forward reference messages
202 @external = (); # Array of external names
440 foreach $external (split (/,/,$externals)) {
441 if ($external =~ /\s*($identifier)\s*$/) {
442 $external = $1;
443 push (@external, $external);
444 delete $forward{$external};
445 if (defined($symbol_values{$external})) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas212 procedure adler32; external;
213 procedure compressBound; external;
214 procedure crc32; external;
215 procedure deflateInit2_; external;
216 procedure deflateParams; external;
242 recsize: Integer): Integer; external;
243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external;
244 function deflateEnd(var strm: TZStreamRec): Integer; external;
248 recsize: Integer): Integer; external;
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas212 procedure adler32; external;
213 procedure compressBound; external;
214 procedure crc32; external;
215 procedure deflateInit2_; external;
216 procedure deflateParams; external;
242 recsize: Integer): Integer; external;
243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external;
244 function deflateEnd(var strm: TZStreamRec): Integer; external;
248 recsize: Integer): Integer; external;
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk3 # Place the curl source (including this makefile) into external/curl/ in the
12 # shown. Now, from the external/curl/ directory, run curl's normal configure
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A DMakefile99 WEB=~/public_html/external/mine/pptp/pptpconfig
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dconfigure432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dirq.c187 /* route external interrupts */
198 #error dont know external IRQ trigger levels for this setup
H A Dbreak.S95 # external interrupt handling
195 # external interrupts seem to escape from the trap table before single
259 # step through an external interrupt from kernel mode
370 # step through an external interrupt from kernel mode
H A Dentry-table.S108 # handler declaration for a maskable external interrupt
129 # handler declaration for an NMI external interrupt
H A Dcmode.S111 # devices set to cacheable on the external bus side in parallel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dconfigure432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dipxcp.c229 * Convert from internal to external notation
236 short int external; local
239 external = IPX_NONE;
241 external = RIP_SAP;
243 return external;
642 short external = to_external (go->router); local
643 if (external != RIP_SAP) {
646 PUTSHORT (external, ucp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunbmac.c278 } else if (bp->tcvr_type == external) {
302 } else if (bp->tcvr_type == external) {
324 } else if (bp->tcvr_type == external) {
357 case external:
396 case external:
416 if (bp->tcvr_type == external) {
465 * external) will stick, set them both and see what stays.
473 bp->tcvr_type = external;
485 "external MDIO available!\n");
H A Dsunbmac.h209 #define TCVR_PAL_EXTLBACK 0x00000002 /* Enable external loopback */
294 external = 0, enumerator in enum:bigmac_transceiver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk303 # in external settings where there is no XML input file while allowing
306 # to be present in external builds. Use of vpath allows it to be "poached"
311 # for the compiler. The CLMCOMPEXTFLAGS variable contains "external flags"
312 # which must be present for all external builds. It can be forced to "" for
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c1399 int external)
1403 btp->bt_hashshift = external ? 3 : 8; /* 8 or 256 buckets */
1448 int external)
1451 if (external)
1575 int external)
1589 xfs_alloc_bufhash(btp, external);
1397 xfs_alloc_bufhash( xfs_buftarg_t *btp, int external) argument
1446 xfs_free_buftarg( xfs_buftarg_t *btp, int external) argument
1573 xfs_alloc_buftarg( struct block_device *bdev, int external) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S48 .long 0x00000000,0x00000000 # external old psw
56 .long 0x000a0000,0x00000058 # external new psw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dneofb.c20 * LCD is disabled, keep BIOS settings if internal/external display
40 * - no stretching if external display is enabled (dok)
47 * - ioctl for internal/external switching
89 static int external; variable
102 module_param(external, bool, 0);
103 MODULE_PARM_DESC(external, "Enable output on external CRT.");
864 /* We need to program the VCLK for external display only mode. */
868 case 0x03: /* Simultaneous internal/external (LCD/CRT) mode: */
1349 /* attempt to turn off backlight on toshiba; also turns off external */
[all...]

Completed in 338 milliseconds

123