Searched refs:m_arg (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp20 : m_action(eFileActionNone), m_fd(-1), m_arg(-1), m_file_spec() {}
25 m_arg = -1;
39 m_arg = O_NOCTTY | O_CREAT | O_RDWR;
41 m_arg = O_NOCTTY | O_RDONLY;
43 m_arg = O_NOCTTY | O_CREAT | O_WRONLY;
66 m_arg = dup_fd;
78 stream.Printf("duplicate fd %d to %d", m_fd, m_arg);
85 m_file_spec.GetCString(), m_arg);
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcallout.h156 void *m_arg; member in class:Callout
178 : m_arg(0),
H A Dcallout.cc112 m_arg = arg;
175 cur->m_func(cur->m_arg);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h40 int GetActionArgument() const { return m_arg; }
51 int m_arg; // oflag for eFileActionOpen*, dup_fd for eFileActionDuplicate member in class:lldb_private::FileAction
/freebsd-11-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c126 int d_arg, m_arg, s_arg, t_arg; local
133 d_arg = m_arg = s_arg = t_arg = -1;
167 m_arg = argtoi(optarg, 0, 0xf, 'm');
192 up = B_flag || d_arg != -1 || m_arg != -1 || o_flag || s_arg != -1
227 if (m_arg != -1) {
229 boot0[OFF_FLAGS] |= m_arg;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dalpha-tdep.c283 struct alpha_arg *m_arg;
295 for (i = 0, m_arg = alpha_args; i < nargs; i++, m_arg++)
371 m_arg->len = TYPE_LENGTH (arg_type);
372 m_arg->offset = accumulate_size;
373 accumulate_size = (accumulate_size + m_arg->len + 7) & ~7;
374 m_arg->contents = VALUE_CONTENTS (arg);
394 for (i = nargs; m_arg--, --i >= 0;)
396 char *contents = m_arg->contents;
397 int offset = m_arg
281 struct alpha_arg *m_arg; local
[all...]
/freebsd-11-stable/sys/net/
H A Dradix.c80 static int rn_lexobetter(void *m_arg, void *n_arg);
167 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument
170 caddr_t v = v_arg, m = m_arg;
183 rn_refines(void *m_arg, void *n_arg) argument
185 caddr_t m = m_arg, n = n_arg;
210 * Assume host bits are cleared in @v_arg if @m_arg is not NULL
215 rn_lookup(void *v_arg, void *m_arg, struct radix_head *head) argument
220 if (m_arg != NULL) {
224 x = rn_addmask(m_arg, head->rnh_masks, 1,
562 rn_lexobetter(void *m_arg, voi argument
[all...]
H A Dradix.h180 struct radix_node *rn_lookup (void *v_arg, void *m_arg,
/freebsd-11-stable/sbin/routed/
H A Dradix.c124 void *m_arg)
127 caddr_t v = v_arg, m = m_arg;
140 rn_refines(void* m_arg, void *n_arg) argument
142 caddr_t m = m_arg, n = n_arg;
166 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument
171 if (m_arg) {
172 if ((x = rn_addmask(m_arg, 1,
484 rn_lexobetter(void *m_arg, void *n_arg) argument
486 u_char *mp = m_arg, *np = n_arg, *lim;
122 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument

Completed in 92 milliseconds