Home
last modified time | relevance | path

Searched refs:dp (Results 251 – 275 of 798) sorted by relevance

1...<<11121314151617181920>>...32

/freebsd/contrib/unbound/iterator/
H A Diter_hints.h77 struct delegpt* dp; member
162 uint8_t* qname, uint16_t qclass, struct delegpt* dp, int nolock);
185 int hints_add_stub(struct iter_hints* hints, uint16_t c, struct delegpt* dp,
/freebsd/stand/userboot/test/
H A Dtest.c312 struct dirent *dp; in test_readdir() local
317 dp = readdir(tf->tf_u.dir); in test_readdir()
318 if (!dp) in test_readdir()
325 *fileno_return = dp->d_fileno; in test_readdir()
326 *type_return = dp->d_type; in test_readdir()
327 *namelen_return = dp->d_namlen; in test_readdir()
328 memcpy(name, dp->d_name, dp->d_namlen); in test_readdir()
329 name[dp->d_namlen] = 0; in test_readdir()
/freebsd/sys/netinet/
H A Din_fib.c116 struct fib_dp *dp = &V_inet_dp[fibnum]; in fib4_lookup() local
119 nh = dp->f(dp->arg, key, scopeid); in fib4_lookup()
257 struct fib_dp *dp = &V_inet_dp[fibnum]; in fib4_check_urpf() local
260 nh = dp->f(dp->arg, key, scopeid); in fib4_check_urpf()
/freebsd/sys/netinet6/
H A Din6_rss.c113 u_short sp, u_short dp, int proto, in rss_proto_software_hash_v6() argument
124 hash = rss_hash_ip6_4tuple(s, sp, d, dp); in rss_proto_software_hash_v6()
130 hash = rss_hash_ip6_4tuple(s, sp, d, dp); in rss_proto_software_hash_v6()
160 u_short sp, u_short dp, int proto, uint32_t *hashtype) in xps_proto_software_hash_v6() argument
171 hash = rss_hash_ip6_4tuple(d, dp, s, sp); in xps_proto_software_hash_v6()
176 hash = rss_hash_ip6_4tuple(d, dp, s, sp); in xps_proto_software_hash_v6()
H A Din6_fib.c124 struct fib_dp *dp = &V_inet6_dp[fibnum]; in fib6_lookup() local
127 nh = dp->f(dp->arg, key, scopeid); in fib6_lookup()
271 struct fib_dp *dp = &V_inet6_dp[fibnum]; in fib6_check_urpf() local
274 nh = dp->f(dp->arg, key, scopeid); in fib6_check_urpf()
H A Din6_fib_algo.c208 lradix6_end_dump(void *_data, struct fib_dp *dp) in lradix6_end_dump() argument
212 dp->f = lradix6_lookup; in lradix6_end_dump()
213 dp->arg = lr->rnh; in lradix6_end_dump()
324 radix6_end_dump(void *_data, struct fib_dp *dp) in radix6_end_dump() argument
328 dp->f = radix6_lookup; in radix6_end_dump()
329 dp->arg = r6->rh; in radix6_end_dump()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Drockchip,rk3288-dp-phy.yaml4 $id: http://devicetree.org/schemas/phy/rockchip,rk3288-dp-phy.yaml#
14 const: rockchip,rk3288-dp-phy
37 compatible = "rockchip,rk3288-dp-phy";
/freebsd/lib/libkiconv/
H A Dxlat16_iconv.c344 u_char *sp, *dp, ilocal[3], olocal[3]; in my_iconv_char() local
350 dp = *obuf; in my_iconv_char()
354 ret = my_iconv(cd, (char **)&sp, ilen, (char **)&dp, olen); in my_iconv_char()
375 dp = olocal; in my_iconv_char()
377 if ((my_iconv(cd,(char **)&sp, &ir, (char **)&dp, &or)) != -1) { in my_iconv_char()
429 dp = olocal; in my_iconv_char()
431 if ((my_iconv(cd,(char **)&sp, &ir, (char **)&dp, &or)) != -1) { in my_iconv_char()
/freebsd/sys/dev/ips/
H A Dips_disk.c66 static int ipsd_open(struct disk *dp) in ipsd_open() argument
68 ipsdisk_softc_t *dsc = dp->d_drv1; in ipsd_open()
75 static int ipsd_close(struct disk *dp) in ipsd_close() argument
77 ipsdisk_softc_t *dsc = dp->d_drv1; in ipsd_close()
191 struct disk *dp; in ipsd_dump() local
197 dp = arg; in ipsd_dump()
198 dsc = dp->d_drv1; in ipsd_dump()
/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c1065 struct ufs2_dinode *dp; in ffs_extread() local
1076 dp = ip->i_din2; in ffs_extread()
1184 struct ufs2_dinode *dp; in ffs_extwrite() local
1194 dp = ip->i_din2; in ffs_extwrite()
1350 dp = ip->i_din2; in ffs_rdextattr()
1468 dp = ip->i_din2; in ffs_close_ea()
2000 struct inode *dp, *ip; in ffs_vput_pair() local
2006 dp = VTOI(dvp); in ffs_vput_pair()
2036 VNASSERT(I_ENDOFF(dp) != 0 && I_ENDOFF(dp) < dp->i_size, dvp, in ffs_vput_pair()
2048 ufsdirhash_free(dp); in ffs_vput_pair()
[all …]
/freebsd/usr.bin/ruptime/
H A Druptime.c183 struct dirent *dp; in ruptime() local
196 for (nhosts = hspace = 0; (dp = readdir(dirp)) != NULL;) { in ruptime()
197 if (dp->d_ino == 0 || strncmp(dp->d_name, "whod.", 5) != 0) in ruptime()
199 if ((fd = open(dp->d_name, O_RDONLY, 0)) < 0) { in ruptime()
200 warn("%s", dp->d_name); in ruptime()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c147 msdosfs_findslot(struct denode *dp, struct componentname *cnp) in msdosfs_findslot() argument
166 pmp = dp->de_pmp; in msdosfs_findslot()
208 for (frcn = 0; diroff < dp->de_FileSize; frcn++) { in msdosfs_findslot()
209 if ((error = pcbmap(dp, frcn, &bn, &cluster, &blsize)) != 0) { in msdosfs_findslot()
293 dp->de_fndoffset = diroff; in msdosfs_findslot()
294 dp->de_fndcnt = 0; in msdosfs_findslot()
317 __func__, dp->de_refcnt, slotcount, slotoffset)); in msdosfs_findslot()
335 dp->de_fndoffset = slotoffset; in msdosfs_findslot()
336 dp->de_fndcnt = wincnt - 1; in msdosfs_findslot()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_prop.c318 dsl_pool_t *dp __maybe_unused = dd->dd_pool; in dsl_prop_register()
320 ASSERT(dsl_pool_config_held(dp)); in dsl_prop_register()
597 dsl_pool_t *dp = dd->dd_pool; in dsl_prop_notify_all() local
598 ASSERT(RRW_WRITE_HELD(&dp->dp_config_rwlock)); in dsl_prop_notify_all()
610 objset_t *mos = dp->dp_meta_objset; in dsl_prop_changed_notify()
615 ASSERT(RRW_WRITE_HELD(&dp->dp_config_rwlock)); in dsl_prop_changed_notify()
942 dsl_pool_t *dp = dmu_tx_pool(tx); in dsl_props_set_check() local
1020 dsl_pool_t *dp = dmu_tx_pool(tx); in dsl_props_set_sync() local
1207 dsl_pool_t *dp = dd->dd_pool; in dsl_prop_get_all_ds() local
1208 objset_t *mos = dp->dp_meta_objset; in dsl_prop_get_all_ds()
[all …]
/freebsd/usr.sbin/makefs/
H A Dffs.c107 #define DIP(dp, field) \ argument
109 (dp)->ffs1_din.di_##field : (dp)->ffs2_din.di_##field)
1045 struct direct de, *dp; in ffs_make_dirbuf() local
1063 if (dp != NULL) in ffs_make_dirbuf()
1064 llen = DIRSIZ_SWAP(0, dp, needswap); in ffs_make_dirbuf()
1088 memcpy(dp, &de, reclen); in ffs_make_dirbuf()
1110 assert (dp != NULL); in ffs_write_inode()
1120 dp, ino, cg, cgino); in ffs_write_inode()
1145 if (S_ISDIR(DIP(dp, mode))) { in ffs_write_inode()
1179 ffs_dinode1_swap(&dp->ffs1_din, in ffs_write_inode()
[all …]
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c83 struct dtfs_poll *dp; in loopfun() local
87 dp = LIST_FIRST(&dtm->dtm_pollent); in loopfun()
88 if (dp == NULL) in loopfun()
91 LIST_REMOVE(dp, dp_entries); in loopfun()
92 puffs_cc_continue(dp->dp_pcc); in loopfun()
/freebsd/usr.sbin/config/
H A Dmain.cc642 struct dirent *dp; in cleanheaders() local
658 while ((dp = readdir(dirp)) != NULL) { in cleanheaders()
659 len = strlen(dp->d_name); in cleanheaders()
661 if (len < 2 || dp->d_name[len - 2] != '.' || in cleanheaders()
662 dp->d_name[len - 1] != 'h') in cleanheaders()
665 if (strchr(dp->d_name, '_') && in cleanheaders()
666 strncmp(dp->d_name, "opt_", 4) != 0) in cleanheaders()
670 if (eq(dp->d_name, hl->h_name)) { in cleanheaders()
676 printf("Removing stale header: %s\n", dp->d_name); in cleanheaders()
677 p = path(dp->d_name); in cleanheaders()
[all …]
/freebsd/usr.bin/patch/
H A Dbackupfile.c95 struct dirent *dp; in max_backup_version() local
106 while ((dp = readdir(dirp)) != NULL) { in max_backup_version()
107 if (dp->d_namlen <= file_name_length) in max_backup_version()
110 this_version = version_number(file, dp->d_name, file_name_length); in max_backup_version()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c282 struct nfsdmap *dp, *dp2; in ncl_reclaim() local
339 dp = LIST_FIRST(&np->n_cookies); in ncl_reclaim()
340 while (dp) { in ncl_reclaim()
341 dp2 = dp; in ncl_reclaim()
342 dp = LIST_NEXT(dp, ndm_list); in ncl_reclaim()
/freebsd/sys/contrib/device-tree/Bindings/soc/samsung/
H A Dexynos-pmu.yaml91 dp-phy:
92 $ref: /schemas/phy/samsung,dp-video-phy.yaml
182 dp-phy: true
185 dp-phy: false
201 dp-phy {
202 compatible = "samsung,exynos5250-dp-video-phy";
/freebsd/stand/libsa/
H A Dext2fs.c559 struct ext2dinode *dp; in read_inode() local
578 dp = (struct ext2dinode *)buf; in read_inode()
579 fp->f_di = dp[ino_to_bo(fs, inumber)]; in read_inode()
758 struct ext2dirent *dp, *edp; in search_directory() local
770 dp = (struct ext2dirent *)buf; in search_directory()
772 while (dp < edp) { in search_directory()
773 if (dp->d_ino == (ino_t)0) in search_directory()
775 namlen = dp->d_namlen; in search_directory()
777 strncmp(name, dp->d_name, length) == 0) { in search_directory()
779 *inumber_p = dp->d_ino; in search_directory()
[all …]
/freebsd/sys/dev/aac/
H A Daac_disk.c92 aac_disk_open(struct disk *dp) in aac_disk_open() argument
98 sc = (struct aac_disk *)dp->d_drv1; in aac_disk_open()
121 aac_disk_close(struct disk *dp) in aac_disk_close() argument
127 sc = (struct aac_disk *)dp->d_drv1; in aac_disk_close()
242 struct disk *dp; in aac_disk_dump() local
246 dp = arg; in aac_disk_dump()
247 ad = dp->d_drv1; in aac_disk_dump()
/freebsd/usr.sbin/jail/
H A Dconfig.c356 struct cfparam *dp, *np; in add_param() local
415 dp = j->intparams[ipnum]; in add_param()
418 if (!(dp->flags & PF_CONV) && equalopts(dp->name, name)) in add_param()
420 if (dp != NULL) { in add_param()
428 if (dp->flags & PF_IMMUTABLE) { in add_param()
430 dp->name); in add_param()
434 if (strcmp(dp->name, name)) { in add_param()
435 free(dp->name); in add_param()
436 dp->name = estrdup(name); in add_param()
439 free_param_strings(dp); in add_param()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Dcdn-dp-rockchip.txt5 - compatible: must be "rockchip,rk3399-cdn-dp"
9 - clocks: from common clock binding: handle to dp clock.
37 cdn_dp: dp@fec00000 {
38 compatible = "rockchip,rk3399-cdn-dp";
/freebsd/contrib/libpcap/
H A Dpcap-septel.c71 u_char *dp ; in septel_read() local
117 dp = get_param(m);/* get pointer to MSG parameter area (m->param) */ in septel_read()
127 if ((p->fcode.bf_insns == NULL) || pcap_filter(p->fcode.bf_insns, dp, packet_len, caplen)) { in septel_read()
153 callback(user, &pcap_header, dp); in septel_read()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_dataset.h330 int dsl_dataset_hold(struct dsl_pool *dp, const char *name, const void *tag,
332 int dsl_dataset_hold_flags(struct dsl_pool *dp, const char *name,
334 boolean_t dsl_dataset_try_add_ref(struct dsl_pool *dp, dsl_dataset_t *ds,
337 int dsl_dataset_hold_obj_flags(struct dsl_pool *dp, uint64_t dsobj,
340 int dsl_dataset_hold_obj(struct dsl_pool *dp, uint64_t dsobj,
345 int dsl_dataset_own(struct dsl_pool *dp, const char *name,
347 int dsl_dataset_own_force(struct dsl_pool *dp, const char *name,
349 int dsl_dataset_own_obj(struct dsl_pool *dp, uint64_t dsobj,
351 int dsl_dataset_own_obj_force(struct dsl_pool *dp, uint64_t dsobj,

1...<<11121314151617181920>>...32