Searched refs:dp (Results 26 - 50 of 628) sorted by relevance

1234567891011>>

/freebsd-current/contrib/unbound/iterator/
H A Diter_hints.c68 delegpt_free_mlc(s->dp);
95 ah(struct delegpt* dp, const char* sv, const char* ip) argument
105 if(!delegpt_add_ns_mlc(dp, dname, 0, NULL, UNBOUND_DNS_PORT) ||
107 !delegpt_add_target_mlc(dp, dname, dname_len,
129 struct delegpt* dp = delegpt_create_mlc((uint8_t*)"\000"); local
130 if(!dp)
132 dp->has_parent_side_NS = 1;
134 if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4")) goto failed;
135 if(!ah(dp, "B.ROOT-SERVERS.NET.", "170.247.170.2")) goto failed;
136 if(!ah(dp, "
171 hints_insert(struct iter_hints* hints, uint16_t c, struct delegpt* dp, int noprime) argument
197 struct delegpt* dp; local
220 read_stubs_host(struct config_stub* s, struct delegpt* dp) argument
251 read_stubs_addr(struct config_stub* s, struct delegpt* dp) argument
283 struct delegpt* dp; local
313 struct delegpt* dp; local
463 struct delegpt* dp = compile_time_root_prime(cfg->do_ip4, local
575 hints_add_stub(struct iter_hints* hints, uint16_t c, struct delegpt* dp, int noprime, int nolock) argument
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h154 int dsl_pool_open(dsl_pool_t *dp);
155 void dsl_pool_close(dsl_pool_t *dp);
158 void dsl_pool_sync(dsl_pool_t *dp, uint64_t txg);
159 void dsl_pool_sync_done(dsl_pool_t *dp, uint64_t txg);
160 int dsl_pool_sync_context(dsl_pool_t *dp);
161 uint64_t dsl_pool_adjustedsize(dsl_pool_t *dp, zfs_space_check_t slop_policy);
162 uint64_t dsl_pool_unreserved_space(dsl_pool_t *dp,
164 uint64_t dsl_pool_deferred_space(dsl_pool_t *dp);
165 void dsl_pool_wrlog_count(dsl_pool_t *dp, int64_t size, uint64_t txg);
166 boolean_t dsl_pool_need_wrlog_delay(dsl_pool_t *dp);
[all...]
H A Dtxg.h70 extern void txg_init(struct dsl_pool *dp, uint64_t txg);
71 extern void txg_fini(struct dsl_pool *dp);
72 extern void txg_sync_start(struct dsl_pool *dp);
73 extern void txg_sync_stop(struct dsl_pool *dp);
74 extern uint64_t txg_hold_open(struct dsl_pool *dp, txg_handle_t *txghp);
79 extern void txg_delay(struct dsl_pool *dp, uint64_t txg, hrtime_t delta,
81 extern void txg_kick(struct dsl_pool *dp, uint64_t txg);
89 extern void txg_wait_synced(struct dsl_pool *dp, uint64_t txg);
94 extern boolean_t txg_wait_synced_sig(struct dsl_pool *dp, uint64_t txg);
102 extern void txg_wait_open(struct dsl_pool *dp, uint64_
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.dir.c101 struct directory *dp; local
159 dp = xcalloc(sizeof(struct directory), 1);
160 dp->di_name = cp;
161 dp->di_count = 0;
162 dhead.di_next = dhead.di_prev = dp;
163 dp->di_next = dp->di_prev = &dhead;
165 dnewcwd(dp, 0);
166 setcopy(STRdirstack, dp->di_name, VAR_READWRITE|VAR_NOGLOB);
170 dset(Char *dp) argument
232 struct directory *dp, *fdp; local
259 struct directory *dp; local
339 Char *dp, *cwd; local
488 struct directory *dp; local
538 Char *dp, *ret; local
583 Char *dp; local
696 struct directory *dp; local
775 struct directory *dp; local
806 struct directory *dp, *p = NULL; local
847 dfree(struct directory *dp) argument
1193 dnewcwd(struct directory *dp, int dflag) argument
1228 struct directory *dn, *dp; local
1288 struct directory *dp; local
1316 dextract(struct directory *dp) argument
1364 struct directory *dp; local
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dkinfo2.sh106 struct dirent *dp;
134 dp = (struct dirent *)bp;
139 dp->d_name, (uintmax_t)dp->d_fileno, dp->d_type,
140 dp->d_namlen, dp->d_reclen); fflush(stdout);
143 if (dp->d_type == DT_DIR &&
144 (dp->d_name[0] >= '0' && dp
[all...]
H A Dnamecache.sh121 struct dirent *dp;
136 dp = (struct dirent *)bp;
138 if (strcmp(path, dp->d_name) == 0) {
140 if (stat(dp->d_name, &statb) == -1) {
141 warn("stat(%s)", dp->d_name);
144 dp->d_name, (uintmax_t)dp->d_fileno, dp->d_type,
145 dp->d_namlen, dp
[all...]
/freebsd-current/stand/ficl/x86/
H A Dsysdep.c41 FICL_DICT *dp = pSys->dp; local
42 assert (dp);
44 dictAppendWord(dp, "outb", ficlOutb, FW_DEFAULT);
45 dictAppendWord(dp, "inb", ficlInb, FW_DEFAULT);
/freebsd-current/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf.c35 u_char *dp; local
88 r = sshbuf_reserve(p1, 1, &dp);
90 ASSERT_PTR_NE(dp, NULL);
91 *dp = 0x11;
92 r = sshbuf_reserve(p1, 3, &dp);
94 ASSERT_PTR_NE(dp, NULL);
95 *dp++ = 0x22;
96 *dp++ = 0x33;
97 *dp++ = 0x44;
143 r = sshbuf_reserve(p1, 4, &dp);
[all...]
/freebsd-current/sbin/fsdb/
H A Dfsdbutil.c51 void prtblknos(struct fs *fs, union dinode *dp);
106 printstat(const char *cp, ino_t inum, union dinode *dp) argument
116 switch (DIP(dp, di_mode) & IFMT) {
124 printf("block special (%#jx)", (uintmax_t)DIP(dp, di_rdev));
127 printf("character special (%#jx)", DIP(dp, di_rdev));
131 if (DIP(dp, di_size) > 0 &&
132 DIP(dp, di_size) < sblock.fs_maxsymlinklen &&
133 DIP(dp, di_blocks) == 0) {
134 printf(" to `%.*s'\n", (int) DIP(dp, di_size),
135 DIP(dp, di_shortlin
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c41 dt_dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
49 dt_dis_branch(const dtrace_difo_t *dp, const char *name, argument
57 dt_dis_load(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
65 dt_dis_store(const dtrace_difo_t *dp, const char *name, argument
74 dt_dis_str(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
81 dt_dis_r1rd(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
89 dt_dis_cmp(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
97 dt_dis_tst(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
103 dt_dis_varname(const dtrace_difo_t *dp, uint_t id, uint_t scope) argument
105 const dtrace_difv_t *dvp = dp
131 dt_dis_lda(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
144 dt_dis_ldv(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
157 dt_dis_stv(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
170 dt_dis_setx(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
184 dt_dis_sets(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
197 dt_dis_ret(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
204 dt_dis_call(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
214 dt_dis_pushts(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
238 dt_dis_xlate(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
329 dt_dis_rtab(const char *rtag, const dtrace_difo_t *dp, FILE *fp, const dof_relodesc_t *rp, uint32_t len) argument
344 dt_dis(const dtrace_difo_t *dp, FILE *fp) argument
[all...]
H A Ddt_as.c152 dt_as_xlate(dt_pcb_t *pcb, dtrace_difo_t *dp, argument
158 assert(i < dp->dtdo_len);
159 assert(xi < dp->dtdo_xlmlen);
182 dp->dtdo_buf[i] = DIF_INSTR_XLATE(
183 DIF_INSTR_OP(dp->dtdo_buf[i]), xi, DIF_INSTR_RD(dp->dtdo_buf[i]));
186 dp->dtdo_xlmtab[xi] = dnp;
215 dtrace_difo_t *dp; local
269 if ((dp = pcb->pcb_difo) == NULL)
272 dp
[all...]
/freebsd-current/stand/ficl/
H A Dsearch.c195 FICL_DICT *dp = vmGetDict(pVM); local
206 dp->nLists = nLists;
209 dp->pSearch[i] = stackPopPtr(pVM->pStack);
214 dictResetSearchOrder(dp);
239 FICL_DICT *dp = vmGetDict(pVM); local
247 pHash = dictCreateWordlist(dp, nBuckets);
260 FICL_DICT *dp = vmGetDict(pVM); local
264 nLists = dp->nLists;
269 stackPushPtr(pVM->pStack, dp->pSearch[--dp
282 FICL_DICT *dp = vmGetDict(pVM); local
356 FICL_DICT *dp = pSys->dp; local
[all...]
/freebsd-current/usr.bin/mkimg/
H A Dmbr.c75 struct dos_partition *dpbase, *dp; local
92 dp = dpbase + part->index;
94 dp->dp_flag =
97 dp->dp_flag =
99 mbr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect,
101 dp->dp_typ = ALIAS_TYPE2INT(part->type);
102 mbr_chs(&dp->dp_ecyl, &dp
[all...]
/freebsd-current/stand/libsa/
H A Dcd9660read.c62 susp_lookup_record(const char *identifier, struct iso_directory_record *dp, argument
71 p = dp->name + isonum_711(dp->name_len) + lenskip;
73 if ((isonum_711(dp->name_len) & 1) == 0)
75 end = (char *)dp + isonum_711(dp->length);
105 rrip_lookup_name(struct iso_directory_record *dp, int lenskip, size_t *len) argument
112 p = (ISO_RRIP_ALTNAME *)susp_lookup_record(RRIP_NAME, dp, lenskip);
135 rrip_check(struct iso_directory_record *dp, int *lenskip) argument
142 p = dp
171 dirmatch(const char *path, struct iso_directory_record *dp, int use_rrip, int lenskip) argument
225 struct iso_directory_record *dp = NULL; local
[all...]
/freebsd-current/sbin/dump/
H A Dtraverse.c58 #define DIP(dp, field) \
60 (dp)->dp1.field : (dp)->dp2.field)
61 #define DIP_SET(dp, field, val) do {\
63 (dp)->dp1.field = (val); \
65 (dp)->dp2.field = (val); \
73 static void dmpindir(union dinode *dp, ino_t ino, ufs2_daddr_t blk, int level,
76 static void ufs2_blksout(union dinode *dp, ufs2_daddr_t *blkp, int frags,
78 static int appendextdata(union dinode *dp);
79 static void writeextdata(union dinode *dp, ino_
92 blockest(union dinode *dp) argument
149 union dinode *dp; local
248 union dinode *dp; local
384 struct direct *dp; local
452 dumpino(union dinode *dp, ino_t ino) argument
573 dmpindir(union dinode *dp, ino_t ino, ufs2_daddr_t blk, int ind_level, off_t *size) argument
653 ufs2_blksout(union dinode *dp, ufs2_daddr_t *blkp, int frags, ino_t ino, int last) argument
720 appendextdata(union dinode *dp) argument
764 writeextdata(union dinode *dp, ino_t ino, int added) argument
[all...]
/freebsd-current/sys/fs/ext2fs/
H A Dext2_lookup.c122 static int ext2_check_direntry(struct vnode *dp,
147 struct ext2fs_direct_2 *dp, *edp; local
193 dp = (struct ext2fs_direct_2 *)&bp->b_data[skipcnt];
195 while (error == 0 && uio->uio_resid > 0 && dp < edp) {
196 if (le16toh(dp->e2d_reclen) <= offsetof(struct ext2fs_direct_2,
197 e2d_namlen) || (caddr_t)dp + le16toh(dp->e2d_reclen) >
218 dstdp.d_namlen = dp->e2d_namlen;
219 dstdp.d_type = FTTODT(dp->e2d_type);
221 dstdp.d_namlen > le16toh(dp
318 struct inode *dp; /* inode for directory being searched */ local
815 ext2_check_direntry(struct vnode *dp, struct ext2fs_direct_2 *de, int entryoffsetinblock) argument
854 struct inode *dp; local
916 struct inode *dp; local
977 struct inode *dp; local
1077 struct inode *dp; local
1126 ext2_dirrewrite(struct inode *dp, struct inode *ip, struct componentname *cnp) argument
1162 struct ext2fs_direct_2 *dp = (struct ext2fs_direct_2 *)&dbuf; local
[all...]
/freebsd-current/sbin/restore/
H A Ddirs.c213 struct direct *dp; local
239 dp = rst_readdir(dirp); /* "." */
240 if (dp != NULL && strcmp(dp->d_name, ".") == 0)
241 dp = rst_readdir(dirp); /* ".." */
245 if (dp != NULL && strcmp(dp->d_name, "..") == 0)
246 dp = rst_readdir(dirp); /* first real entry */
254 while (dp != NULL) {
256 if (namelen + dp
276 struct direct *dp; local
300 struct direct *dp; local
323 struct direct *dp; local
384 putent(struct direct *dp) argument
451 struct direct *dp; local
672 int ofile, dp, i, size; local
[all...]
/freebsd-current/crypto/openssl/crypto/bf/
H A Dbf_ofb64.c32 register char *dp; local
42 dp = (char *)d;
43 l2n(v0, dp);
44 l2n(v1, dp);
48 dp = (char *)d;
50 l2n(t, dp);
52 l2n(t, dp);
/freebsd-current/crypto/openssl/crypto/des/
H A Dofb64enc.c31 register unsigned char *dp; local
41 dp = d;
42 l2c(v0, dp);
43 l2c(v1, dp);
47 dp = d;
49 l2c(t, dp);
51 l2c(t, dp);
H A Dofb64ede.c32 register char *dp; local
42 dp = (char *)d;
43 l2c(v0, dp);
44 l2c(v1, dp);
53 dp = (char *)d;
54 l2c(v0, dp);
55 l2c(v1, dp);
/freebsd-current/crypto/openssl/crypto/idea/
H A Di_ofb64.c33 register char *dp; local
48 dp = (char *)d;
49 l2n(v0, dp);
50 l2n(v1, dp);
54 dp = (char *)d;
56 l2n(t, dp);
58 l2n(t, dp);
/freebsd-current/crypto/openssl/crypto/cast/
H A Dc_ofb64.c32 register char *dp; local
42 dp = (char *)d;
43 l2n(v0, dp);
44 l2n(v1, dp);
48 dp = (char *)d;
50 l2n(t, dp);
52 l2n(t, dp);
/freebsd-current/crypto/openssl/crypto/rc2/
H A Drc2ofb64.c32 register char *dp; local
42 dp = (char *)d;
43 l2c(v0, dp);
44 l2c(v1, dp);
48 dp = (char *)d;
50 l2c(t, dp);
52 l2c(t, dp);
/freebsd-current/crypto/openssl/crypto/rc5/
H A Drc5ofb64.c32 register char *dp; local
42 dp = (char *)d;
43 l2c(v0, dp);
44 l2c(v1, dp);
48 dp = (char *)d;
50 l2c(t, dp);
52 l2c(t, dp);
/freebsd-current/sys/fs/msdosfs/
H A Ddenode.h182 * dp is a struct direntry * (external form).
184 #define DE_INTERNALIZE32(dep, dp) \
185 ((dep)->de_StartCluster |= getushort((dp)->deHighClust) << 16)
186 #define DE_INTERNALIZE(dep, dp) \
187 (memcpy((dep)->de_Name, (dp)->deName, 11), \
188 (dep)->de_Attributes = (dp)->deAttributes, \
189 (dep)->de_LowerCase = (dp)->deLowerCase, \
190 (dep)->de_CHun = (dp)->deCHundredth, \
191 (dep)->de_CTime = getushort((dp)->deCTime), \
192 (dep)->de_CDate = getushort((dp)
[all...]

Completed in 336 milliseconds

1234567891011>>