Searched defs:record (Results 26 - 41 of 41) sorted by relevance

12

/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c116 static char *record; variable
366 cc = read(0, &record[i], n - i);
375 rval = (offset_t)write(tape, record, n);
389 rval = (offset_t)read(tape, record, n);
394 (void) write(1, record, (size_t)rval);
500 if (record != 0)
501 free(record);
502 if ((record = malloc(size)) == NULL) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.h100 * of rewriting the buffer header of that last record processed.
103 * and where. This record keeping is then used to decide when to rewrite
122 u_offset_t next_rec; /* address of next record */
123 unsigned int last_rec_id; /* last record id processed */
138 intptr_t record; /* mmap address of record */ member in struct:nfslog_lr
139 unsigned int recsize; /* size of this record */
142 nfslog_request_record log_record; /* decoded record */
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c36 uchar *record; variable
40 int donerec; /* 1 = record is valid (no flds have changed) */
124 if (c != 0 || buf[0] != '\0') { /* normal record */
125 if (bufp == &record) {
128 recloc->sval = record;
150 readrec(uchar **bufp, size_t *sizep, FILE *inf) /* read one record into buf */
235 r = recloc->sval; /* was record! */
289 /* clean out junk from previous record */
330 ERROR "accessing invalid field", record FATAL;
475 expand_buf(&record,
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c62 * end of a record and the second table determines the state for a
63 * buffer which is the end of a record. The initial state is
133 * via softcall. Otherwise, defer by queueing the record onto the tad; at
145 /* If not to be written, toss the record. */
227 * If time of event is specified, use it in the record, otherwise use the
234 token_t *record; /* au_membuf chain == the record */ local
244 /* If not to be written, toss the record */
249 /* if auditing not enabled, then don't generate an audit record */
260 * an audit record
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Daudioio.h100 audio_prinfo_t record; /* input status information */ member in struct:audio_info
127 * These ranges apply to record, play, and monitor gain values
196 #define AUDIO_HWFEATURE_RECORD 0x00000010u /* device supports record */
239 * device. Note that the record.samples and play.samples fields are set
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h434 * == NULL - record one message for each instance of "name" found
435 * == "" - record multiple instances
436 * != "" - record multiple instances if value not in ignore_values
444 depckError_t *record; member in struct:depckl_struct
/illumos-gate/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...]
/illumos-gate/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.
482 * of a process from a previous task. We then record
499 exacct_attach_task_item(task_t *tk, task_usage_t *tu, ea_object_t *record, argument
506 (void) ea_attach_item(record, &tk->tk_tkid,
510 (void) ea_attach_item(record, &tk->tk_proj->kpj_id,
519 (void) ea_attach_item(record, &ui, sizeof (uint64_t),
522 (void) ea_attach_item(record, &ui, sizeof (uint64_t),
527 (void) ea_attach_item(record,
595 ea_object_t *record; local
746 exacct_attach_proc_item(proc_usage_t *pu, ea_object_t *record, int res) argument
866 ea_object_t *record; local
1175 exacct_attach_netstat_item(net_stat_t *ns, ea_object_t *record, int res) argument
1226 exacct_attach_netdesc_item(net_desc_t *nd, ea_object_t *record, int res) argument
1318 ea_object_t *record; local
1440 exacct_attach_flow_item(flow_usage_t *fu, ea_object_t *record, int res) argument
1524 ea_object_t *record; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c210 hermon_user_dbr_free(hermon_state_t *state, uint_t index, hermon_dbr_t *record) argument
219 dbr_index = (uintptr_t)record & PAGEOFFSET; /* offset (not yet index) */
220 kvaddr = (caddr_t)record - dbr_index;
346 * DBr record allocation - called from alloc cq/qp/srq
355 hermon_dbr_t *record = NULL; local
381 record = info->dbr_page + idx;
382 info->dbr_firstfree = *record;
384 *record = 0;
387 *vdbr = record;
395 * DBr record deallocatio
401 hermon_dbr_free(hermon_state_t *state, uint_t indx, hermon_dbr_t *record) argument
[all...]
/illumos-gate/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) argument
168 ibmf_saa_notice_parse_buffer(uchar_t *buffer, void *record) argument
177 ibmf_saa_informinfo_parse_buffer(uchar_t *buffer, void *record) argument
186 ibmf_saa_node_record_parse_buffer(uchar_t *buffer, void *record) argument
207 ibmf_saa_portinfo_record_parse_buffer(uchar_t *buffer, void *record) argument
225 ibmf_saa_SLtoVLmapping_record_parse_buffer(uchar_t *buffer, void *record) argument
245 ibmf_saa_switchinfo_record_parse_buffer(uchar_t *buffer, void *record) argument
264 ibmf_saa_linearft_record_parse_buffer(uchar_t *buffer, void *record) argument
283 ibmf_saa_randomft_record_parse_buffer(uchar_t *buffer, void *record) argument
302 ibmf_saa_multicastft_record_parse_buffer(uchar_t *buffer, void *record) argument
322 ibmf_saa_sminfo_record_parse_buffer(uchar_t *buffer, void *record) argument
341 ibmf_saa_informinfo_record_parse_buffer(uchar_t *buffer, void *record) argument
361 ibmf_saa_link_record_parse_buffer(uchar_t *buffer, void *record) argument
371 ibmf_saa_guidinfo_record_parse_buffer(uchar_t *buffer, void *record) argument
390 ibmf_saa_service_record_parse_buffer(uchar_t *buffer, void *record) argument
401 ibmf_saa_partition_record_parse_buffer(uchar_t *buffer, void *record) argument
420 ibmf_saa_path_record_parse_buffer(uchar_t *buffer, void *record) argument
430 ibmf_saa_vlarb_record_parse_buffer(uchar_t *buffer, void *record) argument
450 ibmf_saa_mcmember_record_parse_buffer(uchar_t *buffer, void *record) argument
462 ibmf_saa_trace_record_parse_buffer(uchar_t *buffer, void *record) argument
481 ibmf_saa_multipath_record_parse_buffer(uchar_t *buffer, void *record) argument
506 ibmf_saa_service_assn_record_parse_buffer(uchar_t *buffer, void *record) argument
565 ibmf_saa_classportinfo_to_buf(void *record, uchar_t *buffer) argument
575 ibmf_saa_notice_to_buf(void *record, uchar_t *buffer) argument
584 ibmf_saa_informinfo_to_buf(void *record, uchar_t *buffer) argument
593 ibmf_saa_node_record_to_buf(void *record, uchar_t *buffer) argument
617 ibmf_saa_portinfo_record_to_buf(void *record, uchar_t *buffer) argument
637 ibmf_saa_SLtoVLmapping_record_to_buf(void *record, uchar_t *buffer) argument
656 ibmf_saa_switchinfo_record_to_buf(void *record, uchar_t *buffer) argument
675 ibmf_saa_linearft_record_to_buf(void *record, uchar_t *buffer) argument
694 ibmf_saa_randomft_record_to_buf(void *record, uchar_t *buffer) argument
713 ibmf_saa_multicastft_record_to_buf(void *record, uchar_t *buffer) argument
733 ibmf_saa_sminfo_record_to_buf(void *record, uchar_t *buffer) argument
751 ibmf_saa_informinfo_record_to_buf(void *record, uchar_t *buffer) argument
770 ibmf_saa_link_record_to_buf(void *record, uchar_t *buffer) argument
780 ibmf_saa_guidinfo_record_to_buf(void *record, uchar_t *buffer) argument
799 ibmf_saa_service_record_to_buf(void *record, uchar_t *buffer) argument
809 ibmf_saa_partition_record_to_buf(void *record, uchar_t *buffer) argument
828 ibmf_saa_path_record_to_buf(void *record, uchar_t *buffer) argument
838 ibmf_saa_vlarb_record_to_buf(void *record, uchar_t *buffer) argument
858 ibmf_saa_mcmember_record_to_buf(void *record, uchar_t *buffer) argument
869 ibmf_saa_multipath_record_to_buf(void *record, uchar_t *buffer) argument
887 ibmf_saa_service_assn_record_to_buf(void *record, uchar_t *buffer) argument
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c71 * Entries and for each one that contains a metadevice record calls
79 * determined whether or not it is a 64bit Record block or a 32bit record
85 * record's associated metadevice. Also, the name of the metadevice is
87 * from the record's un_self_id.
126 * metadevice associated with the record.
144 void *record; member in struct:md_im_rec
241 Free((*mdrec)->record);
506 mt = (mt_unit_t *)mdrec->record;
515 * record that matches the underlying device.
555 * Searches though list of physical devices to match hotspare record
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c50 LOOKUP_DEV_FOUND, /* Found a good record. */
51 LOOKUP_DEV_NOMATCH, /* No matching record in DB. */
52 LOOKUP_DEV_CONFLICT /* Name conflicts with existing record. */
250 struct nm_next_hdr *nh, /* parent record header */
313 struct nm_next_hdr *parent_nh, /* parent record header */
314 mddb_recid_t parent_recid, /* parent record id */
315 struct nm_next_hdr *nh, /* record hdr to be expanded */
360 /* Fix up rec hdr to point at this new record */
381 /* delete the old record */
455 mddb_recid_t recid, /* parent record i
828 void *record = this_nh->nmn_record; local
902 void *record = this_nh->nmn_record; local
975 void *record = this_nh->nmn_record; local
1111 void *record; local
1240 struct nm_rec *record; local
1389 void *record; local
1525 struct nm_rec *record; local
4177 struct devid_min_rec *record; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c228 static DNSRecordRef record = NULL; variable
476 fprintf(stderr, "%s -q <name> <rrtype> <rrclass> (Generic query for any record type)\n", arg0);
477 fprintf(stderr, "%s -D <name> <rrtype> <rrclass>(Validate query for any record type with DNSSEC)\n", arg0);
487 fprintf(stderr, "%s -A (Test Adding/Updating/Deleting a record)\n", arg0);
488 fprintf(stderr, "%s -U (Test updating a TXT record)\n", arg0);
489 fprintf(stderr, "%s -N (Test adding a large NULL record)\n", arg0);
490 fprintf(stderr, "%s -T (Test creating a large TXT record)\n", arg0);
492 fprintf(stderr, "%s -I (Test registering and then immediately updating TXT record)\n", arg0);
759 case 0: printf("Adding Test HINFO record\n");
760 err = DNSServiceAddRecord(client, &record,
[all...]
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c151 uint32_t max_index; // Largest assigned record index - 0 if no additional records registered
1729 // The record might have been freed already and hence not an
1730 // error if the record is not found.
2263 DNSRecordRef record = NULL; local
2345 // Include the NULL byte also in the first byte. The total length of the record includes the
2377 // we don't care about the "record". When sdRef gets deallocated later, it will be freed too
2378 err = DNSServiceRegisterRecord(*sdRef, &record, kDNSServiceFlagsUnique, 0, recname,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c126 * For all record types except BEGIN, fill in the checksum (overlaid in
163 * Fill in the drr_free struct, or perform aggregation if the previous record is
164 * also a free record, and the two are adjacent.
177 * When we receive a free record, dbuf_free_range() assumes
179 * being freed. This is always true because there is a one-record
180 * constraint: we only send one WRITE record for any given
181 * object,offset. We know that the one-record constraint is
186 * another way to assert that the one-record constraint is still
215 * any pending record).
227 /* not a continuation. Push out pending record */
526 struct send_block_record *record; local
[all...]
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.h154 * 4231. One struct per channel for playback and record, therefore there
168 #define EB2_REC_CSR state->cs_eb2_regs.record->eb2csr
169 #define EB2_REC_ACR state->cs_eb2_regs.record->eb2acr
170 #define EB2_REC_BCR state->cs_eb2_regs.record->eb2bcr
262 cs4231_eb2regs_t *record; /* record EB2 registers */ member in struct:cs4231_eb2
284 ddi_acc_handle_t cs_eb2_rec_hndl; /* EB2 only, record handle */
295 * CS_port_t - per port (playback or record) state

Completed in 138 milliseconds

12