Searched refs:dp (Results 51 - 75 of 574) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5ofb64.c75 register char *dp; local
85 dp = (char *)d;
86 l2c(v0, dp);
87 l2c(v1, dp);
91 dp = (char *)d;
93 l2c(t, dp);
95 l2c(t, dp);
/freebsd-11-stable/sys/libkern/
H A Diconv_xlat.c59 struct iconv_xlat *dp; local
61 dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK);
62 dp->d_table = csp->cp_data;
63 dp->d_csp = csp;
65 *dpp = (void*)dp;
72 struct iconv_xlat *dp = data; local
74 dp->d_csp->cp_refcount--;
84 struct iconv_xlat *dp = (struct iconv_xlat*)d2p; local
100 *dst++ = dp->d_table[(u_char)*src++];
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_dict.c65 dict *dp = CALLOC(struct dict); local
67 return dp;
94 dict_locate(dict *dp, char *k) argument
96 dict_ent *de = dp->de[dict_hash(k)];
105 dict_add(dict *dp, char *k, char *v) argument
107 dict_ent *de = dict_locate(dp, k);
110 dict_ent **dep = &dp->de[dict_hash(k)];
120 dict_iter(dict *dp, int (*fn) (qelem *)) argument
126 dict_ent *de = dp->de[i];
/freebsd-11-stable/contrib/libreadline/
H A Dposixdir.h56 # define REAL_DIR_ENTRY(dp) 1
58 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0)
/freebsd-11-stable/lib/libc/rpc/
H A Ddes_crypt.c76 struct desparams dp; local
79 dp.UDES.UDES_buf = buf;
80 dp.des_mode = ECB;
82 dp.des_mode = CBC;
84 COPY8(ivec, dp.des_ivec);
85 err = common_crypt(key, buf, len, mode, &dp);
86 COPY8(dp.des_ivec, ivec);
97 struct desparams dp; local
100 dp.UDES.UDES_buf = buf;
101 dp
[all...]
/freebsd-11-stable/stand/ficl/
H A Dprefix.c160 FICL_DICT *dp = pSys->dp; local
162 FICL_HASH *pPrevCompile = dp->pCompile;
172 pHash = dictCreateWordlist(dp, 1);
174 dictAppendWord(dp, list_name, constantParen, FW_DEFAULT);
175 dictAppendCell(dp, LVALUEtoCELL(pHash));
180 dictAppendWord(dp, "__tempbase", fTempBase, FW_DEFAULT);
186 dp->pCompile = pHash;
187 dictAppendWord(dp, "0x", prefixHex, FW_DEFAULT);
188 dictAppendWord(dp, "
[all...]
H A Dwords.c90 static void markBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) argument
92 PUSHPTR(dp->here);
126 static void resolveBackBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) argument
137 offset = patchAddr - dp->here;
138 dictAppendCell(dp, LVALUEtoCELL(offset));
149 static void resolveForwardBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) argument
160 offset = dp->here - patchAddr;
171 static void resolveAbsBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) argument
190 *patchAddr = LVALUEtoCELL(dp->here);
464 FICL_DICT *dp local
517 FICL_DICT *dp = vmGetDict(pVM); local
557 FICL_DICT *dp = vmGetDict(pVM); local
610 FICL_DICT *dp = vmGetDict(pVM); local
624 FICL_DICT *dp = vmGetDict(pVM); local
1278 FICL_DICT *dp = vmGetDict(pVM); local
1306 FICL_DICT *dp = vmGetDict(pVM); local
1330 FICL_DICT *dp = vmGetDict(pVM); local
1369 FICL_DICT *dp; local
1447 FICL_DICT *dp = vmGetDict(pVM); local
1490 FICL_DICT *dp = vmGetDict(pVM); local
1533 FICL_DICT *dp = vmGetDict(pVM); local
1681 FICL_DICT *dp = vmGetDict(pVM); local
1824 FICL_DICT *dp = vmGetDict(pVM); local
1836 FICL_DICT *dp = vmGetDict(pVM); local
2020 FICL_DICT *dp = vmGetDict(pVM); local
2060 FICL_DICT *dp = vmGetDict(pVM); local
2130 FICL_DICT *dp = vmGetDict(pVM); local
2143 FICL_DICT *dp = vmGetDict(pVM); local
2321 FICL_DICT *dp = vmGetDict(pVM); local
2332 FICL_DICT *dp = vmGetDict(pVM); local
2380 FICL_DICT *dp; local
2400 FICL_DICT *dp; local
2412 FICL_DICT *dp; local
2426 FICL_DICT *dp; local
2508 FICL_DICT *dp = vmGetDict(pVM); local
2606 FICL_DICT *dp = vmGetDict(pVM); local
2658 FICL_DICT *dp = vmGetDict(pVM); local
2706 FICL_DICT *dp; local
2771 FICL_DICT *dp = vmGetDict(pVM); local
2800 FICL_DICT *dp = vmGetDict(pVM); local
2810 FICL_DICT *dp = vmGetDict(pVM); local
3193 FICL_DICT *dp = vmGetDict(pVM); local
3228 FICL_DICT *dp = vmGetDict(pVM); local
3235 FICL_DICT *dp = vmGetDict(pVM); local
3246 FICL_DICT *dp = vmGetDict(pVM); local
3259 FICL_DICT *dp = vmGetDict(pVM); local
3274 FICL_DICT *dp = vmGetDict(pVM); local
3470 FICL_DICT *dp = vmGetDict(pVM); local
4055 FICL_DICT *dp = vmGetDict(pVM); local
4097 FICL_DICT *dp = vmGetDict(pVM); local
4125 FICL_DICT *dp = vmGetDict(pVM); local
4859 FICL_DICT *dp = pSys->dp; local
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.h79 * @param dp: delegation point with result list.
95 * if not null, that target is removed from the result list in the dp.
98 struct module_env* env, struct delegpt* dp, uint8_t* name,
129 * @param pside: true if dp is parentside, thus message is 'fresh' and NS
157 * @param dp: delegpt to mark ns in.
159 void iter_mark_cycle_targets(struct module_qstate* qstate, struct delegpt* dp);
165 * @param dp: delegpt to mark ns in.
168 struct delegpt* dp);
175 * @param dp: delegpt to check.
176 * @return true if dp i
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_lookup.c114 static int ext2_dirbadentry(struct vnode *dp, struct ext2fs_direct_2 *de,
139 struct ext2fs_direct_2 *dp, *edp; local
185 dp = (struct ext2fs_direct_2 *)&bp->b_data[skipcnt];
187 while (error == 0 && uio->uio_resid > 0 && dp < edp) {
188 if (dp->e2d_reclen <= offsetof(struct ext2fs_direct_2,
189 e2d_namlen) || (caddr_t)dp + dp->e2d_reclen >
210 dstdp.d_namlen = dp->e2d_namlen;
211 dstdp.d_type = FTTODT(dp->e2d_type);
213 dstdp.d_namlen > dp
308 struct inode *dp; /* inode for directory being searched */ local
828 ext2_dirbadentry(struct vnode *dp, struct ext2fs_direct_2 *de, int entryoffsetinblock) argument
868 struct inode *dp; local
958 struct inode *dp; local
1057 struct inode *dp; local
1103 ext2_dirrewrite(struct inode *dp, struct inode *ip, struct componentname *cnp) argument
1138 struct ext2fs_direct_2 *dp = (struct ext2fs_direct_2 *)&dbuf; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dout.c111 const struct tbl_dat *dp; local
136 for (dp = sp->first; dp; dp = dp->next) {
140 spans = dp->spans;
143 icol = dp->layout->col;
147 col->flags |= dp->layout->flags;
148 if (dp->layout->flags & TBL_CELL_WIGN)
150 if (dp
255 tblcalc_data(struct rofftbl *tbl, struct roffcol *col, const struct tbl_opts *opts, const struct tbl_dat *dp, size_t mw) argument
286 tblcalc_literal(struct rofftbl *tbl, struct roffcol *col, const struct tbl_dat *dp, size_t mw) argument
319 tblcalc_number(struct rofftbl *tbl, struct roffcol *col, const struct tbl_opts *opts, const struct tbl_dat *dp) argument
[all...]
H A Dtbl_data.c40 getdata(struct tbl_node *tbl, struct tbl_span *dp, argument
49 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next;
61 if (dp->layout->last->col + 1 < dp->opts->cols) {
64 dp->layout->last->next = cp;
65 cp->col = dp->layout->last->col + 1;
66 dp->layout->last = cp;
86 if (dp
174 struct tbl_span *dp; local
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetcwd.c47 #define ISDOT(dp) \
48 (dp->d_name[0] == '.' && (dp->d_name[1] == '\0' || \
49 (dp->d_name[1] == '.' && dp->d_name[2] == '\0')))
54 struct dirent *dp; local
162 if (!(dp = readdir(dir)))
164 if (dp->d_fileno == ino)
169 if (!(dp = readdir(dir)))
171 if (ISDOT(dp))
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtxg.h69 extern void txg_init(struct dsl_pool *dp, uint64_t txg);
70 extern void txg_fini(struct dsl_pool *dp);
71 extern void txg_sync_start(struct dsl_pool *dp);
72 extern void txg_sync_stop(struct dsl_pool *dp);
73 extern uint64_t txg_hold_open(struct dsl_pool *dp, txg_handle_t *txghp);
78 extern void txg_delay(struct dsl_pool *dp, uint64_t txg, hrtime_t delta,
80 extern void txg_kick(struct dsl_pool *dp);
88 extern void txg_wait_synced(struct dsl_pool *dp, uint64_t txg);
96 extern void txg_wait_open(struct dsl_pool *dp, uint64_t txg);
102 extern boolean_t txg_stalled(struct dsl_pool *dp);
[all...]
/freebsd-11-stable/usr.bin/mkimg/
H A Dpc98.c86 struct pc98_partition *dpbase, *dp; local
103 dp = dpbase + part->index;
105 dp->dp_mid = ptyp;
106 dp->dp_sid = ptyp >> 8;
107 pc98_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect,
109 pc98_chs(&dp->dp_scyl, &dp->dp_shd, &dp
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass1.c244 union dinode *dp; local
251 if ((dp = getnextinode(inumber, rebuildcg)) == NULL)
253 mode = DIP(dp, di_mode) & IFMT;
256 (memcmp(dp->dp1.di_db, ufs1_zino.di_db,
258 memcmp(dp->dp1.di_ib, ufs1_zino.di_ib,
260 dp->dp1.di_mode || dp->dp1.di_size)) ||
262 (memcmp(dp->dp2.di_db, ufs2_zino.di_db,
264 memcmp(dp->dp2.di_ib, ufs2_zino.di_ib,
266 dp
[all...]
/freebsd-11-stable/sys/geom/
H A Dgeom_pc98.c64 g_pc98_print(int i, struct pc98_partition *dp) argument
68 strncpy(sname, dp->dp_name, 16);
71 hexdump(dp, sizeof(dp[0]), NULL, 0);
73 i, dp->dp_mid, dp->dp_mid, dp->dp_sid, dp->dp_sid);
74 printf(" s:%d/%d/%d", dp->dp_scyl, dp
88 struct pc98_partition dp[PC98_NPARTS]; local
231 struct pc98_partition dp; local
[all...]
H A Dgeom_mbr.c77 g_mbr_print(int i, struct dos_partition *dp) argument
80 printf("[%d] f:%02x typ:%d", i, dp->dp_flag, dp->dp_typ);
81 printf(" s(CHS):%d/%d/%d", DPCYL(dp->dp_scyl, dp->dp_ssect),
82 dp->dp_shd, DPSECT(dp->dp_ssect));
83 printf(" e(CHS):%d/%d/%d", DPCYL(dp->dp_ecyl, dp->dp_esect),
84 dp
104 struct dos_partition ndp[NDOSPART], *dp; local
441 struct dos_partition dp[4]; local
[all...]
/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c222 struct dirlist *dp, *dp2, *last; local
224 dp = malloc(sizeof *dp);
225 if (dp == NULL)
226 err(++problems, "malloc(%lu)", (u_long)sizeof *dp);
228 dp->stab = *st;
229 dp->printer = strdup(pp->printer);
230 if (dp->printer == 0)
232 dp->path = strdup(pp->spool_dir);
233 if (dp
253 struct dirlist *dp, *dp2; local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dgetcwd.c51 #define ISDOT(dp) \
52 (dp->d_name[0] == '.' && (dp->d_name[1] == '\0' || \
53 (dp->d_name[1] == '.' && dp->d_name[2] == '\0')))
60 struct dirent *dp; local
161 if (!(dp = readdir(dir)))
163 if (dp->d_fileno == ino)
168 if (!(dp = readdir(dir)))
170 if (ISDOT(dp))
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c51 dsl_pool_t *dp; local
56 dp = spa_get_dsl(spa);
59 tx = dmu_tx_create_dd(dp->dp_mos_dir);
62 dst.dst_pool = dp;
72 dsl_pool_config_enter(dp, FTAG);
74 dsl_pool_config_exit(dp, FTAG);
83 &dp->dp_early_sync_tasks : &dp->dp_sync_tasks;
88 txg_wait_synced(dp, dst.dst_txg);
91 txg_wait_synced(dp, ds
154 dsl_sync_task_nowait_common(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx, boolean_t early) argument
176 dsl_sync_task_nowait(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx) argument
184 dsl_early_sync_task_nowait(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx) argument
197 dsl_pool_t *dp = dst->dst_pool; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_lookup.c142 struct vnode *dp; member in struct:nameicap_tracker
176 nameicap_tracker_add(struct nameidata *ndp, struct vnode *dp) argument
180 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0 || dp->v_type != VDIR)
183 vhold(dp);
184 nt->dp = dp;
197 vdrop(nt->dp);
210 nameicap_check_dotdot(struct nameidata *ndp, struct vnode *dp) argument
215 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0 || dp == NULL ||
216 dp
288 struct vnode *dp; /* the directory we are searching */ local
647 struct vnode *dp = NULL; /* the directory we are searching */ local
1142 struct vnode *dp = NULL; /* the directory we are searching */ local
[all...]
/freebsd-11-stable/sys/geom/cache/
H A Dg_cache.c112 struct g_cache_desc *dp; local
117 dp = TAILQ_FIRST(&sc->sc_usedlist);
118 TAILQ_REMOVE(&sc->sc_usedlist, dp, d_used);
120 dp->d_flags = 0;
121 LIST_REMOVE(dp, d_next);
122 return (dp);
128 dp = malloc(sizeof(*dp), M_GCACHE, M_NOWAIT | M_ZERO);
129 if (dp == NULL)
131 dp
141 g_cache_free(struct g_cache_softc *sc, struct g_cache_desc *dp) argument
154 struct g_cache_desc *dp; local
171 g_cache_deliver(struct g_cache_softc *sc, struct bio *bp, struct g_cache_desc *dp, int error) argument
214 struct g_cache_desc *dp; local
247 struct g_cache_desc *dp; local
261 struct g_cache_desc *dp; local
314 struct g_cache_desc *dp; local
344 struct g_cache_desc *dp; local
406 struct g_cache_desc *dp; local
554 struct g_cache_desc *dp, *dp2; local
[all...]
/freebsd-11-stable/usr.bin/colcrt/
H A Dcolcrt.c84 wchar_t *cp, *dp; local
176 dp = cp - (outcol - w);
177 for (cp--; cp >= dp && *cp == 0; cp--)
261 wchar_t *cp, *dp; local
263 for (cp = page[l], dp = page[m]; *cp; cp++, dp++) {
266 if (*dp != ' ' && *dp != '|' && *dp != 0)
276 for (cp = page[l], dp
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ip6opts.c176 const struct ip6_hbh *dp = (const struct ip6_hbh *)bp; local
179 ND_TCHECK(dp->ip6h_len);
180 hbhlen = (int)((dp->ip6h_len + 1) << 3);
181 ND_TCHECK2(*dp, hbhlen);
184 ip6_opt_print(ndo, (const u_char *)dp + sizeof(*dp), hbhlen - sizeof(*dp));
196 const struct ip6_dest *dp = (const struct ip6_dest *)bp; local
199 ND_TCHECK(dp->ip6d_len);
200 dstoptlen = (int)((dp
[all...]
/freebsd-11-stable/stand/liblua/
H A Dlstd.c167 DIR *dp; local
173 dp = fdopendir(fd);
174 if (dp == NULL)
176 return dp;
182 DIR *dp; local
184 dp = malloc(sizeof(*dp));
185 if (dp == NULL)
187 dp->fd = fd;
188 return dp;
192 closedir(DIR *dp) argument
[all...]

Completed in 326 milliseconds

1234567891011>>