/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_scan.h | 40 struct action { struct 41 int act_val; /* what to do */ 42 struct in_addr act_ip; /* redirect IP# */ 66 struct action ipsc_act; argument
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | ip_scan.h | 40 struct action { struct 41 int act_val; /* what to do */ 42 struct in_addr act_ip; /* redirect IP# */ 66 struct action ipsc_act; argument
|
/netbsd-src/share/examples/refuse/virtdir/ |
H A D | defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 52 #define RENEW(type,ptr,size,where,action) do { \ argument 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
/netbsd-src/share/examples/refuse/id3fs/ |
H A D | defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 52 #define RENEW(type,ptr,size,where,action) do { \ argument 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
/netbsd-src/share/examples/refuse/fanoutfs/ |
H A D | defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 52 #define RENEW(type,ptr,size,where,action) do { \ argument 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type,ptr,size,where,action) do { \ argument 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type,ptr,size,where,action) do { \ argument 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/ |
H A D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type, _ptr, _size, _newsize, where, action) do { \ argument 72 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 76 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/util/ |
H A D | array.d | 45 private void _enforceSameLength(const char[] action, in _enforceSameLength() 61 private void _enforceNoOverlap(const char[] action, in _enforceNoOverlap() 95 private void _enforceNoOverlapNogc(const ref char[] action, in _enforceNoOverlapNogc() 107 private void _enforceSameLengthNogc(const ref char[] action, in _enforceSameLengthNogc()
|
/netbsd-src/external/bsd/iscsi/dist/include/ |
H A D | defs.h | 46 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 54 #define RENEW(type,ptr,size,where,action) do { \ argument 65 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 69 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
/netbsd-src/share/examples/secmodel/ |
H A D | secmodel_example.c | 211 secmodel_example_generic_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_example_generic_cb() 233 secmodel_example_system_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_example_system_cb() 350 secmodel_example_process_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_example_process_cb() 427 secmodel_example_network_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_example_network_cb() 559 secmodel_example_machdep_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_example_machdep_cb() 592 secmodel_example_device_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_example_device_cb() 655 secmodel_example_vnode_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_example_vnode_cb()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | fatal-signal.c | 98 struct sigaction action; in init_fatal_signals() local 121 volatile action_t action; member 151 action_t action; in fatal_signal_handler() local 190 at_fatal_signal (action_t action) in at_fatal_signal()
|
/netbsd-src/sys/secmodel/suser/ |
H A D | secmodel_suser.c | 196 secmodel_suser_generic_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_suser_generic_cb() 226 secmodel_suser_system_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_suser_system_cb() 466 secmodel_suser_process_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_suser_process_cb() 562 secmodel_suser_network_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_suser_network_cb() 829 secmodel_suser_machdep_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_suser_machdep_cb() 876 secmodel_suser_device_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_suser_device_cb() 940 secmodel_suser_vnode_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_suser_vnode_cb()
|
/netbsd-src/sys/secmodel/overlay/ |
H A D | secmodel_overlay.c | 235 secmodel_overlay_generic_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_overlay_generic_cb() 261 secmodel_overlay_system_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_overlay_system_cb() 287 secmodel_overlay_process_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_overlay_process_cb() 313 secmodel_overlay_network_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_overlay_network_cb() 339 secmodel_overlay_machdep_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_overlay_machdep_cb() 365 secmodel_overlay_device_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_overlay_device_cb() 391 secmodel_overlay_vnode_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_overlay_vnode_cb()
|
/netbsd-src/usr.sbin/user/ |
H A D | defs.h | 33 #define NEWARRAY(type,ptr,size,action) do { \ argument 40 #define RENEW(type,ptr,size,action) do { \ argument 47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action) argument
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | scache.c | 315 struct action { struct 317 void (*action) (ARGV *); argument 325 static struct action actions[] = { argument
|
/netbsd-src/lib/libc/stdlib/ |
H A D | twalk.c | 29 cmp_fn_t action, int level) in trecurse() 49 twalk(const void *vroot, cmp_fn_t action) /* Root of the tree to be walked */ in twalk()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | llvm-original-di-preservation.py | 15 def __init__(self, action, bb_name, fn_name, instr): argument 22 def __init__(self, action, fn_name): argument 27 def __init__(self, action, name, fn_name): argument
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/ |
H A D | scan_action_test.cpp | 74 const engine::action& action) in got_action() 124 const engine::action action(context); in populate_db() local 173 const engine::action action(context); in ATF_TEST_CASE_BODY() local 201 const engine::action action(context); in ATF_TEST_CASE_BODY() local
|
/netbsd-src/sys/secmodel/securelevel/ |
H A D | secmodel_securelevel.c | 251 secmodel_securelevel_system_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_securelevel_system_cb() 361 secmodel_securelevel_process_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_securelevel_process_cb() 419 secmodel_securelevel_network_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_securelevel_network_cb() 462 secmodel_securelevel_machdep_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_securelevel_machdep_cb() 507 secmodel_securelevel_device_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_securelevel_device_cb() 607 secmodel_securelevel_vnode_cb(kauth_cred_t cred, kauth_action_t action, in secmodel_securelevel_vnode_cb()
|
/netbsd-src/external/bsd/wpa/dist/src/fst/ |
H A D | fst_defs.h | 48 u8 action; member 59 u8 action; member 71 u8 action; member 77 u8 action; member 83 u8 action; member
|
/netbsd-src/sys/secmodel/keylock/ |
H A D | secmodel_keylock.c | 156 kauth_action_t action, void *cookie, void *arg0, void *arg1, in secmodel_keylock_system_cb() 265 kauth_action_t action, void *cookie, void *arg0, in secmodel_keylock_process_cb() 325 kauth_action_t action, void *cookie, void *arg0, in secmodel_keylock_network_cb() 372 kauth_action_t action, void *cookie, void *arg0, in secmodel_keylock_machdep_cb() 410 kauth_action_t action, void *cookie, void *arg0, in secmodel_keylock_device_cb()
|
/netbsd-src/sys/kern/ |
H A D | kern_auth.c | 970 kauth_action_t action, void *arg0, void *arg1, void *arg2, void *arg3) in kauth_authorize_action_internal() 1010 kauth_action_t action, void *arg0, void *arg1, void *arg2, void *arg3) in kauth_authorize_action() 1033 kauth_authorize_generic(kauth_cred_t cred, kauth_action_t action, void *arg0) in kauth_authorize_generic() 1043 kauth_authorize_system(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_system() 1054 kauth_authorize_process(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_process() 1065 kauth_authorize_network(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_network() 1073 kauth_authorize_machdep(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_machdep() 1081 kauth_authorize_device(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_device() 1089 kauth_authorize_device_tty(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_device_tty() 1116 kauth_action_t action = 0; in kauth_accmode_to_action() local [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | plural-eval.c | 72 struct sigaction action; in install_sigfpe_handler() local 86 struct sigaction action; in uninstall_sigfpe_handler() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/ |
H A D | array.d | 34 private void _enforceSameLength(const char[] action, in _enforceSameLength() 50 private void _enforceNoOverlap(const char[] action, in _enforceNoOverlap()
|