Searched refs:arg1 (Results 101 - 125 of 593) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/pw/
H A Dpw.c117 char arg, *arg1; local
120 arg1 = NULL;
181 arg1 = argv[1];
198 return (cmdfunc[which][mode](argc, argv, arg1));
H A Dpw_user.c272 pw_userlock(char *arg1, int mode) argument
283 if (arg1 == NULL)
286 name = arg1;
287 if (arg1[strspn(name, "0123456789")] == '\0')
774 pw_user_show(int argc, char **argv, char *arg1) argument
786 if (arg1 != NULL) {
787 if (arg1[strspn(arg1, "0123456789")] == '\0')
788 id = pw_checkid(arg1, UID_MAX);
790 name = arg1;
852 pw_user_del(int argc, char **argv, char *arg1) argument
1031 pw_user_lock(int argc, char **argv, char *arg1) argument
1048 pw_user_unlock(int argc, char **argv, char *arg1) argument
1183 pw_user_add(int argc, char **argv, char *arg1) argument
1509 pw_user_mod(int argc, char **argv, char *arg1) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h44 void *arg1; member in struct:tag_definition
71 void do_para (simple_output *op, const char *arg1,
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Drefer.h72 const errarg &arg1 = empty_errarg,
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ratectl_none.c85 void *arg1, void *arg2 __unused)
91 void *arg1, void *arg2, void *arg3)
83 none_tx_complete(const struct ieee80211vap *vap, const struct ieee80211_node *ni, int ok, void *arg1, void *arg2 __unused) argument
90 none_tx_update(const struct ieee80211vap *vap, const struct ieee80211_node *ni, void *arg1, void *arg2, void *arg3) argument
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_eaction.c74 * For the O_EXTERNAL_INSTANCE opcode the cmd->arg1 contains index of named
82 * must be in the (ipfw_insn *)(cmd - 1)). By arg1 from O_EXTERNAL_ACTION
98 ((struct eaction_obj *)SRV_OBJECT((ch), (cmd)->arg1))
125 EACTION_DEBUG("opcode %d, arg1 %d", cmd->opcode, cmd->arg1);
126 *puidx = cmd->arg1;
135 cmd->arg1 = idx;
136 EACTION_DEBUG("opcode %d, arg1 -> %d", cmd->opcode, cmd->arg1);
391 cmd->arg1 !
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalops.c776 value_repeat (struct value *arg1, int count) argument
780 if (VALUE_LVAL (arg1) != lval_memory)
785 val = allocate_repeat_value (VALUE_ENCLOSING_TYPE (arg1), count);
787 read_memory (VALUE_ADDRESS (arg1) + VALUE_OFFSET (arg1),
791 VALUE_ADDRESS (val) = VALUE_ADDRESS (arg1) + VALUE_OFFSET (arg1);
849 value_coerce_array (struct value *arg1) argument
851 struct type *type = check_typedef (VALUE_TYPE (arg1));
853 if (VALUE_LVAL (arg1) !
864 value_coerce_function(struct value *arg1) argument
880 value_addr(struct value *arg1) argument
918 value_ind(struct value *arg1) argument
1282 search_struct_field(char *name, struct value *arg1, int offset, struct type *type, int looking_for_baseclass) argument
2398 check_field(struct value *arg1, const char *name) argument
2874 value_literal_complex(struct value *arg1, struct value *arg2, struct type *type) argument
[all...]
H A Dvalues.c892 value_primitive_field (struct value *arg1, int offset,
907 VALUE_CONTENTS (arg1)
912 VALUE_OFFSET (v) = VALUE_OFFSET (arg1) + offset
920 v = allocate_value (VALUE_ENCLOSING_TYPE (arg1));
922 if (VALUE_LAZY (arg1))
925 memcpy (VALUE_CONTENTS_ALL_RAW (v), VALUE_CONTENTS_ALL_RAW (arg1),
926 TYPE_LENGTH (VALUE_ENCLOSING_TYPE (arg1)));
927 VALUE_OFFSET (v) = VALUE_OFFSET (arg1);
930 VALUE_EMBEDDED_OFFSET (arg1) +
938 if (VALUE_LAZY (arg1))
886 value_primitive_field(struct value *arg1, int offset, int fieldno, struct type *arg_type) argument
956 value_field(struct value *arg1, int fieldno) argument
[all...]
H A Dada-lang.c2029 struct value *arg1;
2032 arg1 = ada_resolve_subexp (expp, pos, 0, NULL);
2033 if (arg1 == NULL)
2036 ada_resolve_subexp (expp, pos, 1, VALUE_TYPE (arg1));
5416 ada_value_primitive_field (struct value *arg1, int offset, int fieldno,
5432 return ada_value_primitive_packed_val (arg1, VALUE_CONTENTS (arg1),
5437 return value_primitive_field (arg1, offset, fieldno, arg_type);
6815 struct value *arg1 = NULL, *arg2 = NULL, *arg3;
6835 arg1
2024 struct value *arg1; local
5405 ada_value_primitive_field(struct value *arg1, int offset, int fieldno, struct type *arg_type) argument
6801 struct value *arg1 = NULL, *arg2 = NULL, *arg3; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c220 compare_strings (const void *arg1, const void *arg2)
222 const char **s1 = (const char **) arg1;
557 char *arg1;
583 arg1 = arg;
584 sals = decode_line_1 (&arg1, 0, 0, 0, 0, 0);
596 if (*arg1)
662 char *arg1;
703 arg1 = arg;
704 if (*arg1 == ',')
708 sals = decode_line_1 (&arg1,
216 compare_strings(const void *arg1, const void *arg2) argument
552 char *arg1; local
657 char *arg1; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp32 CommandArgumentEntry arg1; local
43 arg1.push_back(var_name_arg);
54 m_arguments.push_back(arg1);
250 CommandArgumentEntry arg1; local
259 arg1.push_back(var_name_arg);
262 m_arguments.push_back(arg1);
314 CommandArgumentEntry arg1; local
323 arg1.push_back(var_name_arg);
326 m_arguments.push_back(arg1);
569 CommandArgumentEntry arg1; local
666 CommandArgumentEntry arg1; local
765 CommandArgumentEntry arg1; local
864 CommandArgumentEntry arg1; local
963 CommandArgumentEntry arg1; local
[all...]
H A DCommandObjectLog.cpp50 CommandArgumentEntry arg1; local
61 arg1.push_back(channel_arg);
69 m_arguments.push_back(arg1);
191 CommandArgumentEntry arg1; local
202 arg1.push_back(channel_arg);
210 m_arguments.push_back(arg1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp70 GetTypes<__VA_ARGS__>::Arg<1>::Type arg1) { \
71 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1); \
81 GetTypes<__VA_ARGS__>::Arg<1>::Type arg1, \
83 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1, arg2); \
94 GetTypes<__VA_ARGS__>::Arg<1>::Type arg1, \
97 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1, arg2, arg3); \
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c1382 compare_cpu(void *arg1, void *arg2) argument
1384 proc_compare(void *arg1, void *arg2)
1387 struct kinfo_proc *p1 = *(struct kinfo_proc **)arg1;
1433 compare_size(void *arg1, void *arg2) argument
1435 struct kinfo_proc *p1 = *(struct kinfo_proc **)arg1;
1451 compare_res(void *arg1, void *arg2) argument
1453 struct kinfo_proc *p1 = *(struct kinfo_proc **)arg1;
1469 compare_time(void *arg1, void *arg2) argument
1471 struct kinfo_proc *p1 = *(struct kinfo_proc **)arg1;
1487 compare_prio(void *arg1, voi argument
1504 compare_threads(void *arg1, void *arg2) argument
1522 compare_jid(const void *arg1, const void *arg2) argument
1540 compare_swap(const void *arg1, const void *arg2) argument
1561 compare_iototal(void *arg1, void *arg2) argument
1574 compare_ioread(void *arg1, void *arg2) argument
1587 compare_iowrite(void *arg1, void *arg2) argument
1600 compare_iofault(void *arg1, void *arg2) argument
1613 compare_vcsw(void *arg1, void *arg2) argument
1626 compare_ivcsw(void *arg1, void *arg2) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h312 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
313 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
314 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
315 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
770 #define __sanitizer_syscall_pre_io_submit(ctx_id, arg1, arg2) \
771 __sanitizer_syscall_pre_impl_io_submit((long)(ctx_id), (long)(arg1), \
773 #define __sanitizer_syscall_post_io_submit(res, ctx_id, arg1, arg2) \
774 __sanitizer_syscall_post_impl_io_submit(res, (long)(ctx_id), (long)(arg1), \
1078 #define __sanitizer_syscall_pre_bind(arg0, arg1, arg2) \
1079 __sanitizer_syscall_pre_impl_bind((long)(arg0), (long)(arg1), (lon
[all...]
/freebsd-11-stable/lib/msun/tests/
H A Dnext_test.c61 #define testboth(arg1, arg2, ans, ex, prec) do { \
62 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \
63 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \
65 #define testall(arg1, arg2, ans, ex) do { \
66 testboth((arg1), (arg2), (ans), (ex), ); \
67 testboth((arg1), (arg2), (ans), (ex), f); \
68 testboth((arg1), (arg2), (ans), (ex), l); \
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_sysctl.c135 struct drm_device *dev = arg1;
161 struct drm_device *dev = arg1;
223 struct drm_device *dev = arg1;
280 struct drm_device *dev = arg1;
325 struct drm_device *dev = arg1;
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_trs.c179 char *name, int arg1, void *arg2)
216 trtmp->arg1 = arg1;
271 return obj_trust(trust->arg1, x, flags);
282 return obj_trust(trust->arg1, x, flags);
178 X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), char *name, int arg1, void *arg2) argument
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h110 extern void elink_cb_dbg1(struct bxe_softc *sc, char *fmt, uint32_t arg1);
111 extern void elink_cb_dbg2(struct bxe_softc *sc, char *fmt, uint32_t arg1, uint32_t arg2);
112 extern void elink_cb_dbg3(struct bxe_softc *sc, char *fmt, uint32_t arg1, uint32_t arg2,
116 #define ELINK_DEBUG_P1(sc, fmt, arg1) elink_cb_dbg1(sc, fmt, arg1)
117 #define ELINK_DEBUG_P2(sc, fmt, arg1, arg2) elink_cb_dbg2(sc, fmt, arg1, arg2)
118 #define ELINK_DEBUG_P3(sc, fmt, arg1, arg2, arg3) \
119 elink_cb_dbg3(sc, fmt, arg1, arg2, arg3)
122 #define ELINK_DEBUG_P1(sc, fmt, arg1)
[all...]
H A Dbxe_debug.c146 uint32_t arg1)
151 snprintf(buf, sizeof(buf), tmp, arg1);
159 uint32_t arg1,
165 snprintf(buf, sizeof(buf), tmp, arg1, arg2);
173 uint32_t arg1,
180 snprintf(buf, sizeof(buf), tmp, arg1, arg2, arg3);
144 elink_cb_dbg1(struct bxe_softc *sc, char *fmt, uint32_t arg1) argument
157 elink_cb_dbg2(struct bxe_softc *sc, char *fmt, uint32_t arg1, uint32_t arg2) argument
171 elink_cb_dbg3(struct bxe_softc *sc, char *fmt, uint32_t arg1, uint32_t arg2, uint32_t arg3) argument
/freebsd-11-stable/contrib/binutils/ld/
H A Dldfile.c176 char *arg, *arg1, *arg2, *arg3; local
195 arg1 = yylval.name;
203 free (arg1);
210 free (arg1);
223 arg = arg1; break;
225 arg = arg2 ? arg2 : arg1; break;
227 arg = arg3 ? arg3 : arg1; break;
232 free (arg1);
/freebsd-11-stable/sys/i386/include/
H A Dcounter.h92 counter_u64_fetch_cx8_one(void *arg1) argument
97 arg = arg1;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_replay.c75 zfs_replay_error(void *arg1, void *arg2, boolean_t byteswap) argument
268 zfs_replay_create_acl(void *arg1, void *arg2, boolean_t byteswap) argument
270 zfsvfs_t *zfsvfs = arg1;
418 zfs_replay_create(void *arg1, void *arg2, boolean_t byteswap) argument
420 zfsvfs_t *zfsvfs = arg1;
552 zfs_replay_remove(void *arg1, void *arg2, boolean_t byteswap) argument
554 zfsvfs_t *zfsvfs = arg1;
605 zfs_replay_link(void *arg1, void *arg2, boolean_t byteswap) argument
607 zfsvfs_t *zfsvfs = arg1;
647 zfs_replay_rename(void *arg1, voi argument
719 zfs_replay_write(void *arg1, void *arg2, boolean_t byteswap) argument
787 zfs_replay_write2(void *arg1, void *arg2, boolean_t byteswap) argument
834 zfs_replay_truncate(void *arg1, void *arg2, boolean_t byteswap) argument
868 zfs_replay_setattr(void *arg1, void *arg2, boolean_t byteswap) argument
929 zfs_replay_acl_v0(void *arg1, void *arg2, boolean_t byteswap) argument
979 zfs_replay_acl(void *arg1, void *arg2, boolean_t byteswap) argument
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c1160 uint8_t set = cmd->arg1 & 0xff;
1161 uint8_t clear = (cmd->arg1 >> 8) & 0xff;
1203 t = table_search_ctlv(fo->tstate, ((ipfw_insn *)cmd)->arg1);
1213 t = table_search_ctlv(fo->tstate, ((ipfw_insn *)cmd)->arg1);
1225 x = cmd->o.arg1 - 1;
1238 for (i=0; i < cmd->o.arg1; i++)
1240 for (j=i+1; j < cmd->o.arg1; j++)
1511 pe = getprotobynumber(cmd->arg1);
1517 bprintf(bp, " %u", cmd->arg1);
1518 state->proto = cmd->arg1;
[all...]

Completed in 234 milliseconds

1234567891011>>