Searched refs:entp (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcdsliv.c135 db_entry_t *entp,
185 db_entry_t *entp;
212 entp = (db_entry_t *) lp;
221 entp->read_nrefs++;
227 entp->read_nrefs--;
230 if (entp->delete_flag)
232 if (entp->read_nrefs == 0)
234 epdb_delete_entry(h, entp, &status);
242 if (entp->ncomm_fails == 0)
244 entp
184 db_entry_t *entp; local
276 db_entry_t *entp; local
[all...]
H A Drpcddb.c235 PRIVATE void db_update_entry(h, entp, status)
237 db_entry_p_t entp;
240 dsm_detach(h->dsh, (void *)entp, status);
243 dsm_write(h->dsh, (void *)entp, status);
296 PRIVATE void db_lists_add(h, entp)
298 db_entry_t *entp;
300 db_list_add(&h->lists_mgmt.entry_list, db_c_entry_list, (db_lists_t *) entp);
302 db_htable_add(h->lists_mgmt.object_table, db_c_object_list, &entp->object,
303 (db_lists_t *) entp);
305 db_htable_add(h->lists_mgmt.interface_table, db_c_interface_list, &entp
454 db_lists_t *entp; local
493 db_lists_t *entp; local
536 db_entry_t *entp; local
599 db_entry_t *entp; local
[all...]
H A Drpcdepdbp.h106 db_entry_p_t entp,
H A Drpcdepdb.c143 db_entry_p_t entp,
154 db_entry_p_t *entp,
162 db_entry_p_t entp,
168 db_entry_t *entp,
411 db_entry_t *entp = NULL;
420 entp = (db_entry_t*) _entp;
436 tower_to_addr(&entp->tower, &entp->addr, status);
446 entp->read_nrefs = 0;
447 entp
409 db_entry_t *entp = NULL; local
690 db_entry_t *entp = (db_entry_t *) lp; local
709 db_entry_t *entp = (db_entry_t *) lp; local
761 db_entry_t *entp; local
811 db_entry_t *entp; local
863 db_entry_t *entp; local
947 db_entry_t *entp; local
1179 db_entry_t *entp; local
1678 db_entry_t *entp; local
1828 db_entry_t *entp; local
[all...]
H A Drpcddb.h211 db_entry_p_t entp,
223 db_entry_t *entp
229 db_entry_t *entp
237 db_lists_t *entp
245 db_lists_t *entp
252 db_lists_t *entp
259 db_lists_t *entp
272 db_lists_t *entp
H A Drpcdep.c350 ept_entry_t *entp; local
367 for (i = 0, entp = &entries[0]; i < num_ents; i++, entp++)
373 if (ept__is_ncacn_np(entp))
379 epdb_insert(epdb, entp, replace, status);
399 ept_entry_t *entp; local
416 for (i = 0, entp = &entries[0]; i < num_ents; i++, entp++)
418 epdb_delete(epdb, entp, status);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dentropy.h139 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp);
145 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp);
151 isc_entropy_detach(isc_entropy_t **entp);
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dentropy.h139 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp);
145 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp);
151 isc_entropy_detach(isc_entropy_t **entp);
/macosx-10.9.5/file_cmds-230/cp/
H A Dutils.c70 copy_file(const FTSENT *entp, int dne) argument
86 if ((from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) {
87 warn("%s", entp->fts_path);
91 fs = entp->fts_statp;
198 warn("%s", entp->fts_path);
210 entp->fts_path, to.p_path,
223 warn("%s", entp->fts_path);
240 entp->fts_path, to.p_path,
254 warn("%s", entp->fts_path);
272 warn("%s: could not copy extended attributes to %s", entp
[all...]
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A Dptable.h134 ptable_ent **curentp, **entp, *ent; local
138 for (entp = ary, ent = *ary; ent; ent = *entp) {
140 *entp = ent->next;
145 entp = &ent->next;
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A Dptable.h134 ptable_ent **curentp, **entp, *ent; local
138 for (entp = ary, ent = *ary; ent; ent = *entp) {
140 *entp = ent->next;
145 entp = &ent->next;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dentropy.c674 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp) { argument
679 REQUIRE(entp != NULL && *entp == NULL);
707 *entp = ent;
784 destroy(isc_entropy_t **entp) { argument
789 REQUIRE(entp != NULL && *entp != NULL);
790 ent = *entp;
791 *entp = NULL;
1120 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) { argument
1133 isc_entropy_detach(isc_entropy_t **entp) argument
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Dentropy.c671 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp) { argument
676 REQUIRE(entp != NULL && *entp == NULL);
704 *entp = ent;
781 destroy(isc_entropy_t **entp) { argument
786 REQUIRE(entp != NULL && *entp != NULL);
787 ent = *entp;
788 *entp = NULL;
1117 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) { argument
1130 isc_entropy_detach(isc_entropy_t **entp) argument
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_readdir.c159 if (rdcp->entp) {
160 free_dir_list(rdcp->entp);
161 rdcp->entp = NULL;
193 if (rdcp->entp) {
194 free_dir_list(rdcp->entp);
195 rdcp->entp = NULL;
604 if (p->entp)
605 free_dir_list(p->entp);
668 p = btree_lookup(rdcp->entp, name);
698 assert(rdcp->entp
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomep.c1096 ept_entry_t *entp;
1182 entp = &(chp->entries[chp->next_ent]);
1186 rpc_tower_to_binding(entp->tower->tower_octet_string, binding,
1218 tower_to_if_id(entp->tower, if_id, status);
1223 *object_uuid = entp->object;
1227 asize = (unsigned32)strlen((char *) entp->annotation) + 1;
1236 rpc__strncpy(*annotation, entp->annotation, (asize-1));
1249 for (i = 0, entp = &(chp->entries[0]);
1251 i++, entp++)
1253 rpc__ep_mem_free (NULL, (dce_pointer_t) entp
1089 ept_entry_t *entp; local
1304 ept_entry_t *entp; local
[all...]
/macosx-10.9.5/autofs-234/headers/
H A Dautomount.h231 struct dir_entry *entp; member in struct:rddir_cache
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp1182 dirent* entp = NULL; local
1183 while ( readdir_r(dirp, &entry, &entp) == 0 ) {
1184 if ( entp == NULL )
1186 if ( entp->d_type != DT_REG )
1190 if ( strlcat(dylibPath, entp->d_name, PATH_MAX) > PATH_MAX )
1208 dirent* entp = NULL; local
1209 while ( readdir_r(dirp, &entry, &entp) == 0 ) {
1210 if ( entp == NULL )
1212 if ( entp->d_type != DT_DIR )
1216 int dirNameLen = strlen(entp
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-ppc.c3946 struct plt_entry **entp;
3949 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
3957 *entp = ent->next;
3961 entp = &ent->next;
3963 *entp = to->elf.plt.plist;
4042 struct got_entry **entp;
4045 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4055 *entp
3942 struct plt_entry **entp; local
4038 struct got_entry **entp; local
[all...]
H A Delf32-ppc.c2698 struct plt_entry **entp;
2701 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
2709 *entp = ent->next;
2713 entp = &ent->next;
2715 *entp = edir->elf.plt.plist;
2693 struct plt_entry **entp; local
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Ddighost.c178 isc_entropy_t *entp = NULL; variable
1345 result = isc_entropy_create(mctx, &entp);
1348 result = dst_lib_init(mctx, entp, 0);
3749 if (entp != NULL) {
3751 isc_entropy_detach(&entp);
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices4402 entp 1865/udp # ENTP
4403 entp 1865/tcp # ENTP

Completed in 238 milliseconds