/linux-2.4.37.9/Documentation/ |
D | mkdev.cciss | 29 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
|
D | mkdev.ida | 29 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
|
D | mkdev_dyn.cciss | 80 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/ |
D | cycx_drv.h | 40 #ifndef MIN 41 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
|
D | if_tun.h | 53 #ifndef MIN 54 #define MIN(a,b) ( (a)<(b) ? (a):(b) ) macro
|
D | efs_fs.h | 33 #ifndef MIN 34 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
D | intermezzo_lib.h | 35 #undef MIN 36 #define MIN(a,b) (((a)<(b)) ? (a): (b)) macro
|
/linux-2.4.37.9/drivers/char/ |
D | selection.c | 28 #ifndef MIN 29 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro 306 count = MIN(count, ld->receive_room(tty)); in paste_selection()
|
D | dz.h | 118 #ifndef MIN 119 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
|
D | n_tty.c | 56 #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()
|
D | dz.c | 697 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()
|
D | riscom8.c | 78 #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/ |
D | mostek.h | 115 #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/ |
D | mostek.h | 106 #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/ |
D | bluetooth.h | 45 #ifndef MIN 46 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | setup.c | 59 #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/ |
D | tape34xx.h | 72 #ifndef MIN 73 #define MIN(a,b) ( (a) < (b) ? (a) : (b) ) macro
|
D | con3215.c | 115 #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/ |
D | menubox.c | 176 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/ |
D | ibmtr.c | 139 #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/ |
D | saa5249.c | 125 #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/ |
D | debug.c | 27 #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/ |
D | debug.c | 27 #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/ |
D | ide-timing.h | 99 #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/ |
D | xfs_ag.h | 261 (MIN(bl + 1, XFS_AG_MAXLEVELS(mp)) + \ 262 MIN(cl + 1, XFS_AG_MAXLEVELS(mp)))
|