Searched defs:record (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DRegisterRecordListener.java38 /** Called when a record registration succeeds.<P>
40 @param record
47 void recordRegistered( DNSRecord record, int flags); argument
/osnet-11/usr/src/lib/libbsm/common/
H A Dbsm.c42 audit(char *record, int length) argument
44 return (syscall(SYS_auditsys, BSM_AUDIT, record, length));
H A Dau_open.c39 * Open an audit record = find a free descriptor and pass it back.
55 static token_t **au_d = au_i; /* record descriptor table */
166 token_t *record; /* mbuf chain which is the record */ local
169 char *buffer; /* to build record into */
170 int byte_count; /* bytes in the record */
188 * If not to be written toss the record
192 record = dchain;
194 free(record->tt_data);
195 free(record);
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dfile.c72 uint8_t record[sizeof (HfsExtentKey) local
75 HfsExtentKey* ret_key = (HfsExtentKey*) record;
77 (record + sizeof (HfsExtentKey));
88 record, sizeof (record), NULL))
H A Dfile_plus.c74 uint8_t record[sizeof (HfsPExtentKey) local
77 HfsPExtentKey* ret_key = (HfsPExtentKey*) record;
79 (record + sizeof (HfsPExtentKey));
91 record, sizeof (record), NULL))
H A Dadvfs.c73 /* read the first record immediatly inferior or egal to the given key */
145 /* send record reference if needed */
182 uint8_t record[sizeof (HfsExtentKey) local
185 HfsExtentKey* ret_key = (HfsExtentKey*) record;
187 (record + sizeof (HfsExtentKey));
201 record, sizeof (record), NULL)
H A Dadvfs_plus.c66 /* read the first record immediatly inferior or egal to the given key */
68 /* record_out _must_ be large enough to receive the whole record (key + data) */
150 /* send record reference if needed */
188 uint8_t record[sizeof (HfsPExtentKey) local
191 HfsPExtentKey* ret_key = (HfsPExtentKey*) record;
193 (record + sizeof (HfsPExtentKey));
209 record, sizeof (record), NULL)
/osnet-11/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) {
151 map.put(record.getTuple(), record);
218 * contains a record with the same tuple key as the given record
221 addRecord(AggregationRecord record) argument
223 Tuple key = record
[all...]
H A DPrintaRecord.java35 * A record generated by the DTrace {@code printa()} action. Lists the
39 * record, then the DTrace library tabulates the output, using a default
61 * aggregation data available in this record. For example, if the
139 * Creates a record with the given snaptime, aggregations, and
143 * to create this {@code printa()} record
145 * that generated this record
148 * to this record, one formatted string per {@code Tuple}, or an
151 * record
215 * create this {@code printa()} record.
248 * rely on a non-null return value to indicate a non-zero record
367 addRecord(String aggregationName, long aggid, AggregationRecord record) argument
[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");
207 addRecord(Record record) argument
209 records.add(record);
221 // record with no data).
243 throw new IllegalStateException("no symbol record a
[all...]
/osnet-11/usr/src/lib/libast/common/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) argument
119 if (n = (*record)(handle, (char*)beg, x - beg))
124 else if (n = (*record)(handle, (char*)l, r - l))
128 n = (inv && (++r - buf) < len) ? (*record)(handle, (char*)r, (buf + len) - r): 0;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscript_sh.h172 /* While walking through the databuffer, `record' the characters to
177 int record;
176 int record; member in struct:grub_lexer_param
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c329 record(void* handle, const char* s, size_t len) function
506 if ((result = regrexec(&x->re, span, len, state->posnum, state->pos, state->options, '\n', (void*)&r_x, record)) < 0)
538 if ((result = regrexec(&x->re, s, len, state->posnum, state->pos, state->options, '\n', (void*)&r_x, record)) < 0)
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java247 ServiceRecordInMemory record = null; field in class:ServiceStoreInMemory.List
253 List(ServiceRecordInMemory record) { argument
254 this.record = record;
258 // Insert a new record after this one. Return the new
259 // record.
261 synchronized List insertAfter(ServiceRecordInMemory record) { argument
262 List newRec = new List(record);
277 // Delete this record from the list.
297 * The RegRecord class implements a record wit
394 add(Object value, ServiceRecordInMemory record) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c200 void *record = NULL; local
216 record = (ipmi_sdr_full_sensor_t *)sdr->is_record;
219 record = (ipmi_sdr_compact_sensor_t *)sdr->is_record;
222 record = (ipmi_sdr_generic_locator_t *)sdr->is_record;
228 return (record);
263 * Get an IPMI handle and then lookup the sensor data record referenced
544 * data record referenced by the entity_ref prop val
1767 * and create a sensor facility node for each record that matches our
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c761 * verify_parent - confirm a record is parent of a file
763 * @rec: the mft record of the possible parent
1053 * read_record - Read an MFT record into memory
1055 * @record: The record number to read
1057 * Read the specified MFT record and gather as much information about it as
1063 static struct ufile * read_record(ntfs_volume *vol, long long record) argument
1080 file->inode = record;
1096 if (ntfs_attr_mst_pread(mft, vol->mft_record_size * record, 1, vol->mft_record_size, file->mft) < 1) {
1097 ntfs_log_error("ERROR: Couldn't read MFT Record %lld.\n", record);
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c69 * Entries and for each one that contains a metadevice record calls
77 * determined whether or not it is a 64bit Record block or a 32bit record
83 * record's associated metadevice. Also, the name of the metadevice is
85 * from the record's un_self_id.
124 * metadevice associated with the record.
142 void *record; member in struct:md_im_rec
243 Free((*mdrec)->record);
508 mt = (mt_unit_t *)mdrec->record;
517 * record that matches the underlying device.
557 * Searches though list of physical devices to match hotspare record
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfsplus.c249 /* Return the offset of the record with the index INDEX, in the node
261 /* Return a pointer to the record with the index INDEX, in the node
614 int (*hook) (void *record))
638 /* Don't skip any record in the next iteration. */
683 /* Find the record in this tree. */
690 record. */
714 contain the record. */
723 /* No match is found, no record with this key exists in the
743 auto int list_nodes (void *record);
744 int list_nodes (void *record)
609 grub_hfsplus_btree_iterate_node(struct grub_hfsplus_btree *btree, struct grub_hfsplus_btnode *first_node, grub_disk_addr_t first_rec, int (*hook) (void *record)) argument
742 list_nodes(void *record) argument
[all...]

Completed in 66 milliseconds