Searched refs:fixed (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dfile.h25 char *file_name(unsigned char *fixed);
27 /* Returns a pointer to a pretty-printed representation of a fixed MS-DOS file
30 int file_cvt(unsigned char *name,unsigned char *fixed);
32 /* Converts a pretty-printed file name to the fixed MS-DOS format. Returns a
40 FDSC **file_cd(FDSC **curr,char *fixed);
45 FD_TYPE file_type(FDSC **curr,char *fixed);
50 void file_modify(FDSC **curr,char *fixed);
H A Dfile.c37 char *file_name(unsigned char *fixed) argument
45 if (fixed[i] != ' ') {
47 put_char(&p,fixed[i]);
49 if (strncmp(fixed+8," ",3)) {
52 if (fixed[i+8] != ' ') {
54 put_char(&p,fixed[i+8]);
62 int file_cvt(unsigned char *name,unsigned char *fixed) argument
81 while (size--) *fixed++ = ' ';
104 *fixed++ = c;
111 while (size--) *fixed
152 file_cd(FDSC **curr,char *fixed) argument
164 file_find(FDSC **dir,char *fixed) argument
184 file_type(FDSC **curr,char *fixed) argument
193 file_modify(FDSC **curr,char *fixed) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtraps.c325 int fixed; local
327 fixed = fix_alignment(regs);
328 if (fixed == 1) {
332 if (fixed == -EFAULT) {
333 /* fixed == -EFAULT means the operand address was bad */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dtraps.c304 int fixed; local
306 fixed = fix_alignment(regs);
307 if (fixed == 1) {
314 if (fixed == -EFAULT) {
315 /* fixed == -EFAULT means the operand address was bad */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_hippi.h81 __u32 fixed; member in struct:hippi_fp_hdr
H A Dwireless.h278 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed nuber of args */
283 * Note : if the number of args is fixed and the size < 16 octets,
388 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
652 union iwreq_data u; /* IOCTL fixed payload */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_hippi.h81 __u32 fixed; member in struct:hippi_fp_hdr
H A Dwireless.h278 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed nuber of args */
283 * Note : if the number of args is fixed and the size < 16 octets,
388 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
652 union iwreq_data u; /* IOCTL fixed payload */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dpm.c167 #warning ACPI broke the kernel, this interface needs to be fixed up.
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dhippi.c75 hip->fp.fixed = __constant_htonl(0x04800018);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dswim_iop.h104 __u16 fixed:1; /* Drive has fixed media */ member in struct:swim_drvstatus::__anon10339
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dswim_iop.h104 __u16 fixed:1; /* Drive has fixed media */ member in struct:swim_drvstatus::__anon5923
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex176 \verb|local <S>| sets fixed local address for tunneled
235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets.
240 \item \verb|tos T| --- set fixed tos \verb|T| on tunneled packets.
248 It is enabled by default. Note that fixed ttl is incompatible
249 with this option: tunnels with fixed ttl always make pmtu discovery.
447 to use option \verb|dev DEV| to bind tunnel to a fixed physical device.
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/RPM.RedHat/
H A DLPRng.spec175 - fixed the URLs for the LPRng project
211 - fixed file list
292 - get rid of the notypedef patch - gcc has been fixed at last.
304 - get rid of CFLAGS="-O"; gcc has been fixed
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Drehash.c338 int fixed = 0; local
365 fixed++;
391 fixed++;
394 return fixed;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dskfddi.c445 * Search the entire 'fddi' device list for a fixed probe. If a match isn't
454 int fixed = 0, new_dev = 0; local
471 fixed = 1;
479 if ((dev->next == NULL) || new_dev || fixed)
485 if (adev && !fixed) {
491 (dev->base_addr != 0)) && !fixed) ||
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/djgpp/
H A Dconfig.bat3 Rem The SmallEnv tests protect against fixed and too small size
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddepca.c1478 ** Search the entire 'eth' device list for a fixed probe. If a match isn't
1486 int fixed = 0, new_dev = 0;
1496 fixed = 1;
1504 if ((dev->next == NULL) || new_dev || fixed)
1509 if (adev && !fixed) {
1515 if (((dev->next == NULL) && ((dev->base_addr != DEPCA_NDA) && (dev->base_addr != 0)) && !fixed) || new_dev) {
1485 int fixed = 0, new_dev = 0; local
H A Dewrk3.c1352 ** Search the entire 'eth' device list for a fixed probe. If a match isn't
1360 int fixed = 0, new_dev = 0;
1370 fixed = 1;
1378 if ((dev->next == NULL) || new_dev || fixed)
1383 if (adev && !fixed) {
1389 ((dev->base_addr != EWRK3_NDA) && (dev->base_addr != 0)) && !fixed) ||
1359 int fixed = 0, new_dev = 0; local
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dswim_iop.c182 ds->info.fixed? "fixed" : "removable",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dorinoco.c2267 srq->fixed = 0; /* auto */
2319 if (frq->fixed)
2358 frq->fixed = 0;
2367 frq->fixed = 1;
2400 (bitrate_table[i].automatic == ! rrq->fixed) ) {
2432 rrq->fixed = ! bitrate_table[ratemode].automatic;
2953 wrq->u.rts.fixed = 1;
3003 wrq->u.txpower.fixed = 1;
H A Dairo.c4380 /* Now, check if we want a fixed or auto value */
4381 if(vwrq->fixed == 0) {
4391 /* One rate, fixed */
4416 vwrq->fixed = (local->config.rates[1] == 0);
4457 vwrq->fixed = 1;
4499 vwrq->fixed = 1;
4749 vwrq->fixed = 1; /* No power control */
5047 vwrq->fixed = 1;
5226 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/djgpp/
H A Dconfig.bat3 Rem The SmallEnv tests protect against fixed and too small size
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dsamba2.spec1675 - remove buildroot patch (p3), fixed upstream
1770 - Reenable debug package by (--without debug to not build it), fixed post-a23
1918 - fixed typo in system-auth-winbind.pamd (--Thanks J. Gluck).
1919 - fixed %post xxx problem (smb not started in chkconfig --Thanks Viet & B. Kenworthy).
1929 - fixed winbind/nss_wins perms (oh no I don't own that stuff ;o)
2042 - fixed smb.conf a bit, rebuilt on cooker.
2052 - fixed smbwrapper compile options.
2076 fixed creation of /var/lib/samba/{netlogon,profiles} (%dir was missing)
2090 - OOPS! fixed smbmount symlinks
2126 - fixed pos
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dray_cs.c1377 wrq->u.bitrate.fixed = 0; /* We are in auto mode */
1404 wrq->u.rts.fixed = 1;
1419 /* if(wrq->u.rts.fixed == 0) we should complain */
1442 wrq->u.frag.fixed = 1;
1457 /* if(wrq->u.frag.fixed == 0) should complain */

Completed in 224 milliseconds

12