/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 598 static int extend(Sfio_t* sp, void* v, Sffmt_t* fe) in extend() argument 605 int format = fe->fmt; in extend() 607 int fold = fe->base; in extend() 609 struct printf* pp = (struct printf*)fe; in extend() 613 if(fe->n_str>0 && varname(fe->t_str,fe->n_str) && (!argp || varname(argp,-1))) in extend() 621 sfprintf(pp->sh->strbuf,"%s.%.*s%c",argp,fe->n_str,fe->t_str,0); in extend() 627 fe->flags |= SFFMT_VALUE; in extend() 634 fe->flags &= ~SFFMT_LONG; in extend() 646 fe->fmt = 's'; in extend() 647 fe->size = -1; in extend() [all …]
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | SCF.dict | 31 fault.chassis.SPARC-Enterprise.if.fe-asic-clk=1 32 fault.chassis.SPARC-Enterprise.if.fe-clk-cable=2 33 fault.chassis.SPARC-Enterprise.asic.clk.fe=3 35 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.fe=11 36 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.fe=12 37 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.strand.fe=13 46 upset.chassis.SPARC-Enterprise.cpu.SPARC64-VI.fe=22 47 upset.chassis.SPARC-Enterprise.cpu.SPARC64-VI.fe-unexpected-trap=23 51 fault.chassis.SPARC-Enterprise.memory.fe=31 57 fault.chassis.SPARC-Enterprise.asic.flp.fe=41 [all …]
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 518 struct file_entry *fe; in set_file() local 524 if ((fe = (struct file_entry *)getblk(iloc)) == NULL) { in set_file() 527 if (ud_verify_tag(udh, &fe->fe_tag, UD_FILE_ENTRY, in set_file() 528 SWAP_32(fe->fe_tag.tag_loc), 1, 1) != 0) { in set_file() 537 fe->fe_acc_time.ts_tzone = i16; in set_file() 540 fe->fe_acc_time.ts_year = i16; in set_file() 543 fe->fe_acc_time.ts_month = i8; in set_file() 546 fe->fe_acc_time.ts_day = i8; in set_file() 549 fe->fe_acc_time.ts_hour = i8; in set_file() 552 fe->fe_acc_time.ts_min = i8; in set_file() [all …]
|
/titanic_41/usr/src/uts/common/io/kbtrans/ |
H A D | kbtrans_streams.c | 1223 Firm_event fe; in kbtrans_send_esc_event() local 1225 fe.id = c; in kbtrans_send_esc_event() 1226 fe.value = 1; in kbtrans_send_esc_event() 1227 fe.pair_type = FE_PAIR_NONE; in kbtrans_send_esc_event() 1228 fe.pair = 0; in kbtrans_send_esc_event() 1234 kbtrans_queueevent(upper, &fe); in kbtrans_send_esc_event() 1235 fe.value = 0; in kbtrans_send_esc_event() 1236 kbtrans_queueevent(upper, &fe); in kbtrans_send_esc_event() 1268 Firm_event *fe, ushort_t base) in kbtrans_keypressed() argument 1275 if (fe->id < (ushort_t)VKEY_FIRST) { in kbtrans_keypressed() [all …]
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 169 struct file_entry *fe; in ud_iget() local 432 fe = (struct file_entry *)bp->b_un.b_addr; in ud_iget() 434 (ud_verify_tag_and_desc(&fe->fe_tag, UD_FILE_ENTRY, in ud_iget() 458 fe = (struct file_entry *) in ud_iget() 460 if (ud_verify_tag_and_desc(&fe->fe_tag, in ud_iget() 514 if (fe->fe_icb_tag.itag_strategy == SWAP_16(STRAT_TYPE4096)) { in ud_iget() 592 ip->i_uid = SWAP_32(fe->fe_uid); in ud_iget() 596 ip->i_gid = SWAP_32(fe->fe_gid); in ud_iget() 600 ip->i_perm = SWAP_32(fe->fe_perms) & 0xFFFF; in ud_iget() 601 if (fe->fe_icb_tag.itag_strategy == SWAP_16(STRAT_TYPE4096)) { in ud_iget() [all …]
|
H A D | udf_alloc.c | 988 struct file_entry *fe; in ud_ialloc() local 1026 fe = (struct file_entry *)bp->b_un.b_addr; in ud_ialloc() 1029 fe->fe_uid = SWAP_32(uid); in ud_ialloc() 1049 fe->fe_gid = SWAP_32(vap->va_gid); in ud_ialloc() 1052 fe->fe_gid = (pip->i_char & ISGID) ? in ud_ialloc() 1076 fe->fe_perms = SWAP_32(imode); in ud_ialloc() 1082 fe->fe_lcount = SWAP_16(1); in ud_ialloc() 1084 fe->fe_info_len = 0; in ud_ialloc() 1085 fe->fe_lbr = 0; in ud_ialloc() 1092 ud_utime2dtime(&settime, &fe->fe_acc_time); in ud_ialloc() [all …]
|
H A D | udf_vfsops.c | 1658 struct file_entry *fe; in ud_val_get_vat() local 1676 fe = (struct file_entry *)secbp->b_un.b_addr; in ud_val_get_vat() 1677 if (ud_verify_tag_and_desc(&fe->fe_tag, UD_FILE_ENTRY, 0, in ud_val_get_vat() 1679 if (ud_verify_tag_and_desc(&fe->fe_tag, UD_FILE_ENTRY, in ud_val_get_vat() 1680 SWAP_32(fe->fe_tag.tag_loc), in ud_val_get_vat() 1682 if (fe->fe_icb_tag.itag_ftype == 0) { in ud_val_get_vat() 1694 ad_type = SWAP_16(fe->fe_icb_tag.itag_flags) & 0x3; in ud_val_get_vat() 1699 SWAP_32(fe->fe_len_adesc) / sizeof (struct short_ad); in ud_val_get_vat() 1702 SWAP_32(fe->fe_len_adesc) / sizeof (struct long_ad); in ud_val_get_vat() 1716 udm->udm_count[0] = (SWAP_64(fe->fe_info_len) - 36) / in ud_val_get_vat() [all …]
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | base64.c | 55 register unsigned char* fe; in base64encode() local 64 fp = fe = (unsigned char*)fb; in base64encode() 68 fe += fz - n; in base64encode() 91 if (fp >= fe) in base64encode() 113 n += tp - tmp + (fp < fe); in base64encode() 166 register unsigned char* fe; in base64decode() local 185 fe = fp + fz; in base64decode() 204 while (fp < fe) in base64decode() 293 while (fp < fe && ((c = m[*fp++]) == B64_PAD || c == B64_SPC)); in base64decode() 294 if (fp >= fe || c >= 64) in base64decode()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | kbd.c | 1742 Firm_event fe; in kbdtranslate() local 1759 bzero(&fe, sizeof (fe)); in kbdtranslate() 1760 fe.id = key; in kbdtranslate() 1761 fe.value = 1; in kbdtranslate() 1762 kbdqueuepress(kbdd, key, &fe); in kbdtranslate() 1852 fe.id = in kbdtranslate() 1857 fe.value = 1; in kbdtranslate() 1860 &fe); in kbdtranslate() 1885 fe.id = (kbdd->kbdd_compat ? in kbdtranslate() 1888 fe.value = 1; in kbdtranslate() [all …]
|
H A D | conskbd.c | 1127 Firm_event *fe; in conskbdlrput() local 1148 fe = (Firm_event *)mp->b_rptr; in conskbdlrput() 1173 if (fe->id == 49 || fe->id == 50) { in conskbdlrput() 1175 fe->id = 49; in conskbdlrput() 1177 fe->id = 50; in conskbdlrput() 1190 if (fe->value) in conskbdlrput() 1191 lqs->lqs_key_state[fe->id] = KEY_PRESSED; in conskbdlrput() 1193 lqs->lqs_key_state[fe->id] = KEY_RELEASED; in conskbdlrput() 1196 fe->id, fe->value ? KEY_PRESSED : KEY_RELEASED); in conskbdlrput() 1680 Firm_event *fe; in conskbd_alloc_firm_event() local [all …]
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | shio.c | 48 shio(cmd, fi, fo, fe) in shio() argument 49 char *cmd, *fi, *fo, *fe; in shio() 58 if (fe == NULL) 59 fe = "/dev/null"; 76 if (creat(fe, PUB_FILEMODE) != 2)
|
/titanic_41/usr/src/cmd/mdb/common/modules/mac/ |
H A D | mac.c | 198 flow_entry_t fe; in mac_flow_dcmd_output() local 202 if (mdb_vread(&fe, sizeof (fe), addr) == -1) { in mac_flow_dcmd_output() 208 if (fe.fe_type & FLOW_MCAST) { in mac_flow_dcmd_output() 218 if (fe.fe_mcip != NULL && mdb_vread(&mcip, sizeof (mcip), in mac_flow_dcmd_output() 219 (uintptr_t)fe.fe_mcip) == sizeof (mcip)) { in mac_flow_dcmd_output() 226 addr, fe.fe_flow_name, fe.fe_link_id, fe.fe_mcip, in mac_flow_dcmd_output() 244 addr, fe.fe_flow_name, in mac_flow_dcmd_output() 271 addr, fe.fe_flow_name, in mac_flow_dcmd_output() 288 fe.fe_flags, flow_flag_bits); in mac_flow_dcmd_output() 290 fe.fe_type, flow_type_bits); in mac_flow_dcmd_output() [all …]
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | iconv.c | 534 register unsigned char* fe; in utf2bin() local 545 fe = f + (*fn); in utf2bin() 548 while (t < te && f < fe) in utf2bin() 563 if (f >= fe) in utf2bin() 580 if (f >= fe) in utf2bin() 608 register unsigned char* fe; in bin2utf() local 618 fe = f + (*fn); in bin2utf() 621 while (f < fe && t < te) in bin2utf() 628 else if ((c = (*_ast_info.mb_towc)(&w, (char*)f, fe - f)) < 0) in bin2utf() 718 register unsigned char* fe; in ume2bin() local [all …]
|
/titanic_41/usr/src/cmd/modload/ |
H A D | plcysubr.c | 110 static struct fileentry fe; in fgetline() local 113 char *buf = fe.rawbuf; in fgetline() 119 fe.rawbuf = buf = malloc(sz); in fgetline() 123 if (fe.entry != NULL) { in fgetline() 124 free(fe.entry); in fgetline() 125 fe.orgentry = fe.entry = NULL; in fgetline() 137 fe.rawbuf = buf = realloc(buf, sz); in fgetline() 153 fe.startline = linecnt; in fgetline() 159 fe.orgentry = buf + off; in fgetline() 160 p = fe.entry = strdup(fe.orgentry); in fgetline() [all …]
|
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.c | 1927 print_fe(FILE *fout, struct file_entry *fe) in print_fe() argument 1931 print_tag(fout, &fe->fe_tag); in print_fe() 1932 print_icb_tag(fout, &fe->fe_icb_tag); in print_fe() 1935 SWAP_32(fe->fe_uid), SWAP_32(fe->fe_gid), in print_fe() 1936 SWAP_32(fe->fe_perms), SWAP_16(fe->fe_lcount)); in print_fe() 1940 fe->fe_rec_for, fe->fe_rec_dis, SWAP_32(fe->fe_rec_len), in print_fe() 1941 SWAP_64(fe->fe_info_len), SWAP_64(fe->fe_lbr)); in print_fe() 1942 print_tstamp(fout, "ctime ", &fe->fe_acc_time); in print_fe() 1943 print_tstamp(fout, "mtime ", &fe->fe_mod_time); in print_fe() 1944 print_tstamp(fout, "atime ", &fe->fe_attr_time); in print_fe() [all …]
|
/titanic_41/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 245 scf_transaction_entry_t *fe = NULL; in mhash_store_entry() local 358 (fe = scf_entry_create(hndl)) == NULL || in mhash_store_entry() 426 if (scf_transaction_property_new(tx, fe, MHASH_FILE_PROP, in mhash_store_entry() 428 scf_transaction_property_change_type(tx, fe, in mhash_store_entry() 437 ret = scf_entry_add_value(fe, fval); in mhash_store_entry() 501 (void) scf_entry_destroy(fe); in mhash_store_entry()
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_cfgdef.h | 69 nscd_cfg_frontend_t fe; member 96 nscd_cfg_global_frontend_t fe; member 328 fe, 341 fe, 354 fe, 472 fe, 484 fe,
|
/titanic_41/usr/src/cmd/sh/ |
H A D | name.c | 762 int lv, fe; local 791 for (lv = 0, fe = 0; localevar[lv]; lv++) { 798 fake_env[fe++] = p = alloc(length(localevar[lv]) 814 fake_env[fe] = (char *)0; 829 for (i = 0; i < fe; i++) {
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_line.c | 228 struct Line_Table_File_Entry_s *fe = in dwarf_srcfiles() local 230 char *file_name = (char *) fe->lte_filename; in dwarf_srcfiles() 233 Dwarf_Unsigned dir_index = fe->lte_directory_index; in dwarf_srcfiles() 240 fe->lte_directory_index - 1]; in dwarf_srcfiles() 1533 Dwarf_File_Entry fe = context->lc_file_entries; in dwarf_srclines_dealloc() local 1535 while (fe) { in dwarf_srclines_dealloc() 1536 Dwarf_File_Entry fenext = fe->fi_next; in dwarf_srclines_dealloc() 1538 dwarf_dealloc(dbg, fe, DW_DLA_FILE_ENTRY); in dwarf_srclines_dealloc() 1539 fe = fenext; in dwarf_srclines_dealloc()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 518 ea_object_t **fe = NULL; in fmd_log_append() local 602 if (fe == NULL) in fmd_log_append() 603 fe = fp = fmd_zalloc(frsize, FMD_SLEEP); in fmd_log_append() 671 if (fe != NULL) { in fmd_log_append() 672 ea_object_t **fp = fe; in fmd_log_append() 677 fmd_free(fe, frsize); in fmd_log_append()
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 90 #define sffmtversion(fe,type) \ argument 91 ((type) ? ((fe)->version = SFIO_VERSION) : (fe)->version)
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 90 #define sffmtversion(fe,type) \ argument 91 ((type) ? ((fe)->version = SFIO_VERSION) : (fe)->version)
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 90 #define sffmtversion(fe,type) \ argument 91 ((type) ? ((fe)->version = SFIO_VERSION) : (fe)->version)
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 90 #define sffmtversion(fe,type) \ argument 91 ((type) ? ((fe)->version = SFIO_VERSION) : (fe)->version)
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 90 #define sffmtversion(fe,type) \ argument 91 ((type) ? ((fe)->version = SFIO_VERSION) : (fe)->version)
|