Searched refs:rec (Results 1 - 25 of 132) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_INCOMPLETE.circular.d54 struct record rec;
59 rec.position = 0;
60 rec.content = 'a';
61 printf("rec.position: %d\nrec.content: %c\n",
62 rec.position, rec.content);
H A Derr.D_DECL_INCOMPLETE.simple.d48 struct record rec;
52 rec.position = 0;
53 rec.content = 'a';
54 printf("rec.position: %d\nrec.content: %c\n",
55 rec.position, rec.content);
H A Derr.D_DECL_COMBO.StructWithoutColon.d57 struct record rec;
62 rec.content = 'a';
63 rec.position = 1;
69 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
70 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.StructWithoutColon1.d51 struct record rec;
56 rec.content = 'a';
57 rec.position = 1;
63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d52 struct record rec;
57 rec.content = 'y';
58 rec.position = 2;
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_INCOMPLETE.circular.d53 union record rec;
58 rec.position = 0;
59 rec.content = 'a';
61 "rec.position: %d\nrec.content: %c\n", rec.position, rec.content);
H A Derr.D_DECL_INCOMPLETE.simple.d47 union record rec;
51 rec.position = 0;
52 rec.content = 'a';
53 printf("rec.position: %d\nrec.content: %c\n",
54 rec.position, rec.content);
H A Derr.D_DECL_COMBO.UnionWithoutColon.d52 union record rec;
57 rec.content = 'a';
58 rec.position = 1;
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.UnionWithoutColon1.d51 union record rec;
56 rec.content = 'a';
57 rec.position = 1;
63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d52 union record rec;
57 rec.content = 'y';
58 rec.position = 2;
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D03_longfetch.t37 my $rec = $a[$_];
38 print $rec eq "rec$_$:" ? "ok $N\n" : "not ok $N # rec=<$rec> ?\n";
44 my $rec = $a[$_];
45 print ((not defined $rec) ? "ok $N\n" : "not ok $N # rec=<$rec> is defined\n");
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dd1_enc.c127 SSL3_RECORD *rec; local
138 rec= &(s->s3->wrec);
144 if ( rec->data != rec->input)
146 fprintf(stderr, "%s:%d: rec->data != rec->input\n",
150 if (!RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)))
160 rec= &(s->s3->rrec);
174 memmove(rec->data,rec
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c772 cachefs_xdr_mount(XDR *xdrs, struct cachefs_log_mount_record *rec) argument
774 char *path = rec->path;
779 if ((! xdr_int(xdrs, &rec->type)) ||
780 (! xdr_int(xdrs, &rec->error)) ||
781 (! xdr_cfs_time_t(xdrs, &rec->time)) ||
782 (! xdr_opaque(xdrs, (caddr_t)&rec->vfsp, sizeof (rec->vfsp))) ||
783 (! xdr_u_int(xdrs, &rec->flags)) ||
784 (! xdr_u_int(xdrs, &rec->popsize)) ||
785 (! xdr_u_int(xdrs, &rec
819 cachefs_xdr_umount(XDR *xdrs, struct cachefs_log_umount_record *rec) argument
862 cachefs_xdr_getpage(XDR *xdrs, struct cachefs_log_getpage_record *rec) argument
910 cachefs_xdr_readdir(XDR *xdrs, struct cachefs_log_readdir_record *rec) argument
957 cachefs_xdr_readlink(XDR *xdrs, struct cachefs_log_readlink_record *rec) argument
1002 cachefs_xdr_remove(XDR *xdrs, struct cachefs_log_remove_record *rec) argument
1046 cachefs_xdr_rmdir(XDR *xdrs, struct cachefs_log_rmdir_record *rec) argument
1091 cachefs_xdr_truncate(XDR *xdrs, struct cachefs_log_truncate_record *rec) argument
1138 cachefs_xdr_putpage(XDR *xdrs, struct cachefs_log_putpage_record *rec) argument
1184 cachefs_xdr_create(XDR *xdrs, struct cachefs_log_create_record *rec) argument
1230 cachefs_xdr_mkdir(XDR *xdrs, struct cachefs_log_mkdir_record *rec) argument
1275 cachefs_xdr_rename(XDR *xdrs, struct cachefs_log_rename_record *rec) argument
1321 cachefs_xdr_symlink(XDR *xdrs, struct cachefs_log_symlink_record *rec) argument
1367 cachefs_xdr_populate(XDR *xdrs, struct cachefs_log_populate_record *rec) argument
1412 cachefs_xdr_csymlink(XDR *xdrs, struct cachefs_log_csymlink_record *rec) argument
1456 cachefs_xdr_filldir(XDR *xdrs, struct cachefs_log_filldir_record *rec) argument
1500 cachefs_xdr_mdcreate(XDR *xdrs, struct cachefs_log_mdcreate_record *rec) argument
1546 cachefs_xdr_gpfront(XDR *xdrs, struct cachefs_log_gpfront_record *rec) argument
1592 cachefs_xdr_rfdir(XDR *xdrs, struct cachefs_log_rfdir_record *rec) argument
1637 cachefs_xdr_ualloc(XDR *xdrs, struct cachefs_log_ualloc_record *rec) argument
1683 cachefs_xdr_calloc(XDR *xdrs, struct cachefs_log_calloc_record *rec) argument
1728 cachefs_xdr_nocache(XDR *xdrs, struct cachefs_log_nocache_record *rec) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_sn.c98 static int snoop_read_rec(rec)
99 struct snooppkt *rec;
103 if (read(sfd, (char *)rec, sizeof(*rec)) != sizeof(*rec))
106 ilen = (int)ntohl(rec->sp_ilen);
107 plen = (int)ntohl(rec->sp_plen);
108 if (ilen > plen || plen < sizeof(*rec))
111 plen -= sizeof(*rec);
129 struct snooppkt rec; local
159 struct snooppkt rec; local
[all...]
H A Dipft_pc.c160 static int pcap_read_rec(rec)
161 struct pcap_pkthdr *rec;
165 if (read(pfd, (char *)rec, sizeof(*rec)) != sizeof(*rec))
169 rec->ph_clen = SWAPLONG(rec->ph_clen);
170 rec->ph_len = SWAPLONG(rec->ph_len);
171 rec
192 struct pcap_pkthdr rec; local
222 struct pcap_pkthdr rec; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/c2/
H A Daudit_mem.c118 * au_buff_t *rec; start of the record chain
123 au_append_rec(au_buff_t *rec, au_buff_t *buf, int pack) argument
125 if (!rec)
128 while (rec->next_buf)
129 rec = rec->next_buf;
130 if (((int)(rec->len + buf->len) <= AU_BUFSIZE) && pack) {
131 bcopy(buf->buf, (char *)(rec->buf + rec->len),
133 rec
[all...]
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DPermSARegTable.java77 Object[] rec =
85 htRegs.put(URL, rec);
129 Object[] rec = (Object[])htRegs.get(url);
130 long xtime = ((Long)rec[TIME]).longValue();
135 send((SrvLocMsg)rec[REG]);
136 rec[TIME] = new Long(lnow + INCREMENT);
H A DServiceStoreInMemory.java62 abstract void setReturn(ServiceRecordInMemory rec); argument
83 public void setReturn(ServiceRecordInMemory rec) { argument
87 ServiceURL surl = rec.getServiceURL();
92 Vector s = (Vector)rec.getScopes().clone();
100 (rec.getExpirationTime() -
109 Hashtable sig = rec.getURLSignature();
141 public void setReturn(ServiceRecordInMemory rec) { argument
145 if (alreadySeen.get(rec) == null) {
146 alreadySeen.put(rec, rec);
181 setReturn(ServiceRecordInMemory rec) argument
227 setReturn(ServiceRecordInMemory rec) argument
317 add(ServiceRecordInMemory rec) argument
2425 registerInternal(ServiceRecordInMemory rec) argument
2537 addRecordToScopeTypeLangTable(String scope, String serviceType, String lang, boolean isAbstract, ServiceRecordInMemory rec, Vector listVec) argument
2570 addRecordToAttrValueSort(Hashtable table, ServiceRecordInMemory rec, Vector listVec) argument
2650 addRecordToAttrSort(BtreeVector table, ServiceRecordInMemory rec, Vector listVec) argument
2687 addToAgeOutQueue(ServiceRecordInMemory rec) argument
2904 findMatchingAttributes(ServiceRecordInMemory rec, Vector attrTags, Hashtable ht, Vector ret) argument
3162 deleteAttributes(ServiceRecordInMemory rec, Vector attrTags) argument
3252 writeRecordToLog(SLPConfig conf, ServiceStore.ServiceRecord rec) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c327 dn_filerec_t rec; local
389 if (recid == rec.rec_next[image])
391 recid = rec.rec_next[image];
406 if (recid == rec.rec_next[image])
408 recid = rec.rec_next[image];
429 if (read_rec(dhp->dh_fd, &rec, recid) == -1) {
437 if (rec.rec_prev[image] == DN_NOREC)
443 if (!record_match(&rec.rec_dn, targetp, query))
464 *recordp = rec.rec_dn;
570 dn_filerec_t rec, rec_nex local
695 dn_filerec_t rec, rec_prev, rec_next; local
830 dn_filerec_t rec, new_rec, rec_head, rec_next, rec_prev; local
1191 dn_filerec_t rec; local
1316 nhconvert_rec(dn_filerec_t *rec) argument
1366 read_rec(int fd, dn_filerec_t *rec, dn_recid_t recid) argument
1380 write_rec(int fd, dn_filerec_t *rec, dn_recid_t recid) argument
[all...]
H A Ddhcptab.c79 #define RECSIZE(rec) (offsetof(dt_filerec_t, rec_dtval) + ((rec).rec_dtvalsize))
211 dt_filerec_t rec; local
223 n++, recoff += RECSIZE(rec)) {
225 if (read_rec(fd, &rec, recoff) == -1) {
233 if (!record_match(&rec.rec_dt, targetp, query))
264 *recordp = rec.rec_dt;
265 recordp->dt_value = malloc(rec.rec_dtvalsize);
272 if (pnread(fd, recordp->dt_value, rec.rec_dtvalsize,
282 ((dt_recpos_t *)recordp)->dtp_size = RECSIZE(rec);
344 dt_filerec_t *rec; local
432 dt_filerec_t *rec; local
707 nhconvert_rec(dt_filerec_t *rec) argument
755 read_rec(int fd, dt_filerec_t *rec, off_t recoff) argument
770 write_rec(int fd, dt_filerec_t *rec, off_t recoff) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c130 trap_trace_rec_t rec; local
148 if (mdb_vread(&rec, sizeof (rec), ttc->ttc_current) == -1) {
149 mdb_warn("couldn't read rec at %p", ttc->ttc_current);
153 if (rec.ttr_stamp > latest) {
154 latest = rec.ttr_stamp;
164 if (mdb_vread(&rec, sizeof (rec), ttc->ttc_current) == -1) {
165 mdb_warn("couldn't read rec at %p", ttc->ttc_current);
169 rval = wsp->walk_callback(ttc->ttc_current, &rec, ws
186 ttrace_syscall(trap_trace_rec_t *rec) argument
223 ttrace_interrupt(trap_trace_rec_t *rec) argument
276 ttrace_apix_interrupt(trap_trace_rec_t *rec) argument
360 ttrace_trap(trap_trace_rec_t *rec) argument
383 ttrace_intr_detail(trap_trace_rec_t *rec) argument
416 ttrace_dumpregs(trap_trace_rec_t *rec) argument
438 ttrace_dumpregs(trap_trace_rec_t *rec) argument
455 ttrace_walk(uintptr_t addr, trap_trace_rec_t *rec, ttrace_dcmd_t *dcmd) argument
518 trap_trace_rec_t rec; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dovload.c127 osa_princ_ent_t rec; local
143 if((rec = (osa_princ_ent_t) malloc(sizeof(osa_princ_ent_rec))) == NULL)
145 memset(rec, 0, sizeof(osa_princ_ent_rec));
155 if((rec->policy = (char *) malloc(strlen(cp)+1)) == NULL) {
159 strcpy(rec->policy, cp);
160 } else rec->policy = NULL;
167 rec->aux_attributes = strtol(cp, (char **)NULL, 16);
173 rec->old_key_len = atoi(cp);
179 rec->old_key_next = atoi(cp);
185 rec
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c46 DBT rec; local
84 memset(&rec, 0, sizeof(rec));
86 F_SET(&rec, DB_DBT_MALLOC);
87 if ((ret = log_get(dblp, &stable_lsn, &rec, DB_LAST)) != 0)
90 __os_free(rec.data, rec.size);
186 DBT rec; local
199 memset(&rec, 0, sizeof(rec));
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rm/
H A Drm.c71 static struct dlist *cur, *rec; variable in typeref:struct:
172 while (rm(*argv, rec = cur = &top) != 0)
221 while (rec != NULL && (rec->flags & DIR_CANTCLOSE) != 0)
222 rec = rec->down;
223 if (rec == NULL || rec == cur || rec->dp == NULL)
225 rec
[all...]
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_svc.c434 DWORD recno, logr_record_t *rec)
454 rec->Length1 = sizeof (logr_record_t);
455 rec->Reserved = LOGR_RECORD_SIGNATURE;
456 rec->RecordNumber = recno;
457 rec->TimeGenerated = le->le_timestamp.tv_sec;
458 rec->TimeWritten = le->le_timestamp.tv_sec;
459 logr_set_event_typeid(le->le_pri, &rec->EventType, &rec->EventID);
460 rec->NumStrings = 1;
461 rec
433 logr_set_logrecord(char *src_name, logr_entry_t *le, DWORD recno, logr_record_t *rec) argument
498 logr_record_t *rec; local
[all...]

Completed in 215 milliseconds

123456