Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 419) sorted by path

12345678910>>...17

/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c438 int min, mid, max; in vga_get_cp437() local
715 int min, mid, max; in vga_cp437_to_uni() local
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h381 static __inline uint_t max(uint_t a, uint_t b) { return (a > b ? a : b); } in max() function
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c420 #define max(a, b) (a > b)? a: b macro
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c1636 char *zlbl = NULL, *min = NULL, *max = NULL; in _check_label() local
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h165 inline double max(const Double& x, const Double& y) { in max() function
168 inline double max(const Double& x, double y) { in max() function
171 inline double max(double x, const Double& y) { in max() function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c916 int n, max; in lexescape() local
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c1104 complexcpy(char *s1, char *s2, int max) in complexcpy()
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent_test.c75 uint64_t min, max, diff, sum; in timer_print() local
H A Dpci_virtio_input.c97 uint32_t max; member
H A Dvirtio.c566 uint64_t virtio_config_size, max; in vi_pci_read() local
687 uint64_t virtio_config_size, max; in vi_pci_write() local
/illumos-gate/usr/src/cmd/bnu/
H A Dstoa.c204 xfer(dest, src, len, max) in xfer() argument
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c463 search(char *names[], int max, char *infoname) in search()
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c113 UINT32 avail, max; in print_tpm_resources() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c63 max(a, b) in max() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c1212 in_port_t min, max; in create_argv() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c218 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c1999 int max = (int)IGNORE_PREFERENCE; in max_preference() local
2017 int max = max_preference(); in age_table() local
2040 int max = max_preference(); in age_table() local
2063 int max = max_preference(); in flush_unreachable_routers() local
2085 int max = max_preference(); in flush_unreachable_routers() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c171 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3313 #define max(x, y) (((x) < (y)) ? (y) : (x)) in telnet() macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4073 int *max) in get_str_val_value_range()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c1706 print_bit_range(int min, int max) in print_bit_range()
1725 int max = algreq->alg_maxbits; in print_alg() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c167 static const char *get_desc(struct ext_desc table[], uint8_t type, int max) { in get_desc()
187 int max) { in get_interpreter()
H A Dsnoop_ppp.c1116 uint8_t max; in opt_format_sdp() local
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c87 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
H A Dsh.file.c214 max(a, b) in max() function

12345678910>>...17