Searched refs:dn_type (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c249 if (dir->dn_type != DEV_DIR) return 0;/*XXX*/ /* printf?*/
301 if (dirnode->dn_type != DEV_DIR)
338 if (dnp->dn_type != DEV_DIR) {
383 if(dirnode->dn_type != DEV_DIR) return(ENOTDIR);
440 if(dnp->dn_type == DEV_DIR) {
570 dnp->dn_type = entrytype;
668 if (dnp->dn_type == DEV_SLNK) {
730 int type = child->de_dnp->dn_type;
733 events = (dnp->dn_type == DEV_DIR ? VNODE_EVENT_DIR_CREATED : VNODE_EVENT_FILE_CREATED);
975 int type = dnp->dn_type;
[all...]
H A Ddevfsdefs.h124 devfstype_t dn_type; member in struct:devnode
H A Ddevfs_vnops.c258 if (dir_node->dn_type != DEV_DIR) {
433 switch (file_node->dn_type)
815 if ((tp->dn_type) == DEV_DIR) {
995 if ((fp->dn_type) == DEV_DIR) {
1298 if (dir_node->dn_type != DEV_DIR)
1331 switch(name_node->de_dnp->dn_type) {
1394 if (lnk_node->dn_type != DEV_SLNK) {
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.c55 * node type (dn_ctfp/dn_type) and attributes (dn_attr). If dn_ctfp/dn_type
64 * The dn_ctfp and dn_type fields form the type of the node. This tuple can
67 * 1. dn_ctfp = NULL, dn_type = CTF_ERR
72 * 2. dn_ctfp = DT_DYN_CTFP(dtp), dn_type = DT_DYN_TYPE(dtp)
85 * 3. dn_ctfp = DT_STR_CTFP(dtp), dn_type = DT_STR_TYPE(dtp)
90 * 4. dn_ctfp != NULL, dn_type = any other type ID
318 ctf_id_t ltype = lp->dn_type;
321 ctf_id_t rtype = rp->dn_type;
388 dt_type_promote(lp, rp, &dnp->dn_ctfp, &dnp->dn_type);
[all...]
H A Ddt_ident.c282 isp->dis_args[i].dn_type = CTF_ERR;
348 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1)));
379 if (xnp->dn_type == CTF_ERR) {
384 if (nnp->dn_type == CTF_ERR) {
407 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type);
458 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n)));
H A Ddt_program.c454 ctf_type_name(dnp->dn_ctfp, dnp->dn_type,
459 dt_is_single_rank_pointer_type(dnp->dn_ctfp, dnp->dn_type) ? "const " : "",
460 ctf_type_name(dnp->dn_ctfp, dnp->dn_type,
H A Ddt_printf.c125 base = ctf_type_resolve(ctfp, dnp->dn_type);
138 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type);
189 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type);
202 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type);
215 ctf_id_t type = dnp->dn_type;
246 dnp->dn_type), pfd->pfd_conv->pfc_dctfp, pfd->pfd_conv->pfc_dtype));
H A Ddt_xlator.c259 ctf_id_t src_type = src->dn_type;
263 ctf_id_t dst_type = dst->dn_type;
H A Ddt_parser.h50 ctf_id_t dn_type; /* CTF type reference for node's type */ member in struct:dt_node
H A Ddt_cg.c211 type = ctf_type_resolve(ctfp, dnp->dn_type);
353 type = ctf_type_resolve(fp, dst->dn_left->dn_type);
432 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR)
697 type = ctf_type_resolve(ctfp, dnp->dn_type);
756 type = ctf_type_resolve(ctfp, dnp->dn_type);
1640 dnp->dn_type), dnp->dn_reg, dnp->dn_reg);
1763 type = ctf_type_resolve(ctfp, dnp->dn_left->dn_type);
1949 dnp->dn_type), dnp->dn_reg, dnp->dn_reg);
H A Ddt_ld.cpp328 ctf_id_t stripped_of_pointers = dt_ld_strip_pointers(node->dn_ctfp, node->dn_type);
438 ssize_t size = ctf_type_lname(node->dn_ctfp, node->dn_type, NULL, 0) + 1;
440 ctf_type_lname(node->dn_ctfp, node->dn_type, buf, size);
H A Ddt_dof.c427 dnp->dn_type, buf, sizeof (buf)));
434 dnp->dn_type, buf, sizeof (buf)));
H A Ddt_decl.c323 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) {
H A Ddt_provider.c469 prp->pr_argv[i].dtt_type = xargs->dn_type;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c1084 } dn_type = META_DNTYPE_ENTRY; local
1236 dn_type = META_DNTYPE_PARENT;
1244 dn_type = META_DNTYPE_NEWPARENT;
1378 if ( rs->sr_err == LDAP_NO_SUCH_OBJECT && dn_type == META_DNTYPE_PARENT ) {
1399 if ( dn_type == META_DNTYPE_NEWPARENT && meta_back_get_candidate( op, rs, op->orr_nnewSup ) != i )

Completed in 120 milliseconds