Searched refs:dp (Results 326 - 350 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c613 zcp_dataset_hold_error(lua_State *state, dsl_pool_t *dp, const char *dsname, argument
622 dsname, spa_name(dp->dp_spa));
642 zcp_dataset_hold(lua_State *state, dsl_pool_t *dp, const char *dsname, argument
646 int error = dsl_dataset_hold(dp, dsname, tag, &ds);
647 (void) zcp_dataset_hold_error(state, dp, dsname, error);
697 dsl_pool_t *dp = ri->zri_pool; local
705 int error = dsl_dataset_hold(dp, dsname, FTAG, &ds);
999 dsl_pool_t *dp; local
1007 error = dsl_pool_hold(poolname, FTAG, &dp);
1022 tx = dmu_tx_create_dd(dp
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Ddomain.c1263 char *dp; local
1379 dp = searchlist[sli];
1380 if (NULL == dp)
1386 host, dp,
1395 ret = (*resqdomain)(host, dp, C_IN, qtype,
1412 if (*dp == '\0')
1452 (trymx || *dp == '\0'))
1517 if (*dp != '\0' && HasWildcardMX)
1527 mxmatch = dp;
1610 mxmatch = dp;
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c789 char *bp, *cp, *dp; local
797 dp = strchr(other_non_function_keys, 'i');
798 foundim = (dp != 0) && (dp[1] == 'm');
848 for (dp = buf2, bp = tp->Strings[from_ptr->nte_index]; *bp; bp++) {
854 *dp++ = *bp;
856 *dp = '\0';
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c274 struct dirent *dp; local
286 for (dp = readdir(dirp); dp != NULL; dp = readdir(dirp)){
287 cp = dp->d_name;
290 if (dp->d_ino == 0)
292 if (dp->d_namlen == 0)
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c445 struct dirent *dp; local
448 while ((dp = readdir(dirp)) != NULL) {
455 if (dp->d_namlen < FILENAME_LEN ||
456 dp->d_name[POSTFIX_LEN] != '.')
460 dp->d_name) < 0) {
476 if (NULL != afnp && strcmp(dp->d_name, afnp) == 0) {
486 if (trailname_to_tstamp(dp->d_name, &tstamp) != 0 ||
/freebsd-11-stable/sys/netinet/
H A Dip_options.c558 u_char *cp, *dp; local
562 dp = (u_char *)(jp + 1);
570 *dp++ = IPOPT_NOP;
585 bcopy(cp, dp, optlen);
586 dp += optlen;
589 for (optlen = dp - (u_char *)(jp+1); optlen & 0x3; optlen++)
590 *dp++ = IPOPT_EOL;
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dhn_nvs.c739 struct hn_nvs_datapath dp; local
741 memset(&dp, 0, sizeof(dp));
742 dp.nvs_type = HN_NVS_TYPE_SET_DATAPATH;
743 dp.nvs_active_path = path;
745 hn_nvs_req_send(sc, &dp, sizeof(dp));
/freebsd-11-stable/sbin/dhclient/
H A Dclparse.c692 u_int8_t *dp; local
792 dp = ip_addr.iabuf;
800 memcpy(&hunkbuf[hunkix], dp, len);
815 dp = buf;
824 dp = buf;
833 dp = buf;
855 dp = buf;
/freebsd-11-stable/sys/net/
H A Dif_stf.c200 char *dp; local
236 for (dp = name; *dp != '\0'; dp++);
237 if (snprintf(dp, len - (dp-name), "%d", unit) >
238 len - (dp-name) - 1) {
H A Dif_clone.c689 char *dp; local
712 for (dp = name; *dp != '\0'; dp++);
713 if (snprintf(dp, len - (dp-name), "%d", unit) >
714 len - (dp-name) - 1) {
/freebsd-11-stable/contrib/tcsh/
H A Dglob.c568 struct dirent *dp; local
623 while ((dp = readdir(dirp)) != NULL) {
625 if (dp->d_name[0] == DOT && *pattern != DOT)
626 if (!(pglob->gl_flags & GLOB_DOT) || !dp->d_name[1] ||
627 (dp->d_name[1] == DOT && !dp->d_name[2]))
630 strbuf_append(pathbuf, dp->d_name);
H A Dtc.str.c464 s_strspl(const Char *cp, const Char *dp) argument
471 if (!dp)
472 dp = STRNULL;
475 for (q = dp; *q++;)
477 res = xmalloc(((p - cp) + (q - dp) - 1) * sizeof(Char));
480 for (ep--, q = dp; (*ep++ = *q++) != '\0';)
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c588 struct dirent *dp; local
732 while ((dp = readdir(dirp)) != NULL) {
733 const char *ext = get_extension(dp->d_name);
737 !get_keymap(dp->d_name)) {
741 q = strdup(dp->d_name);
743 add_keymap(q, 0, dp->d_name);
749 dp->d_name);
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_subr.c1117 struct dirent *dp; local
1170 for (dp = (struct dirent*)buf; !error && dp < edp;
1171 dp = (struct dirent*)((caddr_t)dp + dp->d_reclen)) {
1172 if (dp->d_type == DT_WHT || dp->d_fileno == 0 ||
1173 (dp->d_namlen == 1 && dp
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c1514 daopen(struct disk *dp) argument
1520 periph = (struct cam_periph *)dp->d_drv1;
1566 daclose(struct disk *dp) argument
1573 periph = (struct cam_periph *)dp->d_drv1;
1688 struct disk *dp; local
1691 dp = arg;
1692 periph = dp->d_drv1;
1804 dadiskgonecb(struct disk *dp) argument
1808 periph = (struct cam_periph *)dp->d_drv1;
4404 struct disk_params *dp; local
5604 struct disk_params *dp; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c297 dtrace_difo_t *dp = dt_zalloc(dtp, sizeof (dtrace_difo_t)); local
299 if (dp == NULL)
302 dp->dtdo_buf = dt_alloc(dtp, sizeof (dif_instr_t) * 2);
303 dp->dtdo_inttab = dt_alloc(dtp, sizeof (uint64_t));
305 if (dp->dtdo_buf == NULL || dp->dtdo_inttab == NULL) {
306 dt_difo_free(dtp, dp);
310 dp->dtdo_buf[0] = DIF_INSTR_SETX(0, 1); /* setx DIF_INTEGER[0], %r1 */
311 dp->dtdo_buf[1] = DIF_INSTR_RET(1); /* ret %r1 */
312 dp
635 dtrace_difo_t *dp; local
2248 struct dirent *dp; local
[all...]
H A Ddt_subr.c775 dt_difo_free(dtrace_hdl_t *dtp, dtrace_difo_t *dp) argument
777 if (dp == NULL)
780 dt_free(dtp, dp->dtdo_buf);
781 dt_free(dtp, dp->dtdo_inttab);
782 dt_free(dtp, dp->dtdo_strtab);
783 dt_free(dtp, dp->dtdo_vartab);
784 dt_free(dtp, dp->dtdo_kreltab);
785 dt_free(dtp, dp->dtdo_ureltab);
786 dt_free(dtp, dp->dtdo_xlmtab);
788 dt_free(dtp, dp);
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_htree.c394 struct inode *dp = VTOI(vp); local
398 cursize = roundup(dp->i_size, blksize);
411 dp->i_size = newsize;
624 struct inode *dp; local
636 dp = VTOI(vp);
637 fs = dp->i_e2fs->e2fs;
638 m_fs = dp->i_e2fs;
658 dp->i_flag |= IN_E3INDEX;
670 ext2_htree_root_limit(dp, sizeof(root->h_info)));
693 dp
[all...]
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c302 struct partition *dp; local
312 dp = &lp->d_partitions[0];
313 dp->p_offset = BBSIZE / secsize;
314 dp->p_size = lp->d_secperunit - dp->p_offset;
323 struct disklabel *dp; local
326 dp = getvirginlabel();
328 dp = getdiskbyname(type);
329 if (dp == NULL)
331 *lp = *dp;
1489 struct partition *dp; local
[all...]
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c1245 register char * dp; local
1255 dp = ecpyalloc(timep);
1256 if (*dp != '\0') {
1257 ep = dp + strlen(dp) - 1;
1278 rp->r_tod = gethms(dp, _("invalid time of day"), FALSE);
1279 ifree(dp);
1341 dp = ecpyalloc(dayp);
1342 if ((lp = byword(dp, lasts)) != NULL) {
1347 if ((ep = strchr(dp, '<')) !
2450 register char * dp; local
[all...]
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c946 struct denode *ip, *xp, *dp, *zp; local
994 dp = VTODE(fdvp);
1008 dp == ip ||
1024 dp = VTODE(tdvp);
1029 to_diroffset = dp->de_fndoffset;
1030 to_count = dp->de_fndcnt;
1052 * doscheckpath() vput()'s dp,
1055 error = doscheckpath(ip, dp);
1063 dp = VTODE(tdvp);
1087 error = removede(dp, x
1411 struct denode *ip, *dp; local
[all...]
/freebsd-11-stable/sys/dev/amr/
H A Damr.c564 void *dp, *temp; local
573 dp = NULL;
633 dp = malloc(ap->ap_data_transfer_length, M_AMR,
638 dp, ap->ap_data_transfer_length);
648 ac->ac_data = dp;
664 error = copyout(dp, temp, ap->ap_data_transfer_length);
685 dp = malloc(len, M_AMR, M_WAITOK | M_ZERO);
688 error = copyin((void *)(uintptr_t)mb->mb_physaddr, dp, len);
702 ac->ac_data = dp;
713 error = copyout(dp, (voi
759 void *dp, *au_buffer; local
[all...]
/freebsd-11-stable/lib/libc/db/test/
H A Ddbtest.c386 getdata(dbp, kp, dp)
388 DBT *kp, *dp;
390 switch (dbp->get(dbp, kp, dp, flags)) {
403 put(dbp, kp, dp)
405 DBT *kp, *dp;
407 switch (dbp->put(dbp, kp, dp, flags)) {
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.c358 struct dirent *dp; local
407 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
408 if (ISDOT(dp->d_name))
412 dlen = dp->d_namlen;
414 dlen = strlen(dp->d_name);
417 if (!(p = fts_alloc(sp, dp->d_name, dlen)))
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c3535 const struct dis386 *dp; local
3727 dp = &dis386_twobyte[threebyte];
3734 if (dp->name == NULL && dp->op[0].bytemode == IS_3BYTE_OPCODE)
3757 dp = &dis386[*codep];
3787 if (dp->op[2].bytemode != loop_jcxz_mode || intel_syntax)
3800 if (dp->op[2].bytemode == cond_jump_mode
3801 && dp->op[0].bytemode == v_mode
3812 if (dp->name == NULL && dp
4284 const struct dis386 *dp; local
[all...]

Completed in 827 milliseconds

<<11121314151617181920>>