Searched refs:fd_type (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Shared/
H A Dfd_exchange.c27 int fd_type; member in struct:fd_msg_handler
46 fd_exchange_add_handler(struct fd_exchange *exchange, int fd_type, FDExchangeMessageType msg_type, FDGenericHandler handler) argument
49 new_handler->fd_type = fd_type;
64 fd_exchange_send_msg(int socket, int fd_type, FDExchangeMessageType msg_type, int fd, const void *data, size_t data_size) argument
81 iov[iov_idx].iov_base = (char *)&fd_type;
82 iov[iov_idx].iov_len = sizeof(fd_type);
119 fd_exchange_handle_message(struct fd_exchange *exchange, int msg_type, int fd_type, int received_fd, void *ancilliary_data, size_t ancilliary_data_size) argument
126 if (handler->fd_type == fd_type
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/devfs/
H A Dfdesc.h91 fdntype fd_type; /* Type of this node */ member in struct:fdescnode
H A Ddevfs_fdesc_support.c268 fd->fd_type = ftype;
362 switch (VTOFDESC(vp)->fd_type) {
464 switch (VTOFDESC(vp)->fd_type) {
500 switch (VTOFDESC(ap->a_vp)->fd_type) {
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_fd.c282 asl_log_descriptor(aslclient ac, aslmsg am, int level, int descriptor, uint32_t fd_type) argument
288 if (fd_type == ASL_LOG_DESCRIPTOR_READ) return asl_log_from_descriptor(ac, am, level, descriptor);
290 assert(fd_type == ASL_LOG_DESCRIPTOR_WRITE);
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/include/
H A Dasl_client.h88 int asl_client_log_descriptor(asl_client_t *client, asl_msg_t *msg, int level, int descriptor, uint32_t fd_type) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
H A Dasl.h905 * is treated differentlty based on the value of fd_type.
907 * If fd_type is ASL_LOG_DESCRIPTOR_READ, the descriptor must be open for read
915 * If fd_type is ASL_LOG_DESCRIPTOR_WRITE, the descriptor is closed and a new
934 * @param fd_type
938 int asl_log_descriptor(asl_object_t asl, asl_object_t msg, int level, int descriptor, uint32_t fd_type) __OSX_AVAILABLE_STARTING(__MAC_10_8,__IPHONE_5_1);
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/kmem/
H A Ddnode.c646 else if (f->fd_type == Fctty) {

Completed in 147 milliseconds