Home
last modified time | relevance | path

Searched refs:record (Results 1 – 25 of 149) sorted by relevance

123456

/titanic_52/usr/src/cmd/zinject/
H A Dtranslate.c167 zinject_record_t *record) in object_from_path() argument
185 record->zi_objset = dmu_objset_id(os); in object_from_path()
186 record->zi_object = statbuf->st_ino; in object_from_path()
198 zinject_record_t *record) in calculate_range() argument
214 record->zi_start = 0; in calculate_range()
215 record->zi_end = -1ULL; in calculate_range()
220 record->zi_start = strtoull(range, &end, 10); in calculate_range()
224 record->zi_end = record->zi_start + 1; in calculate_range()
226 record in calculate_range()
333 translate_record(err_type_t type,const char * object,const char * range,int level,zinject_record_t * record,char * poolname,char * dataset) translate_record() argument
427 translate_raw(const char * str,zinject_record_t * record) translate_raw() argument
448 translate_device(const char * pool,const char * device,err_type_t label_type,zinject_record_t * record) translate_device() argument
[all...]
H A Dzinject.c224 "\t\tClear the particular record (if given a numeric ID), or\n" in usage()
352 print_data_handler(int id, const char *pool, zinject_record_t *record, in print_data_handler() argument
357 if (record->zi_guid != 0 || record->zi_func[0] != '\0') in print_data_handler()
370 (u_longlong_t)record->zi_objset, (u_longlong_t)record->zi_object, in print_data_handler()
371 type_to_name(record->zi_type), record->zi_level); in print_data_handler()
373 if (record->zi_start == 0 && in print_data_handler()
374 record in print_data_handler()
384 print_device_handler(int id,const char * pool,zinject_record_t * record,void * data) print_device_handler() argument
409 print_delay_handler(int id,const char * pool,zinject_record_t * record,void * data) print_delay_handler() argument
438 print_panic_handler(int id,const char * pool,zinject_record_t * record,void * data) print_panic_handler() argument
495 cancel_one_handler(int id,const char * pool,zinject_record_t * record,void * data) cancel_one_handler() argument
550 register_handler(const char * pool,int flags,zinject_record_t * record,int quiet) register_handler() argument
608 perform_action(const char * pool,zinject_record_t * record,int cmd) perform_action() argument
669 zinject_record_t record = { 0 }; main() local
[all...]
/titanic_52/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c80 static void ibmf_saa_classportinfo_parse_buffer(uchar_t *buffer, void *record);
81 static void ibmf_saa_notice_parse_buffer(uchar_t *buffer, void *record);
82 static void ibmf_saa_informinfo_parse_buffer(uchar_t *buffer, void *record);
83 static void ibmf_saa_node_record_parse_buffer(uchar_t *buffer, void *record);
85 void *record);
87 void *record);
89 void *record);
91 void *record);
93 void *record);
95 void *record);
159 ibmf_saa_classportinfo_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_classportinfo_parse_buffer() argument
168 ibmf_saa_notice_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_notice_parse_buffer() argument
177 ibmf_saa_informinfo_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_informinfo_parse_buffer() argument
186 ibmf_saa_node_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_node_record_parse_buffer() argument
207 ibmf_saa_portinfo_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_portinfo_record_parse_buffer() argument
225 ibmf_saa_SLtoVLmapping_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_SLtoVLmapping_record_parse_buffer() argument
245 ibmf_saa_switchinfo_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_switchinfo_record_parse_buffer() argument
264 ibmf_saa_linearft_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_linearft_record_parse_buffer() argument
283 ibmf_saa_randomft_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_randomft_record_parse_buffer() argument
302 ibmf_saa_multicastft_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_multicastft_record_parse_buffer() argument
322 ibmf_saa_sminfo_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_sminfo_record_parse_buffer() argument
341 ibmf_saa_informinfo_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_informinfo_record_parse_buffer() argument
361 ibmf_saa_link_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_link_record_parse_buffer() argument
371 ibmf_saa_guidinfo_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_guidinfo_record_parse_buffer() argument
390 ibmf_saa_service_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_service_record_parse_buffer() argument
401 ibmf_saa_partition_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_partition_record_parse_buffer() argument
420 ibmf_saa_path_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_path_record_parse_buffer() argument
430 ibmf_saa_vlarb_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_vlarb_record_parse_buffer() argument
450 ibmf_saa_mcmember_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_mcmember_record_parse_buffer() argument
462 ibmf_saa_trace_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_trace_record_parse_buffer() argument
482 ibmf_saa_multipath_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_multipath_record_parse_buffer() argument
506 ibmf_saa_service_assn_record_parse_buffer(uchar_t * buffer,void * record) ibmf_saa_service_assn_record_parse_buffer() argument
565 ibmf_saa_classportinfo_to_buf(void * record,uchar_t * buffer) ibmf_saa_classportinfo_to_buf() argument
575 ibmf_saa_notice_to_buf(void * record,uchar_t * buffer) ibmf_saa_notice_to_buf() argument
584 ibmf_saa_informinfo_to_buf(void * record,uchar_t * buffer) ibmf_saa_informinfo_to_buf() argument
593 ibmf_saa_node_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_node_record_to_buf() argument
617 ibmf_saa_portinfo_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_portinfo_record_to_buf() argument
637 ibmf_saa_SLtoVLmapping_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_SLtoVLmapping_record_to_buf() argument
656 ibmf_saa_switchinfo_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_switchinfo_record_to_buf() argument
675 ibmf_saa_linearft_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_linearft_record_to_buf() argument
694 ibmf_saa_randomft_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_randomft_record_to_buf() argument
713 ibmf_saa_multicastft_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_multicastft_record_to_buf() argument
733 ibmf_saa_sminfo_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_sminfo_record_to_buf() argument
751 ibmf_saa_informinfo_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_informinfo_record_to_buf() argument
770 ibmf_saa_link_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_link_record_to_buf() argument
780 ibmf_saa_guidinfo_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_guidinfo_record_to_buf() argument
799 ibmf_saa_service_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_service_record_to_buf() argument
809 ibmf_saa_partition_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_partition_record_to_buf() argument
828 ibmf_saa_path_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_path_record_to_buf() argument
838 ibmf_saa_vlarb_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_vlarb_record_to_buf() argument
858 ibmf_saa_mcmember_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_mcmember_record_to_buf() argument
869 ibmf_saa_multipath_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_multipath_record_to_buf() argument
887 ibmf_saa_service_assn_record_to_buf(void * record,uchar_t * buffer) ibmf_saa_service_assn_record_to_buf() argument
[all...]
/titanic_52/usr/src/uts/common/os/
H A Dexacct.c50 * the packed exacct record for the task or process. For the process-related
55 * putacct(2), which allows an application to construct a customized record
306 * saved from the previous interval record. in exacct_get_interval_task_usage()
482 * of a process from a previous task. We then record in exacct_calculate_task_usage()
499 exacct_attach_task_item(task_t *tk, task_usage_t *tu, ea_object_t *record, in exacct_attach_task_item() argument
506 (void) ea_attach_item(record, &tk->tk_tkid, in exacct_attach_task_item()
510 (void) ea_attach_item(record, &tk->tk_proj->kpj_id, in exacct_attach_task_item()
519 (void) ea_attach_item(record, &ui, sizeof (uint64_t), in exacct_attach_task_item()
522 (void) ea_attach_item(record, &ui, sizeof (uint64_t), in exacct_attach_task_item()
527 (void) ea_attach_item(record, in exacct_attach_task_item()
595 ea_object_t *record; exacct_assemble_task_record() local
746 exacct_attach_proc_item(proc_usage_t * pu,ea_object_t * record,int res) exacct_attach_proc_item() argument
866 ea_object_t *record; exacct_assemble_proc_record() local
1175 exacct_attach_netstat_item(net_stat_t * ns,ea_object_t * record,int res) exacct_attach_netstat_item() argument
1226 exacct_attach_netdesc_item(net_desc_t * nd,ea_object_t * record,int res) exacct_attach_netdesc_item() argument
1318 ea_object_t *record; exacct_assemble_net_record() local
1440 exacct_attach_flow_item(flow_usage_t * fu,ea_object_t * record,int res) exacct_attach_flow_item() argument
1524 ea_object_t *record; exacct_assemble_flow_record() local
[all...]
/titanic_52/usr/src/lib/libadm/common/
H A Ddevattr.c73 * specified by <device>. If it finds a record corresponding to that
75 * extracts the value of the field <attr> from that record, if any.
80 * device whose record is to be looked for
104 struct devtabent *record; /* Retrieved record */ in devattr() local
111 /* Get the record for the specified device */ in devattr()
112 if (!(record = _getdevrec(device))) { in devattr()
117 /* Search the record for the specified attribute */ in devattr()
122 val = (record->alias != NULL) ? record in devattr()
[all...]
/titanic_52/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSysloglikeFormatter.java82 * the class generating the record, if possible. (default
88 * Flag to set whether log records should indicate the record's
96 * component of the record's logger name, if useLoggerName isn't
108 * Flag to set whether each record should be split into two
116 * @param record the log record to be formatted.
117 * @return a formatted log record.
119 public synchronized String format(LogRecord record) in format() argument
123 date.setTime(record.getMillis()); in format()
129 if (record in format()
[all...]
H A DSyslogHandler.java65 * Flag whether stack traces should be output when a record's
81 * Flag to set whether log records should indicate the record's
88 * component of the record's logger name, if useLoggerName isn't
164 * Publishes the given record with its associated Severity (or
168 public void publish(LogRecord record) in publish() argument
172 if (record.getLevel() instanceof Severity) in publish()
173 severity = (Severity)record.getLevel(); in publish()
175 severity = Severity.severityForLevel(record in publish()
189 String loggerName = record.getLoggerName(); in publish()
193 message.append(record in publish()
[all...]
/titanic_52/usr/src/lib/libbsm/common/
H A Dau_open.c38 * Open an audit record = find a free descriptor and pass it back.
148 token_t *record; /* mbuf chain which is the record */ in au_close() local
151 char *buffer; /* to build record into */ in au_close()
152 int byte_count; /* bytes in the record */ in au_close()
169 * If not to be written toss the record in au_close()
173 record = dchain; in au_close()
175 free(record->tt_data); in au_close()
176 free(record); in au_close()
183 * Count up the bytes used in the record in au_close()
[all...]
/titanic_52/usr/src/cmd/dtrace/test/tst/common/offsetof/
H A Dtst.OffsetofUnion.d40 union record { union
48 printf("offsetof(record, x) = %d\n", offsetof(union D`record, x));
49 printf("offsetof(record, y) = %d\n", offsetof(union D`record, y));
50 printf("offsetof(record, c) = %d\n", offsetof(union D`record, c));
55 /(0 != offsetof(union D`record, y)) && (0 != offsetof(union D`record, x)) &&
56 (0 != offsetof(union D`record,
[all...]
/titanic_52/usr/src/cmd/fm/eversholt/common/
H A Desclex.c86 static int record(int tok, const char *s);
266 /* record start time */ in lex_init()
306 return (record(EOF, NULL)); in yylex()
349 return (record(c, NULL)); in yylex()
417 return (record(c, NULL)); in yylex()
462 return (record(c, NULL)); in yylex()
491 return (record(QUOTE, stable(Tok))); in yylex()
497 return (record(AND, NULL)); in yylex()
500 return (record(c, NULL)); in yylex()
509 return (record(O in yylex()
685 record(int tok, const char *s) record() function
[all...]
/titanic_52/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c31 * fault. These are kept in a global list. Each record corresponds to a given
33 * or exported while the injection record exists.
102 * Returns true if the given record matches the I/O in progress.
106 zinject_record_t *record, int error) in zio_match_handler() argument
112 record->zi_objset == DMU_META_OBJSET && in zio_match_handler()
113 record->zi_object == DMU_META_DNODE_OBJECT) { in zio_match_handler()
114 if (record->zi_type == DMU_OT_NONE || in zio_match_handler()
115 type == record->zi_type) in zio_match_handler()
116 return (record->zi_freq == 0 || in zio_match_handler()
117 spa_get_random(100) < record in zio_match_handler()
567 zio_inject_fault(char * name,int flags,int * id,zinject_record_t * record) zio_inject_fault() argument
667 zio_inject_list_next(int * id,char * name,size_t buflen,zinject_record_t * record) zio_inject_list_next() argument
[all...]
/titanic_52/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java75 Record record; in probeDataString() local
82 record = records.get(i); in probeDataString()
83 if (record instanceof ValueRecord) { in probeDataString()
84 value = ((ValueRecord)record).getValue(); in probeDataString()
90 buf.append(record); in probeDataString()
92 } else if (record instanceof PrintaRecord) { in probeDataString()
93 PrintaRecord printa = (PrintaRecord)record; in probeDataString()
96 buf.append(record); in probeDataString()
/titanic_52/usr/src/cmd/oawk/
H A Dlib.c43 wchar_t record[RECSIZE]; variable
50 int donerec; /* 1 = record is valid (no flds have changed) */
52 static wchar_t L_record[] = L"$record";
57 { OCELL, CFLD, L_record, record, 0.0, STR|FLD},
90 record[0] = 0; in getrec()
91 er = record + RECSIZE; in getrec()
120 for (rr = record; /* dummy */; /* dummy */) { in getrec()
125 error(FATAL, "record `%.20ws...' too long", in getrec()
126 record); in getrec()
136 error(FATAL, "record ` in getrec()
[all...]
H A Doawk.xcl22 msgid "$record"
26 msgid "$record"
162 msgid "$record"
176 msgid "$record"
187 msgid "$record"
/titanic_52/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java997 LogRecord record; in die() local
999 record = new LogRecord( in die()
1003 record = new LogRecord(Severity.ERR, in die()
1005 if (record.getMessage() == null) in die()
1006 record.setMessage("exception " + in die()
1009 record.setThrown(t); in die()
1011 record.setLoggerName(logger.getName()); in die()
1012 logger.log(record); in die()
1044 LogRecord record; in warn() local
1046 record in warn()
[all...]
/titanic_52/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregation.java55 * results in an {@code Aggregation} named "a" with only a single record
127 * @throws IllegalArgumentException if any record has an empty
128 * tuple, unless it is the only record in the given collection (only
150 for (AggregationRecord record : records) { in mapRecords()
151 map.put(record.getTuple(), record); in mapRecords() local
218 * contains a record with the same tuple key as the given record
221 addRecord(AggregationRecord record) in addRecord() argument
223 Tuple key = record in addRecord()
[all...]
H A DProbeData.java35 * Data generated when a DTrace probe fires, contains one record for
36 * every record-generating action in the probe. (Some D actions, such
37 * as {@code clear()}, do not generate a {@code ProbeData} record.) A
61 * Currently the {@code ProbeData} instance does not record a timestamp.
165 * probe that fired, one record per action, may be empty
190 throw new NullPointerException("record list is null"); in validate()
207 addRecord(Record record) in addRecord() argument
209 records.add(record); in addRecord()
221 // record with no data). in addTraceRecord()
243 throw new IllegalStateException("no symbol record a in addSymbolRecord()
292 Record record; getLastPrinta() local
367 Record record = records.get(records.size() - 1); attachRecordElements() local
401 Record record = records.get(records.size() - 1); setFormattedString() local
803 Record record; toString() local
[all...]
/titanic_52/usr/src/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_INCOMPLETE.recursive.d38 struct record { struct
39 struct record rec; argument
44 struct record r1; argument
45 struct record r2;
H A Derr.D_ADDROF_VAR.StructPointer.d39 struct record { struct
45 struct record var; argument
46 struct record *ptr;
H A Derr.D_DECL_INCOMPLETE.circular.d41 struct record { struct
49 struct record r; argument
54 struct record rec;
/titanic_52/usr/src/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_INCOMPLETE.recursive.d38 union record { union
39 union record rec;
44 union record r1;
45 union record r2;
H A Derr.D_ADDROF_VAR.UnionPointer.d39 union record { union
45 union record var;
46 union record *ptr;
H A Derr.D_DECL_INCOMPLETE.circular.d40 union record { union
48 union record r;
53 union record rec;
/titanic_52/usr/src/lib/libtnf/
H A Dabi.c68 * retrieve tag slot from a record
72 _tnf_get_tag(TNF *tnf, tnf_ref32_t *record) in _tnf_get_tag() argument
74 return (_GET_TAG(tnf, record)); in _tnf_get_tag()
78 * Retrieve tag_arg from tag slot of a record
82 _tnf_get_tag_arg(TNF *tnf, tnf_ref32_t *record) in _tnf_get_tag_arg() argument
84 return (_GET_TAG_ARG(tnf, record)); in _tnf_get_tag_arg()
88 * Retrieve the self_size slot of an ABI array record
98 * Calculate the number of elements in ABI array record
120 * Retrieve the base pointer of an ABI array record
140 * Retrieve the chars in an ABI string record
205 _tnf_get_root_tag(TNF * tnf,tnf_ref32_t * record) _tnf_get_root_tag() argument
430 _tnf_get_slot_typed(TNF * tnf,tnf_ref32_t * record,char * name) _tnf_get_slot_typed() argument
495 _tnf_get_slot_named(TNF * tnf,tnf_ref32_t * record,char * name) _tnf_get_slot_named() argument
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregrexec.c25 * posix regex record executor
26 * multiple record sized-buffer interface
36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags, int sep, void* handle, regrecord_t record) in regrexec() argument
119 if (n = (*record)(handle, (char*)beg, x - beg)) in regrexec()
124 else if (n = (*record)(handle, (char*)l, r - l)) in regrexec()
128 n = (inv && (++r - buf) < len) ? (*record)(handle, (char*)r, (buf + len) - r): 0; in regrexec()
161 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags, int sep, void* handle, regrecord_t record) in regrexec() argument
171 if (!(r = regrexec_20120528(p, s, len, nmatch, match, flags, sep, handle, record))) in regrexec()
180 return regrexec_20120528(p, s, len, 0, NiL, flags, sep, handle, record); in regrexec()

123456