| /illumos-gate/usr/src/uts/common/syscall/ |
| H A D | mount.c | 75 struct mounta native; local 80 uap = &native;
|
| /illumos-gate/usr/src/lib/libtnf/ |
| H A D | reader.c | 38 int native; local 51 native = 1; /* same endian */ 53 native = 0; /* other endian */ 65 tnf->file_native = native;
|
| /illumos-gate/usr/src/uts/common/io/sfxge/common/ |
| H A D | efx_wol.c | 158 uint8_t native = paramp->ewp_bitmap.mask[pos]; local 162 swapped |= (native & 0x1); 163 native >>= 1;
|
| /illumos-gate/usr/src/lib/libcmd/common/ |
| H A D | getconf.c | 54 "[+?This implementation uses the \bastgetconf\b(3) string interface to the native" 56 " system calls. If \bgetconf\b on \b$PATH\b is not the default native" 58 " checks only \bast\b specific extensions and the native system calls;" 62 "[a:all?Call the native \bgetconf\b(1) with option \b-a\b.]" 100 "[v:specification?Call the native \bgetconf\b(1) with option" 139 char* native; local 159 if (*(native = astconf("GETCONF", NiL, NiL)) != '/') 160 native = 0; 169 if (native) 206 if (native) [all...] |
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | ldap_print.c | 103 printMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native) { argument 104 __nis_value_t *val = getMappingItem(i, native, 0, 0, NULL); 123 __nis_mapping_item_type_t native) { 129 printMappingItem(&e->element.item, native); 136 printMappingItem(&e->element.print.item[i], native); 145 printMappingItem(&e->element.split.item, native); 153 printMappingItem(&e->element.extract.item, native); 166 __nis_mapping_item_type_t native) { 172 printMappingItem(&e->element.item, native); 180 &e->element.print.subElement[i], native); 122 printMappingSubElement(__nis_mapping_sub_element_t *e, __nis_mapping_item_type_t native) argument 165 printMappingElement(__nis_mapping_element_t *e, __nis_mapping_item_type_t native) argument 215 printMappingRLHS(__nis_mapping_rlhs_t *m, __nis_mapping_item_type_t native) argument [all...] |
| H A D | ldap_ruleval.c | 571 buildRvalue(__nis_mapping_rlhs_t *rl, __nis_mapping_item_type_t native, argument 592 vnew = getMappingElement(&rl->element[i], native, rv, stat);
|
| H A D | ldap_val.c | 513 getMappingItemVal(__nis_mapping_item_t *item, __nis_mapping_item_type_t native, argument 713 exVal = getMappingItemVal(item->exItem, native, rv, 1250 getMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native, argument 1262 return (getMappingItemVal(i, native, rv, berstring, 1271 if (native != mit_nisplus) 1293 if (native != mit_ldap) 2394 * value 'rv'. The 'native' mapping type is used when 'rv' is NULL, 2396 * in that case, items of the 'native' type are printed without their 2400 getMappingElement(__nis_mapping_element_t *e, __nis_mapping_item_type_t native, argument 2409 val = getMappingItem(&e->element.item, native, r [all...] |
| /illumos-gate/usr/src/lib/libpp/common/ |
| H A D | ppinput.c | 32 * convert path to native representation 43 native(register const char* s) function 103 s = native(s);
|
| /illumos-gate/usr/src/lib/libast/common/tm/ |
| H A D | tmlocale.c | 118 LCID native; member in struct:Map_s 322 * load the native LC_TIME data for the current locale 348 n += GetLocaleInfo(lcid, map[i].native, 0, 0); 354 if (!(m = GetLocaleInfo(lcid, map[i].native, s, n))) 432 int native; member in struct:Map_s 508 if (!(t = nl_langinfo(map[i].native))) 518 if (!(t = nl_langinfo(map[i].native)))
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
| H A D | mptsas_raid.c | 117 uint32_t native; local 156 * Set the native flag if this is not a foreign 159 native = ddi_get32(accessp, &raidconfig_page0->Flags); 160 if (native & MPI2_RAIDCONFIG0_FLAG_FOREIGN_CONFIG) { 161 native = FALSE; 163 native = TRUE; 165 raidconfig->m_native = (uint8_t)native; 177 for (i = 0; ((i < numelements) && native); i++, element++) {
|
| /illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/ |
| H A D | gcpu.c | 329 int native = hdl->cmih_class == CMI_HDL_NATIVE; local 397 if (native) { 409 if (native) { 423 if (native)
|
| /illumos-gate/usr/src/lib/libast/common/misc/ |
| H A D | optget.c | 155 static char native[] = ""; variable 164 #define X(c) (ERROR_translating()&&(c)!=native) 3035 label(sp_body, 0, w, 0, -1, 0, style, 0, sp_info, version, id, native); 3106 label(sp_body, 0, w, 0, -1, 0, style, FONT_BOLD, sp_info, version, id, native);
|
| /illumos-gate/usr/src/common/nvpair/ |
| H A D | nvpair.c | 2465 * the native format. n_base points to a buffer containing the 2480 nvs_native_create(nvstream_t *nvs, nvs_native_t *native, char *buf, argument 2486 nvs->nvs_private = native; 2487 native->n_curr = native->n_base = buf; 2488 native->n_end = buf + buflen; 2489 native->n_flag = 0; 2493 nvs->nvs_private = native; 2494 native->n_curr = native 2511 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local 2541 nvs_native_t *native = nvs->nvs_private; local 2584 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local 2603 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local 2621 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local 2650 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local 2775 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local 2818 nvs_native_t native; local [all...] |