Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 25 of 3092) sorted by relevance

12345678910>>...124

/titanic_51/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c16 * fields enclosed by brackets "[]" replaced with your own identifying
48 static int _alloc_buf(struct netbuf *buf, t_scalar_t n, int fields,
52 _tx_alloc(int fd, int struct_type, int fields, int api_semantics) in _tx_alloc() argument
76 * Get size info for T_ADDR, T_OPT, and T_UDATA fields in _tx_alloc()
105 * fields within each structure. Initialize the in _tx_alloc()
106 * 'buf' and 'maxlen' fields of each. in _tx_alloc()
113 if (fields & T_ADDR) { in _tx_alloc()
116 fields, api_semantics, B_FALSE) < 0) in _tx_alloc()
125 if (fields & T_ADDR) { in _tx_alloc()
128 fields, api_semantic in _tx_alloc()
263 _alloc_buf(struct netbuf * buf,t_scalar_t n,int fields,int api_semantics,boolean_t option) _alloc_buf() argument
[all...]
/titanic_51/usr/src/lib/pyzfs/common/
H A Dtable.py17 # fields enclosed by brackets "[]" replaced with your own identifying
29 __slots__ = "fields", "rjustfields", "maxfieldlen", "lines"
32 def __init__(self, fields, rjustfields=()): argument
34 self.fields = fields
36 self.maxfieldlen = dict.fromkeys(fields, 0)
46 for f in self.fields:
56 d = dict([(f, f.upper()) for f in self.fields])
62 for i in range(len(self.fields)):
67 if self.fields[
[all...]
H A Duserspace.py17 # fields enclosed by brackets "[]" replaced with your own identifying
53 if field not in options.fields:
153 fields = ("type", "name", "used", "quota")
169 parser.add_option("-o", dest="fields", metavar="field[,...]",
171 help=_("print only these fields (eg type,name,used,quota)"))
173 type="choice", choices=fields, default=list(),
177 type="choice", choices=fields, #-s sets the default
189 options.fields = options.fields.split(",")
190 for f in options.fields
[all...]
/titanic_51/usr/src/uts/common/ktli/
H A Dt_kalloc.c17 * fields enclosed by brackets "[]" replaced with your own identifying
69 t_kalloc(TIUSER *tiptr, int struct_type, int fields, char **ptr) in t_kalloc() argument
88 * fields within each structure. Initialize the in t_kalloc()
89 * 'buf' and 'maxlen' fields of each. in t_kalloc()
94 if (fields & T_ADDR) in t_kalloc()
101 if (fields & T_ADDR) in t_kalloc()
103 if (fields & T_OPT) in t_kalloc()
105 if (fields & T_UDATA) { in t_kalloc()
115 if (fields & T_OPT) in t_kalloc()
122 if (fields in t_kalloc()
[all...]
/titanic_51/usr/src/lib/nsswitch/compat/common/
H A Dgetspent.c16 * fields enclosed by brackets "[]" replaced with your own identifying
96 merge_spents(be, argp, fields) in merge_spents() argument
99 const char **fields;
108 if (fields[1] != 0) {
110 size_t passlen = strlen(fields[1]) + 1;
122 fields[1], passlen);
138 /* override(fields[2], &sp->sp_lstchg); */
139 override(fields[3], &sp->sp_min);
140 override(fields[4], &sp->sp_max);
141 override(fields[
[all...]
H A Dgetpwent.c16 * fields enclosed by brackets "[]" replaced with your own identifying
179 merge_pwents(be, argp, fields) in merge_pwents() argument
182 const char **fields;
205 if (fields[1] != 0)
207 pw->pw_name, fields[1]);
226 fields[4] != 0 ? fields[4] : pw->pw_gecos,
227 fields[5] != 0 ? fields[5] : pw->pw_dir,
228 fields[
[all...]
H A Dgetgrent.c16 * fields enclosed by brackets "[]" replaced with your own identifying
230 merge_grents(be, argp, fields) in merge_grents() argument
233 const char **fields;
249 if (fields[1] == 0 && fields[3] == 0 &&
261 fields[1] != 0 ? fields[1] : g->gr_passwd,
264 if (fields[3] != 0) {
265 (void) strcpy(s, fields[3]);
/titanic_51/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c16 * fields enclosed by brackets "[]" replaced with your own identifying
604 * dsym_free_fields(): frees an array of fields allocated by
607 * input: char **: array of fields to free
612 dsym_free_fields(char **fields) in dsym_free_fields() argument
615 if (fields != NULL) { in dsym_free_fields()
617 free(fields[i]); in dsym_free_fields()
619 free(fields); in dsym_free_fields()
626 * input: char **: the fields allocated by dsym_init_parser()
632 dsym_close_parser(char **fields, dhcp_symbol_t *sym) in dsym_close_parser() argument
634 dsym_free_fields(fields); in dsym_close_parser()
660 char **fields; dsym_init_parser() local
733 dsym_parse_field(int field_num,char ** fields,dhcp_symbol_t * sym) dsym_parse_field() argument
802 dsym_parser(char ** fields,dhcp_symbol_t * sym,int * lastField,boolean_t bestEffort) dsym_parser() argument
[all...]
H A Ddhcp_inittab.c16 * fields enclosed by brackets "[]" replaced with your own identifying
70 * the number of fields in the inittab and names for the fields. note that
169 char *fields[ITAB_FIELDS]; in inittab_lookup() local
218 * parse the entry out into fields. in inittab_lookup()
220 if (parse_entry(buffer, fields) == B_FALSE) { in inittab_lookup()
229 if (atoi(fields[ITAB_GRAN]) > ITAB_GRAN_MAX) { in inittab_lookup()
231 " out of range, skipping", line, fields[ITAB_GRAN]); in inittab_lookup()
235 if (atoi(fields[ITAB_MAX]) > ITAB_MAX_MAX) { in inittab_lookup()
237 "out of range, skipping", line, fields[ITAB_MA in inittab_lookup()
319 parse_entry(char * entry,char ** fields) parse_entry() argument
[all...]
/titanic_51/usr/src/cmd/kvmstat/
H A Dkvmstat.c16 * fields enclosed by brackets "[]" replaced with your own identifying
221 kstat_field_t *fields) in kstat_instances_read() argument
226 for (nfields = 0; fields[nfields].ksf_header != NULL; nfields++) in kstat_instances_read()
270 kstat_field_t *field = &fields[i]; in kstat_instances_read()
300 kstat_instances_print(kstat_instance_t *instances, kstat_field_t *fields, in kstat_instances_print() argument
306 for (nfields = 0; fields[nfields].ksf_header != NULL; nfields++) in kstat_instances_print()
311 (void) printf("%*s%c", fields[i].ksf_width, in kstat_instances_print()
312 fields[i].ksf_header, i < nfields - 1 ? ' ' : '\n'); in kstat_instances_print()
323 if (fields[i].ksf_flags & KSTAT_FIELD_FILLER) { in kstat_instances_print()
324 (void) printf("%*s%c", fields[ in kstat_instances_print()
406 kstat_field_t fields[] = { main() local
[all...]
/titanic_51/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c236 do_env(char **fields, int nfields, char **err) in do_env() argument
243 myasprintf(err, "number of fields (%d) != 3", nfields); in do_env()
252 name = fields[0]; in do_env()
253 lang = fields[1]; in do_env()
254 defs = fields[2]; in do_env()
265 do_env_group(char **fields, int nfields, char **err) in do_env_group() argument
274 myasprintf(err, "number of fields (%d) != 2", nfields); in do_env_group()
278 name = fields[0]; in do_env_group()
279 list = fields[1]; in do_env_group()
488 do_type(char **fields, in argument
518 do_value(char ** fields,int nfields,char ** err) do_value() argument
550 do_define(char ** fields,int nfields,char ** err) do_define() argument
588 do_func(char ** fields,int nfields,char ** err) do_func() argument
[all...]
/titanic_51/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c16 * fields enclosed by brackets "[]" replaced with your own identifying
158 logictest.ctlwds[0].fields.rnc_anlg_sel = N2RNG_NOANALOGOUT; in n2rng_logic_test()
162 logictest.ctlwds[3].fields.rnc_mode = 1; in n2rng_logic_test()
163 logictest.ctlwds[3].fields.rnc_cnt = LOGIC_TEST_CYCLES - 2; in n2rng_logic_test()
265 rngstate.ctlwds[0].fields.rnc_anlg_sel = N2RNG_NOANALOGOUT; in collect_rng_perf()
271 rngstate.ctlwds[3].fields.rnc_selbits = 1 << osc; in collect_rng_perf()
273 rngstate.ctlwds[3].fields.rnc_vcoctl = bias; in collect_rng_perf()
382 * Set up fields of control words that will be the same for all in n2rng_noise_gen_preferred()
386 rng_ctl.fields.rnc_cnt = n2rng->n_ctl_data->n_accumulate_cycles; in n2rng_noise_gen_preferred()
387 rng_ctl.fields in n2rng_noise_gen_preferred()
[all...]
/titanic_51/usr/src/cmd/zic/
H A Dzic.c111 static void inleap(char **fields, int nfields);
113 static void inlink(char **fields, int nfields);
114 static void inrule(char **fields, int nfields);
115 static int inzcont(char **fields, int nfields);
116 static int inzone(char **fields, int nfields);
117 static int inzsub(char **fields, int nfields, int iscont);
167 * Which fields are which on a Zone line.
182 * Which fields are which on a Zone continuation line.
211 * Which fields are which on a Link line.
219 * Which fields ar
821 register char **fields; global() local
970 inrule(fields,nfields) inrule() argument
998 inzone(fields,nfields) inzone() argument
1043 inzcont(fields,nfields) inzcont() argument
1056 inzsub(fields,nfields,iscont) inzsub() argument
1136 inleap(fields,nfields) inleap() argument
1235 inlink(fields,nfields) inlink() argument
[all...]
/titanic_51/usr/src/cmd/nscd/
H A Dnscd_cfgfile.c16 * fields enclosed by brackets "[]" replaced with your own identifying
92 char *fields [128]; in _nscd_cfg_read_file() local
128 if ((fieldcnt = strbreak(fields, 128, buffer, " \t\n")) == in _nscd_cfg_read_file()
129 0 || *fields[0] == '#') { in _nscd_cfg_read_file()
138 str = fields[1]; in _nscd_cfg_read_file()
142 dbname = fields[1]; in _nscd_cfg_read_file()
143 str = fields[2]; in _nscd_cfg_read_file()
148 (void) strlcpy(u.data, fields[0], sizeof (u.data)); in _nscd_cfg_read_file()
152 (void) strlcat(u.data, fields[i], in _nscd_cfg_read_file()
173 rc = _nscd_cfg_get_handle(fields[ in _nscd_cfg_read_file()
[all...]
/titanic_51/usr/src/tools/cscope-fast/
H A Ddisplay.c17 * fields enclosed by brackets "[]" replaced with your own identifying
87 } fields[FIELDS + 1] = { variable
174 toupper(fields[field].text2[0]), in display()
175 fields[field].text2 + 1, pattern); in display()
350 /* display the input fields */ in display()
353 (void) printw("%s %s:\n", fields[i].text1, fields[i].text2); in display()
363 fldcolumn = strlen(fields[field].text1) + in setfield()
364 strlen(fields[field].text2) + 3; in setfield()
411 f = fields[fiel in search()
[all...]
/titanic_51/usr/src/test/libc-tests/cfg/
H A DREADME17 where each line is made up of fields, separated by "|" characters,
27 presence of any other fields.
50 typedef int (*test_cfg_func_t)(char **fields, int nfields, char **err);
54 int keywordcb(char **fields, int nfields, char **err);
57 "fields" is an array of fields, pre-split with surrounding whitespace removed,
65 fields in lines, and also doesn't support escaping, so you can't add "\"
69 number of fields (20). As this is only used for these test suites, this
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Djoin.c42 "fields. The default output line consists of the join field, "
43 "then the remaining fields from \afile1\a, then the remaining "
44 "fields from \afile2\a, but this can be changed with the \b-o\b "
49 "sequence of \bsort -b\b on the fields on which they are to be "
54 "[e:empty]:[string?Replace empty output fields in the list selected with"
56 "[o:output]:[list?Construct the output line to comprise the fields specified "
143 Field_t* fields; member
175 if (jp->file[0].fields) in done()
176 free(jp->file[0].fields); in done()
177 if (jp->file[1].fields) in done()
[all...]
H A Duniq.c50 "[f:skip-fields]#[fields?\afields\a is the number of fields to skip over "
53 "\b--skip-fields\b=\anumber\a.]"
63 "after skipping any specified fields and characters.]"
85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) in uniq() argument
109 if (f = fields) in uniq()
110 while (f-->0 && cp<ep) /* skip over fields */ in uniq()
250 int fields=0, chars=0, width=-1; in b_uniq() local
291 fields in b_uniq()
[all...]
/titanic_51/usr/src/lib/libcmd/common/
H A Djoin.c143 Field_t* fields; member
175 if (jp->file[0].fields) in done()
176 free(jp->file[0].fields); in done()
177 if (jp->file[1].fields) in done()
178 free(jp->file[1].fields); in done()
200 if (!(jp->file[0].fields = newof(0, Field_t, NFIELD + 1, 0)) || in init()
201 !(jp->file[1].fields = newof(0, Field_t, NFIELD + 1, 0))) in init()
299 register Field_t* field = fp->fields; in getrec()
331 fp->fields = newof(fp->fields, Field_t, n + 1, 0); in getrec()
332 field = fp->fields + fp->maxfields; in getrec()
[all …]
H A Duniq.c85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, … in uniq() argument
109 if (f = fields) in uniq()
250 int fields=0, chars=0, width=-1; in b_uniq() local
289 fields = opt_info.num; in b_uniq()
331 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare); in b_uniq()
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_creds.c58 krb5_flags *fields) in krb5_get_credentials_core() argument
95 *fields = KRB5_TC_MATCH_TIMES /*XXX |KRB5_TC_MATCH_SKEY_TYPE */ in krb5_get_credentials_core()
102 *fields |= KRB5_TC_MATCH_KTYPE; in krb5_get_credentials_core()
118 *fields |= KRB5_TC_MATCH_2ND_TKT|KRB5_TC_MATCH_IS_SKEY; in krb5_get_credentials_core()
139 krb5_flags fields; in krb5_get_credentials() local
144 &mcreds, &fields); in krb5_get_credentials()
158 if ((retval = krb5_cc_retrieve_cred(context, ccache, fields, &mcreds, in krb5_get_credentials()
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c370 if (check->fields.signature != BIOS32_SIGNATURE) in pcibios_init()
372 length = check->fields.length * 16; in pcibios_init()
380 if (check->fields.revision != 0) { in pcibios_init()
382 check->fields.revision, check); in pcibios_init()
390 if (check->fields.entry >= 0x100000) { in pcibios_init()
395 bios32_entry = check->fields.entry; in pcibios_init()
/titanic_51/usr/src/cmd/awk/
H A Dlib.c16 * fields enclosed by brackets "[]" replaced with your own identifying
39 int donefld; /* 1 = implies rec broken into fields */
44 Cell fields[FLD_INCR]; member
51 static uchar *fields; variable
237 /* make sure fields is always allocated */ in fldbld()
238 adjust_buf(&fields, fields_size); in fldbld()
241 * make sure fields has enough size. We don't expand the buffer in fldbld()
243 * the address in the fields. in fldbld()
246 expand_buf(&fields, &fields_size, len); in fldbld()
247 fr = fields; in fldbld()
[all...]
/titanic_51/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c17 * fields enclosed by brackets "[]" replaced with your own identifying
194 getfields(int fd, char *fields[], char *buf, int bufsiz, int max, char *seps) in getfields() argument
206 for (eMode = CHECK_LEAD_DBL_QUOTE, fields[n++] = q = p; *p; ) { in getfields()
229 fields[n++] = q; in getfields()
251 fields[n++] = ""; in getfields()
/titanic_51/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt15 # fields enclosed by brackets "[]" replaced with your own identifying
70 The "global" kstat corresponds to fields in the _sd_stats_t structure. The
84 /* I'm not very sure what the next three fields track--we might take them out */
104 All fields are read-only and are of type KSTAT_DATA_ULONG. Note that the
123 The "cd" kstats correspond to fields in the _sd_shared_t structure. The
148 All fields are read-only kstat_named_t kstats, with data type KSTAT_DATA_ULONG.
174 kstat_runq_enter() and kstat_runq_exit(). The relevant fields in the
191 These I/O kstats include the following fields:
198 # The following fields are automatically updated by the built-in
217 a whole, taking into account all cache descriptors. The fields definition
[all...]

12345678910>>...124