Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 25 of 136) sorted by relevance

123456

/linux-2.4.37.9/Documentation/
Dmkdev.cciss29 MIN=`expr $D \* 16 + $P`
31 mknod /dev/cciss/c${C}d${D} b $MAJ $MIN
33 mknod /dev/cciss/c${C}d${D}p${P} b $MAJ $MIN
Dmkdev.ida29 MIN=`expr $D \* 16 + $P`
31 mknod /dev/ida/c${C}d${D} b $MAJ $MIN
33 mknod /dev/ida/c${C}d${D}p${P} b $MAJ $MIN
Dmkdev_dyn.cciss80 MIN=`expr $D \* 16 + $P`;
82 mknod /dev/cciss/c${1}d${D} b $2 $MIN
84 mknod /dev/cciss/c${1}d${D}p${P} b $2 $MIN
/linux-2.4.37.9/include/linux/
Dcycx_drv.h40 #ifndef MIN
41 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
Dif_tun.h53 #ifndef MIN
54 #define MIN(a,b) ( (a)<(b) ? (a):(b) ) macro
Defs_fs.h33 #ifndef MIN
34 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
Dintermezzo_lib.h35 #undef MIN
36 #define MIN(a,b) (((a)<(b)) ? (a): (b)) macro
/linux-2.4.37.9/drivers/char/
Dselection.c28 #ifndef MIN
29 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
306 count = MIN(count, ld->receive_room(tty)); in paste_selection()
Ddz.h118 #ifndef MIN
119 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
Dn_tty.c56 #ifndef MIN
57 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
873 i = MIN(count, MIN(N_TTY_BUF_SIZE - tty->read_cnt, in n_tty_receive_buf()
881 i = MIN(count, MIN(N_TTY_BUF_SIZE - tty->read_cnt, in n_tty_receive_buf()
1103 n = MIN(*nr, MIN(tty->read_cnt, N_TTY_BUF_SIZE - tty->read_tail)); in copy_from_read_buf()
Ddz.c697 c = MIN(count, MIN(DZ_XMIT_SIZE - info->xmit_cnt - 1, DZ_XMIT_SIZE - info->xmit_head)); in dz_write()
710 c = MIN(c, MIN(DZ_XMIT_SIZE - info->xmit_cnt - 1, DZ_XMIT_SIZE - info->xmit_head)); in dz_write()
730 c = MIN(count, MIN(DZ_XMIT_SIZE - info->xmit_cnt - 1, DZ_XMIT_SIZE - info->xmit_head)); in dz_write()
Driscom8.c78 #ifndef MIN
79 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
504 count = MIN(port->break_length, 0xff); in rc_transmit()
1246 c = MIN(count, MIN(SERIAL_XMIT_SIZE - port->xmit_cnt - 1, in rc_write()
1259 c = MIN(c, MIN(SERIAL_XMIT_SIZE - port->xmit_cnt - 1, in rc_write()
1274 c = MIN(count, MIN(SERIAL_XMIT_SIZE - port->xmit_cnt - 1, in rc_write()
/linux-2.4.37.9/include/asm-sparc64/
Dmostek.h115 #define MSTK_REG_MIN(regs) MSTK_GET(regs,MIN)
123 #define MSTK_SET_REG_MIN(regs,value) MSTK_SET(regs,MIN,value)
/linux-2.4.37.9/include/asm-sparc/
Dmostek.h106 #define MSTK_REG_MIN(regs) MSTK_GET(regs,min,MIN)
114 #define MSTK_SET_REG_MIN(regs,value) MSTK_SET(regs,min,value,MIN)
/linux-2.4.37.9/include/net/bluetooth/
Dbluetooth.h45 #ifndef MIN
46 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/linux-2.4.37.9/arch/ia64/kernel/
Dsetup.c59 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
158 re = MIN(__pa(end), node_memblk[i].start_paddr+node_memblk[i].size); in call_pernode_memory()
206 range_end = MIN(end, rsvd_region[i].start); in filter_rsvd_memory()
248 range_end = MIN(end, rsvd_region[i].start & PAGE_MASK); in find_bootmap_location()
/linux-2.4.37.9/drivers/s390/char/
Dtape34xx.h72 #ifndef MIN
73 #define MIN(a,b) ( (a) < (b) ? (a) : (b) ) macro
Dcon3215.c115 #ifndef MIN
116 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
593 c = MIN(count, in raw3215_write()
594 MIN(RAW3215_BUFFER_SIZE - raw->count, in raw3215_write()
616 c = MIN(count, in raw3215_write()
617 MIN(RAW3215_BUFFER_SIZE - raw->count, in raw3215_write()
/linux-2.4.37.9/scripts/lxdialog/
Dmenubox.c176 max_choice = MIN (menu_height, item_no); in dialog_menu()
233 item_x = MAX (item_x, MIN(menu_width, strlen (items[i * 2 + 1]) + 2)); in dialog_menu()
339 choice = MIN(choice+1, max_choice-1); in dialog_menu()
/linux-2.4.37.9/drivers/net/tokenring/
Dibmtr.c139 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) macro
709 MIN(ti->mapped_ram_size,ti->avail_shared_ram); in ibmtr_probe1()
714 ti->dhb_size4mb = MIN(ti->dhb_size4mb, 2048); in ibmtr_probe1()
717 ti->dhb_size16mb = MIN(ti->dhb_size16mb, 2048); in ibmtr_probe1()
722 ti->dhb_size4mb = MIN(ti->dhb_size4mb, 4464); in ibmtr_probe1()
725 ti->dhb_size16mb = MIN(ti->dhb_size16mb, 4096); in ibmtr_probe1()
730 ti->dhb_size4mb = MIN(ti->dhb_size4mb, 4464); in ibmtr_probe1()
733 ti->dhb_size16mb = MIN(ti->dhb_size16mb, 10240); in ibmtr_probe1()
738 ti->dhb_size4mb = MIN(ti->dhb_size4mb, 4464); in ibmtr_probe1()
741 ti->dhb_size16mb = MIN(ti->dhb_size16mb, 16384); in ibmtr_probe1()
[all …]
/linux-2.4.37.9/drivers/media/video/
Dsaa5249.c125 #ifndef MIN
126 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
542 end = MIN(req.end, 39); in do_saa5249_ioctl()
556 end = MIN(req.end, 31); in do_saa5249_ioctl()
/linux-2.4.37.9/arch/s390/kernel/
Ddebug.c27 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
228 strncpy(rc->name, name, MIN(strlen(name), (DEBUG_MAX_PROCF_LEN - 1))); in debug_info_alloc()
229 rc->name[MIN(strlen(name), (DEBUG_MAX_PROCF_LEN - 1))] = 0; in debug_info_alloc()
459 size = MIN((len - count), (size - entry_offset)); in debug_output()
808 memcpy(DEBUG_DATA(active), buf, MIN(len, id->buf_size)); in debug_common()
1259 num_used_args = MIN(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1)); in debug_sprintf_format_fn()
/linux-2.4.37.9/arch/s390x/kernel/
Ddebug.c27 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
228 strncpy(rc->name, name, MIN(strlen(name), (DEBUG_MAX_PROCF_LEN - 1))); in debug_info_alloc()
229 rc->name[MIN(strlen(name), (DEBUG_MAX_PROCF_LEN - 1))] = 0; in debug_info_alloc()
459 size = MIN((len - count), (size - entry_offset)); in debug_output()
808 memcpy(DEBUG_DATA(active), buf, MIN(len, id->buf_size)); in debug_common()
1259 num_used_args = MIN(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1)); in debug_sprintf_format_fn()
/linux-2.4.37.9/drivers/ide/
Dide-timing.h99 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
101 #define FIT(v,min,max) MAX(MIN(v,max),min)
/linux-2.4.37.9/fs/xfs/
Dxfs_ag.h261 (MIN(bl + 1, XFS_AG_MAXLEVELS(mp)) + \
262 MIN(cl + 1, XFS_AG_MAXLEVELS(mp)))

123456