Searched defs:ref (Results 1 - 25 of 81) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddeftag.c35 conv_def_tag(Symref ref, Conv_inv_buf_t *inv_buf) argument
41 if (ref >= REF_NUM)
42 return (conv_invalid_val(inv_buf, ref, 0));
44 return (MSG_ORIG(refs[ref]));
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioExtent.h42 Audio* ref; // reference to audio object member in class:AudioExtent
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashalloc.c41 hashalloc(Hash_table_t* ref, ...) argument
53 va_start(ap, ref);
60 if (!ref && n == HASH_region)
72 if (ref)
74 tab->flags = ref->flags & ~HASH_RESET;
75 tab->root = ref->root;
101 if (ref) goto out;
113 if (ref) goto out;
117 if (ref) goto out;
121 if (ref) got
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppmisc.c31 * macro symbol def|ref
35 pprefmac(char* name, int ref) argument
39 if (!(sym = ppsymget(pp.symtab, name)) && (ref <= REF_NORMAL && pp.macref || ref == REF_CREATE || ref == REF_DELETE && (pp.mode & (INIT|READONLY))))
45 if (sym && ref <= REF_NORMAL)
47 if (pp.macref) (*pp.macref)(sym, error_info.file, error_info.line, ref == REF_NORMAL && (pp.state & CONDITIONAL) ? REF_IF : ref, 0L);
53 if (ref == REF_IF && sym && (sym->flags & SYM_PREDEFINED) && *name != '_' && !(pp.mode & (HOSTED|INACTIVE)))
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dreferral.c54 ldap_next_reference( LDAP *ld, LDAPMessage *ref )
56 if ( !NSLDAPI_VALID_LDAP_POINTER( ld ) || ref == NULLMSG ) {
60 for ( ref = ref->lm_chain; ref != NULLMSG; ref = ref->lm_chain ) {
61 if ( ref->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) {
62 return( ref );
95 ldap_parse_reference( LDAP *ld, LDAPMessage *ref, cha argument
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c51 _elf_member(int fd, Elf * ref, unsigned flags) argument
57 if (ref->ed_nextoff >= ref->ed_fsz)
59 if (ref->ed_fd == -1) /* disabled */
65 if (ref->ed_fd != fd) {
69 if ((_elf_vm(ref, ref->ed_nextoff, sizeof (struct ar_hdr)) !=
70 OK_YES) || ((mh = _elf_armem(ref,
71 ref->ed_ident + ref
300 elf_begin(int fd, Elf_Cmd cmd, Elf *ref) argument
[all...]
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_args.c189 tnf_reference_t ref; local
192 ref = *((tnf_reference_t *)slot);
193 assert(TNF_REF32_IS_FWD(ref));
194 str_p = (char *)slot + TNF_REF32_VALUE(ref);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.c115 reftype(const FN_ref_t *ref) argument
120 if (ident_str_equal(fn_ref_type(ref), reftypes[rtype])) {
H A Dns_fnreaddir.c430 FN_ref_t *ref; local
439 while ((child = fn_bindinglist_next(bindings, &ref, status)) != NULL) {
450 ctx = fn_ctx_handle_from_ref(ref, XFN2(0) status);
460 fn_ref_destroy(ref);
607 FN_ref_t *ref; local
610 ref = fn_ctx_lookup(ctx, name, status);
611 if (ref == NULL) {
615 ctx = fn_ctx_handle_from_ref(ref, XFN2(0) status);
616 fn_ref_destroy(ref);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_esi.h56 uint32_t ref; member in struct:esi_portal
H A Disns_scn.h40 uint32_t ref; member in struct:scn_raw
52 uint32_t ref; member in struct:scn_text
71 uint32_t ref; member in struct:scn_portal
H A Dmain.c207 uint32_t ref; local
211 ref = thr_ref_count;
216 "checking thread reference count %d.", ref);
218 return (ref);
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.h54 int ref; /* ref count */ member in struct:nsc_ncio_dev
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_io.c147 int ref; local
155 ref = 0;
158 dr_check_devices(dip, &ref, hp, NULL, NULL,
161 ASSERT(ref >= refcount_non_gldv3);
169 ref -= refcount_non_gldv3;
171 if (ref) {
174 PR_IO("%s: dip(%s) ref = %d\n",
175 f, ddi_get_name(dip), ref);
176 reftotal += ref;
219 PR_IO("%s: failed - I/O devices ref'
[all...]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_io.c169 int ref; local
177 ref = 0;
180 dr_check_devices(dip, &ref, hp, NULL, NULL,
183 ASSERT(ref >= refcount_non_gldv3);
191 ref -= refcount_non_gldv3;
193 if (ref) {
196 PR_IO("%s: dip(%s) ref = %d\n",
197 f, ddi_get_name(dip), ref);
198 reftotal += ref;
241 PR_IO("%s: failed - I/O devices ref'
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c88 reference_t *ref; local
91 while (ref = list_head(&rc->rc_list)) {
92 list_remove(&rc->rc_list, ref);
93 kmem_cache_free(reference_cache, ref);
97 while (ref = list_head(&rc->rc_removed)) {
98 list_remove(&rc->rc_removed, ref);
99 kmem_cache_free(reference_history_cache, ref->ref_removed);
100 kmem_cache_free(reference_cache, ref);
127 reference_t *ref = NULL; local
131 ref
155 reference_t *ref; local
241 reference_t *ref; local
270 reference_t *ref; local
298 reference_t *ref; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dname.c743 release_oid(const gss_OID_desc * const ref, gss_OID *oid) argument
747 if (id == ref)
754 if (id->elements == ref->elements) {
/illumos-gate/usr/src/cmd/filesync/
H A Danal.c461 check_changes(struct file *fp, int ref, int new) argument
466 rp = &fp->f_info[ref];
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c170 int flags, Elf **oelf, Elf *ref, size_t off, const Elf_Kind ekind)
204 (void) elf_rand(ref, off);
208 (*flp->fl_fptr)(&npath, &nfile, &nfd, _flags, &nelf, ref, off,
169 ld_sup_open(Ofl_desc *ofl, const char **opath, const char **ofile, int *ofd, int flags, Elf **oelf, Elf *ref, size_t off, const Elf_Kind ekind) argument
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c110 itmc_ref_t *ref; local
167 (" ref name referencee reloc(10)"
171 for (ref = ref_first[i], j = 0; ref; ref = ref->next, j++) {
174 j, ref,
175 ref->name, ref->referencee,
176 ref
201 itmc_ref_t *ref; local
432 itmc_ref_t *ref; local
620 fix_itmc_ref_reloc(itmc_ref_t *ref, itm_place2_t place) argument
663 itmc_ref_t *ref; local
752 itmc_ref_t *ref; local
757 itmc_ref_t *ref; /* corresponding object's ref */ member in struct:op_nest_vertex
900 itmc_ref_t *ref; local
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Daudit.c124 const char *filter, const char *filtee, const char *ref)
132 filtee, ref);
123 Dbg_audit_objfilter(Lm_list *lml, int call, const char *lib, const char *filter, const char *filtee, const char *ref) argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_io.c153 PR_IO("%s: failed - I/O devices ref'd\n", f);
338 int ref; local
342 ref = 0;
344 sbdp_check_devices(dip, &ref, sep, &refcount_non_gldv3);
346 ASSERT(ref >= refcount_non_gldv3);
354 ref -= refcount_non_gldv3;
355 if (ref) {
361 PR_IO("%s: dip(%s) ref = %d\n", f, ddi_get_name(dip), ref);
362 reftotal += ref;
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c202 ndo_malloc(ndr_stream_t *nds, unsigned len, ndr_ref_t *ref) argument
214 ndo_free(ndr_stream_t *nds, char *p, ndr_ref_t *ref) argument
231 ndo_grow_pdu(ndr_stream_t *nds, unsigned long want_end_offset, ndr_ref_t *ref) argument
236 ndo_printf(nds, ref, "grow %d", want_end_offset);
261 unsigned long n_bytes, ndr_ref_t *ref)
268 ndo_printf(nds, ref, "pad %d@%-3d", n_bytes, pdu_offset);
284 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref)
294 ndo_printf(nds, ref, "get %d@%-3d = %s",
314 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref)
324 ndo_printf(nds, ref, "pu
260 ndo_pad_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, ndr_ref_t *ref) argument
283 ndo_get_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
313 ndo_put_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
332 ndo_tattle(ndr_stream_t *nds, char *what, ndr_ref_t *ref) argument
338 ndo_tattle_error(ndr_stream_t *nds, ndr_ref_t *ref) argument
411 ndo_printf(ndr_stream_t *nds, ndr_ref_t *ref, const char *fmt, ...) argument
440 ndo_fmt(ndr_stream_t *nds, ndr_ref_t *ref, char *note) argument
[all...]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h70 uint32_t ref; member in struct:adutils_ad
102 uint32_t ref; /* ref count */ member in struct:adutils_host
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c193 const BYTE *restrict ref; local
248 LZ4_READ_LITTLEENDIAN_16(ref, cpy, ip);
250 if (ref < (BYTE * const) dest)
268 if unlikely(op - ref < STEPSIZE) {
271 size_t dec2 = dec2table[op - ref];
275 *op++ = *ref++;
276 *op++ = *ref++;
277 *op++ = *ref++;
278 *op++ = *ref++;
279 ref
[all...]

Completed in 139 milliseconds

1234