Searched refs:one (Results 1 - 25 of 148) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dsmbadduser43 foreach one ($argv)
44 echo $one | grep ':' >& /dev/null
49 set unix = `echo $one | awk -F: '{print $1}'`
50 set ntid = `echo $one | awk -F: '{print $2}'`
75 foreach one ($new)
77 echo "ENTER password for $one"
78 smbpasswd $one
H A Dsmbadduser.in43 foreach one ($argv)
44 echo $one | grep ':' >& /dev/null
49 set unix = `echo $one | awk -F: '{print $1}'`
50 set ntid = `echo $one | awk -F: '{print $2}'`
75 foreach one ($new)
77 echo "ENTER password for $one"
78 smbpasswd $one
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Ddev_promice.c166 volatile WORDTYPE *one; member in struct:promice_s
231 softc->one = (volatile WORDTYPE *)
334 * one bit at a time. First a '1' start bit,
346 dummy = *(softc->one); /* send start bit */
351 if (data & 1) dummy = *(softc->one);
356 dummy = *(softc->one); /* send stop bit */
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dacorn.h18 __u32 one; member in struct:riscix_part
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-passwd.pl199 The user is first prompted for their old password, if one is present.
201 to the server. The user has only one chance to enter the correct pass-
207 one or more from each of following sets:
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/radio/
H A Dradio-gemtek.c14 * TODO: Allow for more than one of these foolish entities :-)
78 static void one(void) function
108 one();
114 one();
117 one();
H A Dradio-rtrack2.c7 * TODO: Allow for more than one of these foolish entities :-)
67 static void one(void) function
91 one ();
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/src/
H A Diconv.c153 int one = 1; local
154 iconvctl(cd,ICONV_SET_DISCARD_ILSEQ,&one);
204 int one = 1; local
205 iconvctl(cd,ICONV_SET_DISCARD_ILSEQ,&one);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5074/
H A Dint-handler.S18 * 1) We handle one interrupt and return, sitting in a loop and moving across
20 * common case is one pending IRQ so optimize in that direction.
36 * 3 Local IRQ level one
38 * 5 8254 Timer one
46 * Local IRQ one
49 * Lowest ---- 8254 Timer one
70 andi a0, s0, CAUSEF_IP3 # delay slot, check local level one
83 /* Wheee, local level one interrupt. */
111 /* Must be one of the 8254 timers... */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5074/
H A Dint-handler.S18 * 1) We handle one interrupt and return, sitting in a loop and moving across
20 * common case is one pending IRQ so optimize in that direction.
36 * 3 Local IRQ level one
38 * 5 8254 Timer one
46 * Local IRQ one
49 * Lowest ---- 8254 Timer one
70 andi a0, s0, CAUSEF_IP3 # delay slot, check local level one
83 /* Wheee, local level one interrupt. */
111 /* Must be one of the 8254 timers... */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-irq.S15 * 1) We handle one interrupt and return, sitting in a loop and moving across
17 * common case is one pending IRQ so optimize in that direction.
33 * 3 Local IRQ level one
35 * 5 8254 Timer one
43 * Local IRQ one
46 * Lowest ---- 8254 Timer one
75 andi a0, s0, CAUSEF_IP3 # delay slot, check local level one
88 /* Wheee, local level one interrupt. */
112 /* Must be one of the 8254 timers... */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dwafer5823wdt.c129 int one=1; local
139 if (copy_to_user((int *) arg, &one, sizeof (int)))
/asus-wl-520gu-7.0.1.45/src/router/pppd/scripts/
H A Dpoff32 there is exactly one running unless the '-a' option was given. If
75 # If there are no arguments we can't do anything if there is more than one
78 echo "$0: More than one pppd running and no "-a" option and
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/scripts/
H A Dpoff32 there is exactly one running unless the '-a' option was given. If
75 # If there are no arguments we can't do anything if there is more than one
78 echo "$0: More than one pppd running and no "-a" option and
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/boot/compressed/
H A Dhead.S64 .byte 0 ! = 0, old one (LILO, Loadlin,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dpci-7751se.c97 * Set the MBR so PCI address is one-to-one with window,
102 #error One-to-one assumption for PCI memory mapping is wrong!?!?!?
/asus-wl-520gu-7.0.1.45/src/router/busybox/tests/
H A Dcp_tests.mk134 echo A file number one > afile1; \
162 echo A file number one > afile1; \
174 echo A file number one > afile1; \
192 echo A file number one > afile1; \
205 echo A file number one > afile1; \
224 echo A file number one > afile1; \
237 echo A file number one > afile1; \
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_altcpu.S207 * Don't do this if we have only one CPU. This way we can
209 * with only one core.
217 bgt t0,1,1f # Keep going if more than one CPU
283 * Don't do this if we have only one CPU.
291 bgt t0,1,1f # Keep going if more than one CPU
327 * Don't do this if we have only one CPU.
335 bgt t0,1,1f # Keep going if more than one CPU
340 * More than one CPU, go ahead...
456 * with only one CPU. Theoretically, nobody got past the
459 * have one CP
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dclear_user.S28 /* Allow an exception for an insn; exit if we get one. */
49 0: EX( stq_u $31, 0($6) ) # e0 : zero one word
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Ddev_flash_all.S191 sub datasize,1 # one less count
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dx_fline.S6 | First determine if the exception is one of the unimplemented
36 | the equate is valid only after a 'link a6' has pushed one more
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dcfi.h65 * Those macros should be used with 'if' statements. If only one of few
109 #error You must define at least one interleave to support!
149 #error You must define at least one bus width to support!
245 struct cfi_ident *cfiq; /* For now only one. We insist that all devs
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dcfi.h65 * Those macros should be used with 'if' statements. If only one of few
109 #error You must define at least one interleave to support!
149 #error You must define at least one bus width to support!
245 struct cfi_ident *cfiq; /* For now only one. We insist that all devs
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dgamma_drv.c319 struct pci_dev *d = NULL, *one = NULL, *two = NULL; local
324 one = pci_find_device(PCI_VENDOR_ID_3DLABS,PCI_DEVICE_ID_3DLABS_MX,d);
325 if (!one) return 0;
328 if (PCI_SLOT(d->devfn) != PCI_SLOT(one->devfn)) return 0;
330 two = pci_find_device(PCI_VENDOR_ID_3DLABS,PCI_DEVICE_ID_3DLABS_MX,one);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtelnet.c127 static int one = 1; variable
653 setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof one);

Completed in 242 milliseconds

123456