Lines Matching defs:h

121 #define read_thread_exists(h)	(h->read_thr_exists)  argument
149 #define read_thread_exists(h) (0) argument
174 int xs_fileno(struct xs_handle *h) in xs_fileno()
233 struct xs_handle *h = CONTAINER_OF(ah, *h, tc_ah); in all_restrict_cb() local
240 struct xs_handle *h = NULL; in get_handle() local
331 static void close_free_msgs(struct xs_handle *h) { in close_free_msgs()
345 static void close_fds_free(struct xs_handle *h) { in close_fds_free()
357 void xs_daemon_destroy_postfork(struct xs_handle *h) in xs_daemon_destroy_postfork()
363 void xs_daemon_close(struct xs_handle *h) in xs_daemon_close()
450 struct xs_handle *h, enum xsd_sockmsg_type *type, unsigned int *len) in read_reply()
488 static void *xs_talkv(struct xs_handle *h, xs_transaction_t t, in xs_talkv()
568 static void *xs_single(struct xs_handle *h, xs_transaction_t t, in xs_single()
611 static char **xs_directory_part(struct xs_handle *h, xs_transaction_t t, in xs_directory_part()
664 char **xs_directory(struct xs_handle *h, xs_transaction_t t, in xs_directory()
685 void *xs_read(struct xs_handle *h, xs_transaction_t t, in xs_read()
694 bool xs_write(struct xs_handle *h, xs_transaction_t t, in xs_write()
711 bool xs_mkdir(struct xs_handle *h, xs_transaction_t t, in xs_mkdir()
720 bool xs_rm(struct xs_handle *h, xs_transaction_t t, in xs_rm()
729 struct xs_permissions *xs_get_permissions(struct xs_handle *h, in xs_get_permissions()
763 bool xs_set_permissions(struct xs_handle *h, in xs_set_permissions()
801 bool xs_restrict(struct xs_handle *h, unsigned domid) in xs_restrict()
811 bool xs_watch(struct xs_handle *h, const char *path, const char *token) in xs_watch()
879 static void xs_maybe_clear_watch_pipe(struct xs_handle *h) in xs_maybe_clear_watch_pipe()
892 static char **read_watch_internal(struct xs_handle *h, unsigned int *num, in read_watch_internal()
962 char **xs_check_watch(struct xs_handle *h) in xs_check_watch()
975 char **xs_read_watch(struct xs_handle *h, unsigned int *num) in xs_read_watch()
983 bool xs_unwatch(struct xs_handle *h, const char *path, const char *token) in xs_unwatch()
1050 xs_transaction_t xs_transaction_start(struct xs_handle *h) in xs_transaction_start()
1070 bool xs_transaction_end(struct xs_handle *h, xs_transaction_t t, in xs_transaction_end()
1087 bool xs_introduce_domain(struct xs_handle *h, in xs_introduce_domain()
1111 bool xs_set_target(struct xs_handle *h, in xs_set_target()
1130 static void * single_with_domid(struct xs_handle *h, in single_with_domid()
1141 bool xs_release_domain(struct xs_handle *h, unsigned int domid) in xs_release_domain()
1147 bool xs_resume_domain(struct xs_handle *h, unsigned int domid) in xs_resume_domain()
1152 char *xs_get_domain_path(struct xs_handle *h, unsigned int domid) in xs_get_domain_path()
1178 bool xs_is_domain_introduced(struct xs_handle *h, unsigned int domid) in xs_is_domain_introduced()
1215 char *xs_control_command(struct xs_handle *h, const char *cmd, in xs_control_command()
1229 char *xs_debug_command(struct xs_handle *h, const char *cmd, in xs_debug_command()
1235 static int read_message(struct xs_handle *h, int nonblocking) in read_message()
1326 struct xs_handle *h = arg; in read_thread() local