| /illumos-gate/usr/src/cmd/mandoc/ |
| H A D | dba_array.c | 33 int32_t *em; /* Array of map positions. */ member 51 array->em = mandoc_reallocarray(NULL, ea, sizeof(*array->em)); in dba_array_new() 72 free(array->em); in dba_array_free() 87 array->em[ie] = 0; in dba_array_set() 97 array->em = mandoc_reallocarray(array->em, in dba_array_add() 98 2, sizeof(*array->em) * array->ea); in dba_array_add() 107 if (ie < 0 || ie >= array->eu || array->em[ie] == -1) in dba_array_get() 125 while (array->ec < array->eu && array->em[array->ec] == -1) in dba_array_next() 133 if (array->ec < array->eu && array->em[array->ec] != -1) { in dba_array_del() 134 array->em[array->ec] = -1; in dba_array_del() [all …]
|
| /illumos-gate/usr/src/lib/libdwarf/common/ |
| H A D | dwarf_error.c | 130 dwarfstring *em = 0; in _dwarf_error_string() local 135 em = (dwarfstring *)calloc(1,sizeof(dwarfstring)); in _dwarf_error_string() 136 if (em) { in _dwarf_error_string() 137 dwarfstring_constructor(em); in _dwarf_error_string() 138 dwarfstring_append(em,msg); in _dwarf_error_string() 139 errptr->er_msg = (void*)em; in _dwarf_error_string()
|
| /illumos-gate/usr/src/cmd/eqn/eqnchar.d/ |
| H A D | eqnchar | 20 tdefine oppE %"\s-3\v'.2m'\z\(em\v'-.5m'\z\(em\v'-.5m'\z\(em\v'.55m'\h'.9m'\z\(br\z\(br\v'.25m'\s+3… 22 tdefine incl % "\s-2\(or\v'-.4m'\z\(em\v'.75m'\z\(em\v'.2m'\(em\v'-.55m'\s+2" %
|
| H A D | ascii | 4 |030 can|031 em |032 sub|033 esc|034 fs |035 gs |036 rs |037 us | 22 | 18 can| 19 em | 1a sub| 1b esc| 1c fs | 1d gs | 1e rs | 1f us |
|
| /illumos-gate/usr/src/uts/common/io/e1000api/ |
| H A D | README.new | 61 example, use /home/username/em or /usr/local/src/em. 65 tar xzvf em-x.x.x.tar.gz 67 This will create an em-x.x.x directory. 74 cd em-x.x.x 89 cd em-x.x.x/src 90 cp *.[ch] /usr/src/sys/dev/em 95 device em 103 ifconfig em<interface_num> <IP_address> 130 ifconfig em<interface_num> <IP_address> media 100baseTX mediaopt 140 ifconfig em<interface_num> <IP_address> media 100baseTX -mediaopt [all …]
|
| /illumos-gate/usr/src/uts/intel/os/ |
| H A D | fmsmb.c | 1035 smbios_memarray_ext_t em; in fm_smb_mc_bboards() local 1060 (void) smbios_info_extmemarray(shp, ext_id, &em); in fm_smb_mc_bboards() 1061 if (em.smbmae_bdf == bdf) { in fm_smb_mc_bboards() 1062 fmri = smb_bboard(0, em.smbmae_comp, MC); in fm_smb_mc_bboards() 1081 smbios_memarray_ext_t em; in fm_smb_mc_chipinst() local 1109 (void) smbios_info_extmemarray(shp, ext_id, &em); in fm_smb_mc_chipinst() 1110 if (em.smbmae_bdf == bdf) { in fm_smb_mc_chipinst() 1127 if (proc_id == em.smbmae_comp) { in fm_smb_mc_chipinst()
|
| /illumos-gate/usr/src/cmd/troff/ |
| H A D | n2.c | 260 if (i = em) { 262 em = 0;
|
| H A D | nii.c | 107 int em; variable
|
| H A D | ext.h | 87 extern int em;
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
| H A D | structure.tex | 107 \titlecontents{lsection}[0em] % Indendating 114 \titlecontents{lsubsection}[.5em] % Indentation 169 {0.25em}% Space after theorem head 181 {0.25em}% Space after theorem head 192 {0.25em}% Space after theorem head 206 {0.25em}% Space after theorem head 327 \renewcommand{\@seccntformat}[1]{\llap{\textcolor{ocre}{\csname the#1\endcsname}\hspace{1em}}} …
|
| /illumos-gate/usr/src/cmd/fm/schemes/mem/ |
| H A D | mem.c | 542 mem_dimm_map_t *dm, *em; in fmd_fmri_fini() local 547 for (dm = mem.mem_dm; dm != NULL; dm = em) { in fmd_fmri_fini() 548 em = dm->dm_next; in fmd_fmri_fini()
|
| /illumos-gate/usr/src/boot/efi/loader/arch/arm/ |
| H A D | ldscript.arm | 12 /* .gnu.warning sections are handled specially by elf32.em. */
|
| /illumos-gate/usr/src/boot/efi/loader/arch/amd64/ |
| H A D | ldscript.amd64 | 14 /* .gnu.warning sections are handled specially by elf32.em. */
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
| H A D | eib_vnic.c | 1449 eib_mgid_t em; in eib_vnic_make_vhub_mgid() local 1459 bcopy(mg_prefix, em.gd_spec.sp_mgid_prefix, FIP_MGID_PREFIX_LEN); in eib_vnic_make_vhub_mgid() 1460 em.gd_spec.sp_type = mg_type; in eib_vnic_make_vhub_mgid() 1469 bcopy(dmac_str + 2, em.gd_spec.sp_dmac, ETHERADDRL); in eib_vnic_make_vhub_mgid() 1474 em.gd_spec.sp_rss_hash = rss_hash; in eib_vnic_make_vhub_mgid() 1477 bcopy(vhub_id_str + 1, em.gd_spec.sp_vhub_id, FIP_VHUBID_LEN); in eib_vnic_make_vhub_mgid() 1483 mgid->gid_prefix = ntohll(em.gd_sol.gid_prefix); in eib_vnic_make_vhub_mgid() 1484 mgid->gid_guid = ntohll(em.gd_sol.gid_guid); in eib_vnic_make_vhub_mgid()
|
| /illumos-gate/usr/src/boot/efi/loader/arch/arm64/ |
| H A D | ldscript.arm64 | 15 /* .gnu.warning sections are handled specially by elf32.em. */
|
| /illumos-gate/usr/src/boot/efi/loader/arch/i386/ |
| H A D | ldscript.i386 | 14 /* .gnu.warning sections are handled specially by elf32.em. */
|
| /illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
| H A D | ab.X | 29 em 1 \033X\147
|
| /illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/ |
| H A D | ZI | 117 em 100 0 208
|
| H A D | AB | 117 em 100 0 208
|
| H A D | AI | 117 em 100 0 208
|
| H A D | AR | 117 em 100 0 208
|
| H A D | AX | 117 em 100 0 208
|
| H A D | CB | 129 em 60 0 208
|
| H A D | CO | 129 em 60 0 208
|
| H A D | JB | 117 em 82 0 208
|