Searched refs:notify_fd (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/cctools-845/otool/
H A Dnotify.c58 uint32_t notify_register_file_descriptor(const char *name, int *notify_fd, int flags, int *out_token) argument
60 *notify_fd = 0;
H A Dnotify.h161 * is returned as the value of "notify_fd". A file descriptor created
181 * notify_fd - pointer to a file descriptor
184 uint32_t notify_register_file_descriptor(const char *name, int *notify_fd, int flags, int *out_token);
/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify.h199 * is returned as the value of "notify_fd". A file descriptor created
218 * @param notify_fd
222 uint32_t notify_register_file_descriptor(const char *name, int *notify_fd, int flags, int *out_token);
H A Dnotify_client.c1663 notify_register_file_descriptor(const char *name, int *notify_fd, int flags, int *out_token)
1680 if (notify_fd == NULL) return NOTIFY_STATUS_INVALID_FILE;
1689 *notify_fd = fdpair[0];
1696 if (globals->fd_clnt[i] == *notify_fd) break;
1733 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_FILE, SIGNAL_NONE, *notify_fd, MACH_PORT_NULL, 0);
1813 token_table_add(name, namelen, NID_UNSET, token, cid, SLOT_NONE, NOTIFY_TYPE_FILE, SIGNAL_NONE, *notify_fd, MACH_PORT_NULL, 0);
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcd.c1193 int notify_fd = -1;
1292 notify_fd = atoi(sm_notify);
1296 ret = dcethread_write(notify_fd, &notify_code, sizeof(notify_code));
1305 close(notify_fd);
1185 int notify_fd = -1; local

Completed in 198 milliseconds