Searched refs:maj (Results 26 - 50 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.in.h102 # define __GNUC_PREREQ(maj, min) (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dsysfs.c102 unsigned int maj, min; local
104 if (sysfs_read_attr(path, "/dev", "%u:%u", &maj, &min, verbose))
106 else if (maj != (unsigned)major(dev))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_device.c70 unsigned int maj, min; local
75 if (sscanf(attr, "%u:%u", &maj, &min) == 2)
76 return makedev(maj, min);
H A Dudev_db.c182 unsigned int maj, min; local
236 sscanf(line, "%u:%u", &maj, &min);
237 udev->devt = makedev(maj, min);
H A Dudevd.c575 int maj = 0; local
612 maj = strtoull(&key[6], NULL, 10);
618 msg->devt = makedev(maj, min);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/usr/
H A Dgen_init_cpio.c238 unsigned int maj, unsigned int min)
260 maj, /* rmajor */
276 unsigned int maj; local
281 name, &mode, &uid, &gid, &dev_type, &maj, &min)) {
285 rc = cpio_mknod(name, mode, uid, gid, dev_type, maj, min);
463 "nod <name> <mode> <uid> <gid> <dev_type> <maj> <min>\n"
476 "<maj> major number of nod\n"
236 cpio_mknod(const char *name, unsigned int mode, uid_t uid, gid_t gid, char dev_type, unsigned int maj, unsigned int min) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_sds.c255 asd_ha->hw_prof.bios.maj = bc_struct->bios_major;
259 asd_ha->hw_prof.bios.maj,
419 u8 maj; /* 0 */ member in struct:asd_manuf_sec
446 u8 maj; /* 0 */ member in struct:asd_manuf_phy_param
493 u8 maj; /* 0 */ member in struct:asd_ms_conn_map
653 if (ms->maj != 0) {
655 ms->maj);
748 dflt_phy_param.maj = 0;
765 if (phy_param->maj != 0) {
767 phy_param->maj);
[all...]
H A Daic94xx_hwi.h57 u8 maj; member in struct:bios_struct
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/scsi_id/
H A Dscsi_id.c174 unsigned int maj, min; local
185 if (sscanf(attr, "%u:%u", &maj, &min) != 2) {
190 snprintf(tmpdev, MAX_PATH_LEN, "%s/%s-maj%d-min%d-%u",
191 TMP_DIR, TMP_PREFIX, maj, min, getpid());
194 if (mknod(tmpdev, 0600 | dev_type, makedev(maj, min))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dplatform.h566 at least maj.min
580 # define wxCHECK_W32API_VERSION(maj, min) (0)
582 # define wxCHECK_MINGW32_VERSION(maj, min) (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Ddevice_cgroup.c263 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; local
268 set_majmin(maj, wh->major);
271 maj, min, acc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoe.h193 struct aoedev *aoedev_by_aoeaddr(int maj, int min);
H A Daoedev.c23 aoedev_by_aoeaddr(int maj, int min) argument
31 if (d->aoemajor == maj && d->aoeminor == min)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dhibernate.c921 unsigned int maj, min; local
925 if (sscanf(buf, "%u:%u", &maj, &min) != 2)
928 res = MKDEV(maj,min);
929 if (maj != MAJOR(res) || min != MINOR(res))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibzvbi-teletextdec.c489 unsigned int maj, min, rev; local
491 vbi_version(&maj, &min, &rev);
492 if (!(maj > 0 || min > 2 || min == 2 && rev >= 26)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/
H A Dwiper.sh380 maj="$(get_major $fsdev)"
383 [ "$maj" = "$scsi_major" ] && maj_ok=1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/savage/
H A Dsavage_drv.h448 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \
449 (((maj) & 0x1FFF) | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Drawmidi.c366 int maj = imajor(inode); local
383 if (maj == snd_major) {
387 } else if (maj == SOUND_MAJOR) {
406 if ((file->f_flags & O_APPEND) || maj == SOUND_MAJOR) /* OSS emul? */
452 rawmidi_file->input->runtime->oss = (maj == SOUND_MAJOR);
454 rawmidi_file->output->runtime->oss = (maj == SOUND_MAJOR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drds.h21 #define RDS_PROTOCOL(maj, min) (((maj) << 8) | min)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dwinundef.h260 #define wxCHECK_W32API_VERSION(maj, min) (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_user.c38 p->maj = os_major(buf->st_rdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_edid.c38 #define version_greater(edid, maj, min) \
39 (((edid)->version > (maj)) || \
40 ((edid)->version == (maj) && (edid)->revision > (min)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dupgrade.tcl577 set maj [lindex $vers 0]
591 set version_dir "$myendianness-$maj.${min}be"
594 set version_dir "$myendianness-$maj.${min}le"

Completed in 157 milliseconds

123