Searched refs:fdesc (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DFDSet.c61 CFFileDescriptorRef fdesc; member in union:FDCallout::__anon6912
103 callout->u.fdesc
106 CFFileDescriptorEnableCallBacks(callout->u.fdesc,
108 rls = CFFileDescriptorCreateRunLoopSource(NULL, callout->u.fdesc, 0);
156 if (callout->u.fdesc != NULL) {
157 CFFileDescriptorInvalidate(callout->u.fdesc);
158 CFRelease(callout->u.fdesc);
159 callout->u.fdesc = NULL;
205 CFFileDescriptorEnableCallBacks(callout->u.fdesc,
217 return (CFFileDescriptorGetNativeDescriptor(callout->u.fdesc));
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A DMakefile21 EXPORT_MI_LIST = ${DATAFILES} fdesc.h devfs_proto.h devfsdefs.h
H A Ddevfs_fdesc_support.c94 #include <miscfs/devfs/fdesc.h>
144 fdesc_lckgrp = lck_grp_alloc_init("fdesc", NULL);
248 vfsp.vnfs_str = "fdesc";
376 panic("Invalid type for fdesc node!");
471 panic("Invalid type for an fdesc node!\n");
504 panic("Invalid type for an fdesc node!\n");
565 * We don't allow exporting fdesc mounts, and currently local
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddlsof.h151 #include <miscfs/fdesc/fdesc.h>
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.c208 long fdesc[3]; /* 12 bytes function descriptor */ member in struct:slot_s
534 return ent->fdesc;
587 memcpy (ent->fdesc, pobj->pentry, sizeof (ent->fdesc));
589 /* now ent->fdesc[0] is the virtual address of entry point
590 * and ent->fdesc[1] is the TOC of the module
601 (ent->fdesc)[0] = (ent->fdesc)[0] +
605 return ent->fdesc;
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c291 typedef struct fdesc struct
293 struct fdesc *next; /* for the linked list */
302 } fdesc; typedef in typeref:struct:fdesc
307 fdesc *fdp; /* description of file to whom tag belongs */
420 static void free_fdesc __P((fdesc *));
423 static void invalidate_nodes __P((fdesc *, node **));
456 static fdesc *fdhead; /* head of file description list */
457 static fdesc *curfdp; /* current file description */
1457 fdesc *fdp;
1654 fdesc *fd
[all...]
/macosx-10.10/lsof-53/lsof/
H A DConfigure907 LSOF_TMP1="hfs/hfs.h hfs/hfs_macos_defs.h miscfs/devfs/devfsdefs.h miscfs/devfs/devfs_proto.h miscfs/fdesc/fdesc.h"
910 LSOF_TMP1="hfs/hfs.h hfs/hfs_macos_defs.h hfs/rangelist.h miscfs/devfs/devfsdefs.h miscfs/devfs/devfs_proto.h miscfs/fdesc/fdesc.h"
913 LSOF_TMP1="hfs/hfs.h hfs/hfs_macos_defs.h hfs/rangelist.h miscfs/devfs/devfsdefs.h miscfs/devfs/devfs_proto.h miscfs/fdesc/fdesc.h net/ndrv.h net/ndrv_var.h"
917 LSOF_TMP1="hfs/hfs.h hfs/hfs_catalog.h hfs/hfs_cnode.h hfs/hfs_macos_defs.h hfs/rangelist.h miscfs/devfs/devfsdefs.h miscfs/devfs/devfs_proto.h miscfs/fdesc/fdesc.h net/ndrv_var.h net/raw_cb.h netinet/ip_var.h netinet/tcp_var.h"
921 LSOF_TMP1="hfs/hfs.h hfs/hfs_catalog.h hfs/hfs_cnode.h hfs/hfs_macos_defs.h hfs/rangelist.h miscfs/devfs/devfsdefs.h miscfs/devfs/devfs_proto.h miscfs/fdesc/fdesc
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dstatschannel.c113 set_desc(int counter, int maxcounter, const char *fdesc, const char **fdescs, argument
122 fdescs[counter] = fdesc;
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles92 OPTIONS/fdesc optional fdesc
179 bsd/miscfs/devfs/devfs_fdesc_support.c optional fdesc
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim50 syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 ext4 fdesc ffs filecore fuse hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_vfs.c82 #include <miscfs/devfs/fdesc.h>
1374 if (strcmp(mp->mnt_vfsstat.f_fstypename, "fdesc") == 0)

Completed in 531 milliseconds