/illumos-gate/usr/src/common/net/wanboot/crypt/ |
H A D | cmn_test.c | 67 getxdata(unsigned char *cp, char *field, int len) argument 73 t = xstrtoi(field, 2); 75 field += 2;
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | fcns.c | 89 int field; local 94 field = 16; 96 field = 12; 101 field, "Type", field, "Offset", 102 field, "Vaddr", "Paddr"); 104 field, "Filesz", field, "Memsz", 105 field, "Flags", "Align"); 124 field, EC_WOR [all...] |
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/common/ |
H A D | loki.c | 84 char *field; local 135 * fields, where each field can be either a key ("Fan PartNUM") or a 136 * value. If the field length is less than our shortest expected 144 for (field = (char *)stringin + 4; 145 field + fieldlen <= (char *)stringin + len; field += fieldlen) { 146 if (strncmp(field, "Storage J4500", 13) == 0) { 153 field += fieldlen; 154 if (field + fieldlen > (char *)stringin + len) 159 LIBSES_PROP_PART, field, fieldle [all...] |
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.g.y | 134 field: label 157 | field
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | check_header.c | 96 const char *field; local 308 for (i = 0; (field = mandatory_fields[i]) != NULL; i++) { 309 if (strstr(buf, field) == NULL) 320 for (i = 0; (field = mandatory_fields_new[i]) != NULL; i++) { 321 if (strstr(buf, field) == NULL)
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | test.c | 225 ftype(unsigned char *f, int field) argument 231 if ((statb.st_mode & field) == field) 237 filtyp(unsigned char *f, int field) argument 240 int (*statf)() = (field == S_IFLNK) ? lstat : stat; 244 if ((statb.st_mode & S_IFMT) == field)
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | global.h | 57 int field; member in struct:history 137 extern int field; /* input field */ 138 extern unsigned fldcolumn; /* input field column */ 140 extern int selectlen; /* selection number field length */
|
/illumos-gate/usr/src/uts/common/sys/usb/usba/ |
H A D | usba_devdb_impl.h | 57 config_field_t field; member in struct:usbcfg_var
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | field.c | 40 * default field 113 f->type = fsrc->type; /* copy field type */ 189 dup_field(FIELD *field, int frow, int fcol) argument 191 /* FIELD * field; field to duplicate */ 198 if (field && frow >= 0 && fcol >= 0 && Alloc(f, FIELD)) { 205 f->rows = field->rows; 206 f->cols = field->cols; 207 f->drows = field->drows; 208 f->dcols = field 238 link_field(FIELD *field, int frow, int fcol) argument [all...] |
H A D | form.c | 60 (FIELD **) 0, /* field */ 73 * insert - insert field f into sorted list pointed 115 FIELD **field; local 119 field = f->field; 127 for (i = pmin; i <= pmax; ++i) { /* for each field */ 128 field[i]->index = i; 129 field[i]->page = page; 131 p = insert(field[i], p); 138 /* merge - xmax/ymax is the minimum window size to hold field 224 new_form(FIELD **field) argument [all...] |
H A D | utility.c | 90 * offset of v from beginning of field buffer 178 /* _update_current - sync up current field */ 243 /* justify - justify field f in window w as given by Just(f) */ 268 /* unjustify - left justify field f in window w for editing */ 282 /* _sync_buffer - sync current field with characters in window */ 294 /* _sync_linked - sync fields linked to field f */ 309 /* display_field - display field f */ 335 /* erase_field - erase field f */ 351 /* _sync_field - sync the field after a change to the field buffe 499 _set_current_field(FORM *f, FIELD *field) argument [all...] |
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | Ancestor.cc | 37 Ancestor::Ancestor(Str field, fru_tag_t t, const fru_regdef_t *d) argument 38 : field_name(field),
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_cfgfile.c | 40 strbreak(char *field[], int array_size, char *s, char *sep) argument 47 for (i = 0; i < array_size && (field[i] = strtok_r((i?(char *)NULL:s),
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmd4.c | 264 * Display the named field. 267 field(char str[]) function 277 printf(gettext("Bad field\n")); 279 printf(gettext("No field specified\n"));
|
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | options.c | 43 * character offsets and field numbering between the new and old style field 54 * Undoubtedly, this seemed logical at the time. (Using only the field head 67 * simpler implementation, the internal representation of a field in this 95 * If a field specified by the -k option or by the +n syntax contains any 96 * modifiers, then the current global field modifiers are not inherited. 125 int field = 0; local 133 field = (10 * field) + (C[i] - '0'); 183 F->f_start_field = field; [all...] |
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmpmtab.c | 73 int input, state, size, rawc, field, linenum; local 168 field = state; 190 field = state; 198 field = state; 213 field = state; 225 field = state; 252 field = state; 264 field = state; 289 log("Parsing failure in the \"%s\" field,\n%s" 290 "<--error detected here", states[field], lin [all...] |
/illumos-gate/usr/src/ucbcmd/test/ |
H A D | test.c | 37 static int ftype(char *f, int field); 38 static int filtyp(char *f, int field); 241 ftype(char *f, int field) argument 247 if ((statb.st_mode & field) == field) 253 filtyp(char *f, int field) argument 257 if (field == S_IFLNK) { 264 if ((statb.st_mode & S_IFMT) == field)
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_phy.c | 228 sfxge_phy_lp_cap_test(sfxge_t *sp, uint32_t field) argument 243 return (cap & (1 << field)); 310 sfxge_phy_cap_test(sfxge_t *sp, uint32_t flag, uint32_t field, argument 331 *mutablep = (perm & (1 << field)) ? B_TRUE : B_FALSE; 333 return ((cap & (1 << field)) ? 1 : 0); 338 sfxge_phy_cap_set(sfxge_t *sp, uint32_t field, int set) argument 350 smp->sm_phy_cap_to_set |= (1 << field); 352 smp->sm_phy_cap_to_unset |= (1 << field); 359 cap |= (1 << field); 361 cap &= ~(1 << field); [all...] |
/illumos-gate/usr/src/lib/nametoaddr/straddr/common/ |
H A D | straddr.c | 403 * The "field" parameter signifies which field to compare the token 408 searchhost(struct netconfig *netconfigp, char *token, int field, char *hostbuf) argument 480 cmpstr = (field == FIELD1)? fileaddr : filehost; 481 retstr = (field == FIELD1)? filehost : fileaddr; 485 if (field == FIELD2) { 510 * The "field" parameter signifies which field to compare the token 515 searchserv(struct netconfig *netconfigp, char *token, int field, char *servname) argument 548 cmpstr = (field [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_encode.c | 374 const struct field_info *field, 393 assert(a->field != NULL); 394 return encode_a_field(buf, val, a->field, retlen); 433 const struct field_info *field, 441 switch (field->ftype) { 446 retval = asn1_encode_integer(buf, (asn1_intmax) field->dataoff, 459 /* The field holds a pointer to the array of objects. So the 461 field->atype must help us dereference. */ 462 dataptr = (const char *)val + field->dataoff; 463 lenptr = (const char *)val + field 432 encode_a_field(asn1buf *buf, const void *val, const struct field_info *field, unsigned int *retlen) argument [all...] |
/illumos-gate/usr/src/lib/libfru/libnvfru/ |
H A D | nvfru.c | 58 convert_field(const uint8_t *field, const fru_regdef_t *def, const char *path, argument 76 (void) memcpy(&timefield, field, sizeof (timefield)); 95 field, def->payloadLen); 117 (void) nvlist_add_string(nv, path, (char *)field); 123 def->payloadLen), field, def->payloadLen); 135 (void) nvlist_add_byte_array(nv, path, (uchar_t *)field, 156 /* iteration, record and field */
|
/illumos-gate/usr/src/lib/librdc/common/ |
H A D | rdcpersist.c | 571 * this will set the value at "field" in dscfg to the 577 replace_cfgfield(rdcconfig_t *rdc, char *field, char *entry) argument 588 if (strncmp(field, "pbitmap", NSC_MAXPATH) == 0) 590 if (strncmp(field, "sbitmap", NSC_MAXPATH) == 0) 615 snprintf(key, CFG_MAX_KEY, "sndr.set%d.%s", setnum, field);
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | getpwaent.c | 434 char *field; local 454 field = p; 456 labelfromstring(0, field, &apwadj.pwa_minimum); 457 field = p; 459 labelfromstring(0, field, &apwadj.pwa_maximum); 460 field = p; 462 labelfromstring(0, field, &apwadj.pwa_def); 463 field = p; 467 if (getauditflagsbin(field, &apwadj.pwa_au_always) != 0) 469 field [all...] |
/illumos-gate/usr/src/cmd/mdb/intel/modules/amd_opteron/ |
H A D | ao.c | 60 uintptr_t field; local 77 if ((field = (val & AMD_NB_CFG_LDTLINKSEL_MASK)) != 0) { 78 mdb_printf("\tLdtLinkSel = %d", field >>
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | base.c | 330 char *field = "???"; local 363 field = "keyword"; 368 field = gettext(TXT_noargs); 373 field = gettext(TXT_badver); 389 field = "source directory"; 399 field = "destination directory"; 405 field = "no source directory"; 418 field = "missing base"; 423 field = "level"; 430 field [all...] |