/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | crc.c | 28 auto grub_uint32_t reflect (grub_uint32_t ref, int len); 29 grub_uint32_t reflect (grub_uint32_t ref, int len) argument 36 if (ref & 1) 38 ref >>= 1;
|
H A D | crc64.c | 31 auto grub_uint64_t reflect (grub_uint64_t ref, int len); 32 grub_uint64_t reflect (grub_uint64_t ref, int len) argument 39 if (ref & 1) 41 ref >>= 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | compat06.t | 65 $self->{ref} = \%hash; 81 sub ref { $_[0]->{ref} } subroutine 111 ok 3, ref $y eq 'ROOT'; 120 ok 5, $y->ref->{key1} eq 'val1'; 121 ok 6, $y->ref->{key2} eq 'val2';
|
/osnet-11/usr/src/lib/libast/common/hash/ |
H A D | hashalloc.c | 41 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...] |
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppmisc.c | 31 * 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)))
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | referral.c | 54 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...] |
H A D | request.c | 160 int incparent; /* did we bump parent's ref count? */ 819 char *p, *ref, *unfollowed; local 862 for ( ref = p; rc == LDAP_SUCCESS && ref != NULL; ref = p ) { 863 if (( p = strchr( ref, '\n' )) != NULL ) { 871 rc = chase_one_referral( ld, lr, origreq, ref, "v2 referral", 876 ref )) != LDAP_SUCCESS ) {
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | referral.c | 27 static void addFollowedRef(LDAPRequest *lr, char *ref); 28 static void addToFollowRef(LDAPRequest *lr, char *ref); 29 static int addUnFollowedRef(LDAP *ld, LDAPRequest *lr, char *ref); 35 char *p, *ref; local 54 ref = p; 55 while ((ref = strchr(ref, '\n')) != NULL) 63 for (ref = p; ref != NULL; ref 102 char *p, *ports, *ref, *tmpref, *refdn; local 224 addFollowedRef(LDAPRequest *lr, char *ref) argument 243 addToFollowRef(LDAPRequest *lr, char *ref) argument 262 addUnFollowedRef(LDAP *ld, LDAPRequest *lr, char *ref) argument [all...] |
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_ops.c | 239 ndo_malloc(ndr_stream_t *nds, unsigned len, ndr_ref_t *ref) argument 251 ndo_free(ndr_stream_t *nds, char *p, ndr_ref_t *ref) argument 268 ndo_grow_pdu(ndr_stream_t *nds, unsigned long want_end_offset, ndr_ref_t *ref) argument 273 ndo_printf(nds, ref, "grow %d", want_end_offset); 298 unsigned long n_bytes, ndr_ref_t *ref) 305 ndo_printf(nds, ref, "pad %d@%-3d", n_bytes, pdu_offset); 321 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) 331 ndo_printf(nds, ref, "get %d@%-3d = %s", 351 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) 361 ndo_printf(nds, ref, "pu 297 ndo_pad_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, ndr_ref_t *ref) argument 320 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 350 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 369 ndo_tattle(ndr_stream_t *nds, char *what, ndr_ref_t *ref) argument 375 ndo_tattle_error(ndr_stream_t *nds, ndr_ref_t *ref) argument 456 ndo_printf(ndr_stream_t *nds, ndr_ref_t *ref, const char *fmt, ...) argument 485 ndo_fmt(ndr_stream_t *nds, ndr_ref_t *ref, char *note) argument [all...] |
H A D | ndr_process.c | 1090 ndr_size_is(ndr_ref_t *ref) argument 1092 ndr_stream_t *nds = ref->stream; 1102 assert(ref->inner_flags & NDR_F_SIZE_IS); 1103 size_is = ref->size_is; 1106 NDR_SET_ERROR(ref, NDR_ERR_SIZE_IS_UNEXPECTED); 1111 NDR_SET_ERROR(ref, NDR_ERR_SIZE_IS_DUPLICATED); 1140 * intended size (ref->size_is) matches the sizing header. 1143 NDR_SET_ERROR(ref, NDR_ERR_SIZE_IS_MISMATCH_PDU); 1154 outer_ref->size_is = ref->size_is; 1779 int ndr_##TYPE(struct ndr_reference *ref) { \ 1817 ndr_basic_integer(ndr_ref_t *ref, unsigned size) argument [all...] |
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/ |
H A D | ext2_inode_relocator.c | 46 struct ext2_reference *ref; member in struct:ext2_inode_entry 108 if (!ent->ref[i].block) 122 ent->ref[i].block = block; 123 ent->ref[i].offset = offset; 391 bh = ext2_bread(fs, entry->ref[j].block); 397 if (PED_LE32_TO_CPU((*((uint32_t *)(bh->data + entry->ref[j].offset)))) != entry->num) 400 "inode %li ref error! (->%li, [%i]={%i, %i})\n", 404 entry->ref[j].block, 405 (int) entry->ref[j].offset); 416 *((uint32_t *)(bh->data + entry->ref[ [all...] |
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/ |
H A D | reloc.c | 184 HfsCPrivateExtent* ref) 195 ref->ext_length); 198 if (ref->ext_start != (unsigned) new_start) { 200 switch (ref->where) { 204 ->first[ref->ref_index].start_block = 209 ->first[ref->ref_index].start_block = 213 ( (uint8_t*)priv_data->mdb + ref->ref_offset ); 214 extent[ref->ref_index].start_block = 222 ->cache[ref->ref_index].start_block 223 == PED_CPU_TO_BE16(ref 182 hfs_do_move(PedFileSystem* fs, unsigned int *ptr_src, unsigned int *ptr_dest, HfsCPrivateCache* cache, HfsCPrivateExtent* ref) argument 294 HfsCPrivateExtent* ref; local [all...] |
H A D | reloc_plus.c | 186 HfsCPrivateExtent* ref) 196 ref->ext_length); 200 if (ref->ext_start != (unsigned) new_start) { 201 switch (ref->where) { 205 ->first[ref->ref_index].start_block = 210 ->first[ref->ref_index].start_block = 215 ->first[ref->ref_index].start_block = 220 ->first[ref->ref_index].start_block = 227 ( (uint8_t*)priv_data->vh + ref->ref_offset ); 228 extent[ref 184 hfsplus_do_move(PedFileSystem* fs, unsigned int *ptr_src, unsigned int *ptr_dest, HfsCPrivateCache* cache, HfsCPrivateExtent* ref) argument 361 HfsCPrivateExtent* ref; local [all...] |
H A D | hfs.c | 770 HfsCPrivateLeafRec ref; local 846 (HfsPrivateGenericKey*) &key, NULL, 0, &ref)) { 855 ref.node_number)) 857 ret_key = (HfsExtentKey*) (node + ref.record_pos); 858 ret_data = (HfsExtDescriptor*) ( node + ref.record_pos 872 node, ref.node_number) 879 if (ref.record_number < PED_BE16_TO_CPU (node_desc->rec_nb)) { 880 ref.record_number++; 882 ref.node_number = PED_BE32_TO_CPU (node_desc->next); 883 if (!ref [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | name.c | 735 release_oid(const gss_OID_desc * const ref, gss_OID *oid) argument 739 if (id == ref) 746 if (id->elements == ref->elements) {
|
/osnet-11/usr/src/lib/libadutils/common/ |
H A D | adutils_impl.h | 70 uint32_t ref; member in struct:adutils_ad 102 uint32_t ref; /* ref count */ member in struct:adutils_host
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | cryptodisk.h | 67 int ref; member in struct:grub_cryptodisk
|
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/ |
H A D | efiemu.c | 113 reflect (grub_uint32_t ref, int len) 291 reflect (grub_uint32_t ref, int len) argument 298 if (ref & 1) 300 ref >>= 1;
|
/osnet-11/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 1968 typeset -n dss=dsslist[$i] # ref to current item 2479 typeset -n ref=$1 2480 ref= 2481 ref.ds= 2484 function ref.set { function 2487 [[ -n "$2" ]] && ref="$2" 2535 typeset -n ref=$1 2536 ref=$2 2537 ref.name=$2 2540 ref 2558 function ref.root.get { function 2565 function ref.rpool_ds.get { function 2576 function ref.ROOT_ds.get { function [all...] |
/osnet-11/usr/src/cmd/sendmail/db/include/ |
H A D | log.h | 189 u_int16_t ref; /* Reference count. */ member in struct:__fname
|
H A D | mp.h | 167 u_int32_t ref; /* Reference count. */ member in struct:__db_mpoolfile 241 u_int32_t ref; /* Reference count. */ member in struct:__mpoolfile 273 u_int16_t ref; /* Reference count. */ member in struct:__bh
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 491 int r=0, ref=0, comvar=(flag&NV_COMVAR),iarray=(flag&NV_IARRAY); local 506 ref=1; 599 if(flag==NV_ASSIGN && !ref && tp->aflag!='-' && !strchr(name,'=')) 753 if(ref)
|
/osnet-11/usr/src/lib/nsswitch/mdns/common/ |
H A D | mdns_common.c | 78 DNSServiceRef ref = NULL; local 88 err = DNSServiceQueryRecord(&ref, flags, opinterface, 90 if (err != kDNSServiceErr_NoError || ref == NULL || 91 (sockfd = DNSServiceRefSockFD(ref)) == NULL) { 92 DNSServiceRefDeallocate(ref); 107 (DNSServiceProcessResult(ref) == kDNSServiceErr_NoError))) { 122 DNSServiceRefDeallocate(ref); 150 DNSServiceRefDeallocate(ref);
|
/osnet-11/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 42 int ref; /* reference count */ member in struct:typenode
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_hot.c | 3139 SV* ref = newSViv(PTR2IV(stash)); local 3140 hv_store(PL_stashcache, packname, packlen, ref, 0);
|