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

/sssd-io/src/util/
H A Dinotify.h34 * event is caught, it must match the "mask" parameter. The watch
53 uint32_t mask,
58 #define snotify_create(mem_ctx, ev, snotify_flags, filename, delay, mask, fn, pvt) \
59 _snotify_create(mem_ctx, ev, snotify_flags, filename, delay, mask, fn, #fn, pvt);
H A Dcheck_and_open.c34 mode_t mode, mode_t mask);
37 uid_t uid, uid_t gid, mode_t mode, mode_t mask,
61 return perform_checks(stat_buf, uid, gid, mode, mask);
65 mode_t mode, mode_t mask,
86 return perform_checks(stat_buf, uid, gid, mode, mask);
91 mode_t mode, mode_t mask)
95 if (mask) {
96 st_mode = stat_buf->st_mode & mask;
129 mode_t mode, mode_t mask)
142 ret = check_fd(*fd, uid, gid, mode, mask,
36 check_file(const char *filename, uid_t uid, uid_t gid, mode_t mode, mode_t mask, struct stat *caller_stat_buf, bool follow_symlink) argument
64 check_fd(int fd, uid_t uid, gid_t gid, mode_t mode, mode_t mask, struct stat *caller_stat_buf) argument
89 perform_checks(struct stat *stat_buf, uid_t uid, gid_t gid, mode_t mode, mode_t mask) argument
127 check_and_open_readonly(const char *filename, int *fd, uid_t uid, gid_t gid, mode_t mode, mode_t mask) argument
[all...]
H A Dinotify.c55 uint32_t mask; member in struct:snotify_cb_ctx
213 if ((snctx->cb.mask & ev_flags) == 0) {
248 ret = dispatch_event(snctx, in_event->mask);
263 if (in_event->mask & IN_IGNORED) {
273 return dispatch_event(snctx, in_event->mask);
322 //debug_flags(in_event->mask, in_event->name);
425 uint32_t mask)
459 wctx->file_wd = inotify_add_watch(wctx->inotify_fd, snctx->filename, mask);
500 snctx->wctx = snotify_watch(snctx, snctx->cb.mask);
514 uint32_t mask,
424 snotify_watch(struct snotify_ctx *snctx, uint32_t mask) argument
509 _snotify_create(TALLOC_CTX *mem_ctx, struct tevent_context *ev, uint16_t snotify_flags, const char *filename, struct timeval *delay, uint32_t mask, snotify_cb_fn fn, const char *fn_name, void *pvt) argument
[all...]
H A Dutil.h62 /** Secure mask with executable bit */
323 uid_t uid, gid_t gid, mode_t mode, mode_t mask,
334 mode_t mode, mode_t mask,
344 mode_t mode, mode_t mask);
H A Dsss_ini.c262 snip_check.mask = ALLPERMS & ~(S_IWUSR | S_IXUSR);
/sssd-io/src/tools/
H A Dsssd_check_socket_activated_responders.c83 snip_check.mask = ALLPERMS & ~(S_IWUSR | S_IXUSR);
/sssd-io/src/providers/ldap/
H A Dsdap_access.c587 uint8_t mask = 0; local
624 mask = 1 << q.rem;
627 if (time_map->data[q.quot] & mask) {

Completed in 17 milliseconds