Searched refs:maj (Results 1 - 25 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/sunos4/
H A Dppp_vdcmd.c32 int n, maj; local
40 for (maj = 1; maj < nchrdev; ++maj)
41 if (cdevsw[maj].d_open == vd_unuseddev)
43 if (maj >= nchrdev)
45 vd.Drv_charmajor = maj;
46 old_entry = cdevsw[maj];
47 cdevsw[maj] = ppp_cdevsw;
50 majnum = maj;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dkrb5.c91 OM_uint32 maj, min; local
99 maj = gss_unseal(&min, *context, &enc, &dec, NULL, NULL);
100 if(maj != GSS_S_COMPLETE) {
129 OM_uint32 maj, min; local
141 maj = gss_seal(&min, *context,
146 if(maj != GSS_S_COMPLETE)
172 OM_uint32 maj, min; local
211 maj = gss_import_name(&min, &input_buffer, GSS_C_NT_HOSTBASED_SERVICE,
213 if(maj != GSS_S_COMPLETE) {
235 maj
321 OM_uint32 maj = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_common.h27 #define FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mv78xx0/
H A Dcommon.h28 int maj, int min);
30 int maj, int min);
H A Dpcie.c20 u8 maj; member in struct:pcie_port
69 "PCIe %d.%d I/O", pp->maj, pp->min);
77 "PCIe %d.%d MEM", pp->maj, pp->min);
133 pp->maj, pp->min);
137 pp->maj, pp->min);
266 return IRQ_MV78XX0_PCIE_00 + (pp->maj << 2) + pp->min;
278 static void __init add_pcie_port(int maj, int min, unsigned long base) argument
280 printk(KERN_INFO "MV78xx0 PCIe port %d.%d: ", maj, min);
287 pp->maj = maj;
[all...]
H A Daddr-map.c145 int maj, int min)
147 setup_cpu_win(window, base, size, TARGET_PCIE(maj),
152 int maj, int min)
154 setup_cpu_win(window, base, size, TARGET_PCIE(maj),
144 mv78xx0_setup_pcie_io_win(int window, u32 base, u32 size, int maj, int min) argument
151 mv78xx0_setup_pcie_mem_win(int window, u32 base, u32 size, int maj, int min) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/s390/
H A Dconfig3270.sh52 while read devno maj min;do
54 fsmaj=$maj
59 elif [ $maj = CONSOLE ]; then
65 echo mknod $D/$TTY$devno c $maj $min >>$SCR
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.h27 #define IS_WHOLE(maj,min) ((min % ioconf[maj]->blkp->pcount) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/md5/
H A Dmd5.h32 # define __GNUC_PREREQ(maj, min) \
33 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
35 # define __GNUC_PREREQ(maj, min) 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dautogen.sh54 maj=`echo $ver | $VERSIONMKMAJ`
56 if test $maj -eq $majneeded -a $min -ge $minneeded; then
68 maj=`echo $ver | $VERSIONMKMAJ`
70 if test $maj -eq $majneeded -a $min -ge $minneeded; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/
H A Dautogen.sh87 maj=`echo $ver | $VERSIONMKMAJ`
89 if test $maj -eq $majneeded -a $min -ge $minneeded; then
101 maj=`echo $ver | $VERSIONMKMAJ`
103 if test $maj -eq $majneeded -a $min -ge $minneeded; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_util.c29 __u32 maj; local
32 maj = TC_H_UNSPEC;
35 maj = strtoul(str, &p, 16);
38 maj <<= 16;
42 *h = maj;
48 __u32 maj, min; local
51 maj = TC_H_ROOT;
54 maj = TC_H_UNSPEC;
57 maj = strtoul(str, &p, 16);
59 maj
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dtest-udev.c64 const char *maj, *min; local
148 maj = getenv("MAJOR");
150 if (maj != NULL && min != NULL)
151 udev->devt = makedev(atoi(maj), atoi(min));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dgeom.c54 static unsigned int maj = 0; local
56 if (!maj) {
59 maj = val;
61 return maj;
216 unsigned int maj = major(dev), min = minor(dev); local
233 if (maj == (unsigned)major(st.st_rdev) && min == (unsigned)minor(st.st_rdev)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dplatform.h13 # define __GNUC_PREREQ(maj, min) \
14 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
16 # define __GNUC_PREREQ(maj, min) 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup-common.c205 unsigned short maj; local
221 maj = (pvr >> 8) & 0xFF;
276 maj = ((pvr >> 8) & 0xF);
280 maj = PVR_MAJ(pvr);
287 maj = PVR_MAJ(pvr) + 1;
291 maj = ((pvr >> 8) & 0xFF) - 1;
295 maj = (pvr >> 8) & 0xFF;
302 maj, min, PVR_VER(pvr), PVR_REV(pvr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dgetopt.in.h95 # define __GNUC_PREREQ(maj, min) (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dgen_initramfs_list.sh129 local maj=`field 5 ${dev}`
131 maj=${maj%,}
135 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/lib/
H A Dgetopt.in.h95 # define __GNUC_PREREQ(maj, min) (0)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/lib/
H A Dgetopt.in.h95 # define __GNUC_PREREQ(maj, min) (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHA.cpp100 #define maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
138 rnd(maj, 0x8f1bbcdc);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dsha1.c34 #define maj(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) macro
72 rnd(maj, 0x8f1bbcdc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs.h66 unsigned int maj; member in struct:hostfs_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.in.h102 # define __GNUC_PREREQ(maj, min) (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Ddo_mounts.c91 unsigned maj, min; local
93 if (sscanf(name, "%u:%u", &maj, &min) == 2) {
94 res = MKDEV(maj, min);
95 if (maj != MAJOR(res) || min != MINOR(res))

Completed in 377 milliseconds

123