/titanic_52/usr/src/tools/scripts/ |
H A D | check_rtime.pl | 1033 $moddir = "$moddir/../lib/perl" if ! -f "$moddir/onbld_elfmod.pm"; 1054 if ((getopts('D:d:E:e:f:I:imosvw:', \%opt) == 0) || 1055 (!$opt{f} && ($#ARGV == -1))) { 1057 print "\t\t[-e exfile] [-f listfile] [-I infofile] [-w outdir]\n"; 1064 print "\t[-f listfile]\tuse file list produced by find_elf -r\n"; 1175 ProcFindElf($opt{f}) if $opt{f};
|
/titanic_52/usr/src/uts/intel/io/acpica/resources/ |
H A D | rsdumpinfo.c | 55 #define ACPI_RSD_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_RESOURCE_DATA,f) argument 56 #define ACPI_PRT_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_PCI_ROUTING_TABLE,f) argument
|
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 97 static void rscan(char **t, int (*f)(char)); 624 rscan(char **t, int (*f)(char)) in rscan() 630 if (f == tglob) in rscan() 636 (void) (*f)(c); in rscan()
|
/titanic_52/usr/src/uts/common/io/rge/ |
H A D | rge.h | 671 #define RGE_XDB(b, w, f, args) RGE_DDB(if ((b) & (w)) f args) argument 674 #define RGE_CDB(f, args) RGE_XDB(RGE_DBG, rgep->debug, f, args) argument
|
/titanic_52/usr/src/lib/libmvec/common/vis/ |
H A D | __vrhypot.S | 2095 bne 1f ! if ( hx0 != 0x7ff00000 ) 2099 be 3f ! if ( lx == 0 ) 2103 bne 2f ! if ( hy0 != 0x7ff00000 ) 2107 be 3f ! if ( ly == 0 ) 2153 bnz,a,pn %icc,1f ! if ( ii != 0 ) 2186 bl,a 1f ! if ( hx0 < 0x00080000 ) 2197 bl,a 1f ! if ( hy0 < 0x00080000 ) 2214 ble 1f 2237 ble,a 1f 2256 ble 1f [all...] |
/titanic_52/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
H A D | start.S | 49 call 0f
|
/titanic_52/usr/src/cmd/lp/model/ |
H A D | tsol_netstandard_foomatic | 151 if [ -f "${LPTMPDIR}/pr_eexit_code.$$" ] 156 if [ -f "${LPTMPDIR}/small_banner.$$" ] 161 if [ -f "${LPTMPDIR}/banner.exit_code.$$" ] 166 if [ -f "${LPTMPDIR}/banner.errmsg.$$" ] 171 if [ -f "${tmpfile}" ] 306 data_file_flag="-f `parse ${i}`" 687 /bin/rm -f ${tmpfilefoo} 695 # if [ -f "${tmpfile}" ]
|
/titanic_52/usr/src/uts/common/io/ppm/ |
H A D | ppm_subr.c | 485 * ['0-9', 'a-f', A-F'] until ended '0' or second '*''0'. in ppm_parse_pattern() 493 ((*cp > 'a') && (*cp < 'f')) || in ppm_parse_pattern() 1010 else if (hex_ && ((*cp >= 'a') && (*cp <= 'f'))) in ppm_stoi() 1093 char *f, *b; in ppm_parse_dc() local 1110 for (i = 0, f = b = line, done = B_FALSE; !done; i++, f = ++b) { in ppm_parse_dc() 1117 dclist[i] = f; in ppm_parse_dc() 1127 if ((f = strstr(dclist[i], "path=")) != NULL) { in ppm_parse_dc() 1128 f += strlen("path="); in ppm_parse_dc() 1129 dc->path = kmem_zalloc((strlen(f) in ppm_parse_dc() [all...] |
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | maketerm.ed | 2 !rm -f bool num str boolnames numnames strnames boolvals numvals strvals tnames.c tinames.c tifnames.c term.h ./tmp/term.h.new ./tmp/tmp.awk ./tmp/term.h 312 .-1r !awk -f ./tmp/tmp.awk < ./tmp/tmp.term.h 317 .-1r !awk -f ./tmp/tmp.awk < ./tmp/tmp.term.h 322 .-1r !awk -f ./tmp/tmp.awk < ./tmp/tmp.term.h 327 .-1r !awk -f ./tmp/tmp.awk < ./tmp/tmp.term.h 328 !rm -f ./tmp/tmp.term.h ./tmp/tmp.awk 603 !rm -f boolnames boolvals bool numnames numvals num strnames strvals str ./tmp/term.h.new ./tmp/tmp.awk ./tmp/tmp.term.h
|
/titanic_52/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memset.s | 109 blu,pn %ncc, 5f 132 blu,pn %ncc, 3f 179 blu %ncc, 5f
|
/titanic_52/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_elf.s | 166 call 2f 235 1: call 2f 362 ble 2f
|
/titanic_52/usr/src/uts/i86pc/ml/ |
H A D | syscall_asm.s | 155 je 1f ;\ 201 je 7f; \ 256 jz 4f; \ 496 * mov $1f, %edx / return %eip 554 ja 1f
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | pxeloader.S | 33 call 1f
|
/titanic_52/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 2071 char *f; in getclientsflavors_new() local 2101 while ((f = strtok_r(val, ":", &lasts)) != NULL) { in getclientsflavors_new() 2102 flavors[c++] = map_flavor(f); in getclientsflavors_new() 2645 char *f; in check_client_new() local 2677 while ((f = strtok_r(val, ":", &lasts)) in check_client_new() 2679 if (flavor == map_flavor(f)) { in check_client_new() 2973 FILE *f; in check_sharetab() local 3018 f = fopen(SHARETAB, "r"); in check_sharetab() 3019 if (f == NULL) { in check_sharetab() 3034 while ((res = getshare(f, in check_sharetab() [all...] |
/titanic_52/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 1092 pickle_table(char *f, pickle_mode m) : pickle_file(f, m) {} in pickle_table() argument 1109 pickle_table f(file, PICKLE_WRITE); /* may need to use APPEND mode */ in dump() local 1110 int status = f.transfer(this); in dump() 1122 pickle_table f(file, PICKLE_READ); in db_table() local 1127 if (f.transfer(this) < 0) { in db_table()
|
H A D | db_mindex.cc | 1039 pickle_mindex(char *f, pickle_mode m) : pickle_file(f, m) {} in pickle_mindex() argument 1057 pickle_mindex f(file, PICKLE_WRITE); in dump() local 1058 int status = f.transfer(this); in dump() 1102 pickle_mindex f(file, PICKLE_READ); in load() local 1111 if ((status = f.transfer(this)) != 0) { in load()
|
/titanic_52/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 422 int d, e, f; in ASRU_set() local 448 did_BDF(pd, NULL, &d, &f); in ASRU_set() 449 if ((fpath = dev_path_fix(mp, path, d, f)) == NULL) in ASRU_set() 717 int d, f; in DEVprop_set() local 735 did_BDF(pd, NULL, &d, &f); in DEVprop_set() 736 fpath = dev_path_fix(mp, path, d, f); in DEVprop_set()
|
/titanic_52/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | n2piu.esc | 57 #define MMU_MATCH_BDF(mmu_tfsr, b, d, f) \ 59 (((mmu_tfsr) % MMU_REQ_ID_BIT_MODULO) == ((b << 8) | (d << 3) | f)) \ 225 event error.io.device.f-device@niu/niufn; 235 error.io.device.f-device@niu/niufn, 246 prop error.io.device.f-device@niu/niufn (1)-> 254 prop error.io.device.f-device@niu/niufn (1)->
|
/titanic_52/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_traverse.c | 81 #define STOP_ONERR(f) ((f)->ft_flags & FST_STOP_ONERR) argument 82 #define STOP_ONLONG(f) ((f)->ft_flags & FST_STOP_ONLONG) argument 83 #define VERBOSE(f) ((f)->ft_flags & FST_VERBOSE) argument
|
/titanic_52/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 70 #define FLOWACCT_FLOW_HASH(f) \ argument 71 (((FLOWACCT_ADDR_HASH(f->saddr)) + \ 72 (FLOWACCT_ADDR_HASH(f->daddr)) + \ 73 (f->proto) + (f->sport) + (f->dport)) \
|
/titanic_52/usr/src/cmd/smbios/ |
H A D | smbios.c | 124 uint_t f = 1 << i; in flag_printf() local 127 if (!(flags & f)) in flag_printf() 130 if ((n = flag_name(f)) != NULL) in flag_printf() 131 desc_printf(flag_desc(f), fp, "\t%s", n); in flag_printf() 133 desc_printf(flag_desc(f), fp, "\t0x%x", f); in flag_printf() 146 u_longlong_t f = 1ULL << i; in flag64_printf() local 149 if (!(flags & f)) in flag64_printf() 152 if ((n = flag_name(f)) != NULL) in flag64_printf() 153 desc_printf(flag_desc(f), f in flag64_printf() [all...] |
/titanic_52/usr/src/lib/libumem/common/ |
H A D | stub_stand.c | 147 _tmem_set_cleanup(void (*f)(int, void *)) in _tmem_set_cleanup() 159 case '\f': in isspace()
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.multiaggs1.d | 53 @f[pid] = stddev(new_time);
|
/titanic_52/usr/src/uts/sparc/ml/ |
H A D | ip_ocsum.s | 61 bz 2f ! if 32 byte aligned, skip
|
/titanic_52/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dstyle.pl | 227 if (-f $arg) {
|