| /NextBSD/crypto/openssl/crypto/stack/ |
| HD | safestack.h | 148 # define SKM_sk_free(type, st) \ argument 150 # define SKM_sk_num(type, st) \ argument 152 # define SKM_sk_value(type, st,i) \ argument 154 # define SKM_sk_set(type, st,i,val) \ argument 156 # define SKM_sk_zero(type, st) \ argument 158 # define SKM_sk_push(type, st, val) \ argument 160 # define SKM_sk_unshift(type, st, val) \ argument 162 # define SKM_sk_find(type, st, val) \ argument 164 # define SKM_sk_find_ex(type, st, val) \ argument 167 # define SKM_sk_delete(type, st, i) \ argument [all …]
|
| HD | stack.c | 179 int sk_insert(_STACK *st, void *data, int loc) in sk_insert() 215 void *sk_delete_ptr(_STACK *st, void *p) in sk_delete_ptr() 225 void *sk_delete(_STACK *st, int loc) in sk_delete() 247 static int internal_find(_STACK *st, void *data, int ret_val_options) in internal_find() 271 int sk_find(_STACK *st, void *data) in sk_find() 276 int sk_find_ex(_STACK *st, void *data) in sk_find_ex() 281 int sk_push(_STACK *st, void *data) in sk_push() 286 int sk_unshift(_STACK *st, void *data) in sk_unshift() 291 void *sk_shift(_STACK *st) in sk_shift() 300 void *sk_pop(_STACK *st) in sk_pop() [all …]
|
| /NextBSD/contrib/libarchive/tar/ |
| HD | bsdtar_platform.h | 99 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctimespec.tv_nsec argument 100 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtimespec.tv_nsec argument 102 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec argument 103 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtim.tv_nsec argument 105 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctime_n argument 106 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtime_n argument 108 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_uctime * 1000 argument 109 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_umtime * 1000 argument 111 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctime_usec * 1000 argument 112 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtime_usec * 1000 argument [all …]
|
| /NextBSD/contrib/elftoolchain/libelftc/ |
| HD | elftc_string_table.c | 52 #define ELFTC_STRING_TABLE_LENGTH(st) ((st)->st_len >> 1) argument 53 #define ELFTC_STRING_TABLE_CLEAR_COMPACTION_FLAG(st) do { \ argument 56 #define ELFTC_STRING_TABLE_SET_COMPACTION_FLAG(st) do { \ argument 59 #define ELFTC_STRING_TABLE_UPDATE_LENGTH(st, len) do { \ argument 76 elftc_string_table_find_hash_entry(Elftc_String_Table *st, const char *string, in elftc_string_table_find_hash_entry() 102 elftc_string_table_add_to_pool(Elftc_String_Table *st, const char *string) in elftc_string_table_add_to_pool() 132 struct _Elftc_String_Table *st; in elftc_string_table_create() local 163 elftc_string_table_destroy(Elftc_String_Table *st) in elftc_string_table_destroy() 184 Elftc_String_Table *st; in elftc_string_table_from_section() local 235 elftc_string_table_image(Elftc_String_Table *st, size_t *size) in elftc_string_table_image() [all …]
|
| /NextBSD/sys/kern/ |
| HD | subr_stack.c | 55 struct stack *st; in stack_create() local 62 stack_destroy(struct stack *st) in stack_destroy() 69 stack_put(struct stack *st, vm_offset_t pc) in stack_put() 87 stack_zero(struct stack *st) in stack_zero() 94 stack_print(const struct stack *st) in stack_print() 110 stack_print_short(const struct stack *st) in stack_print_short() 130 stack_print_ddb(const struct stack *st) in stack_print_ddb() 146 stack_print_short_ddb(const struct stack *st) in stack_print_short_ddb() 170 stack_sbuf_print(struct sbuf *sb, const struct stack *st) in stack_sbuf_print() 187 stack_sbuf_print_ddb(struct sbuf *sb, const struct stack *st) in stack_sbuf_print_ddb() [all …]
|
| /NextBSD/sys/arm/arm/ |
| HD | stack_machdep.c | 50 stack_capture(struct stack *st, u_int32_t *frame) in stack_capture() 55 stack_save_td(struct stack *st, struct thread *td) in stack_save_td() 75 stack_save_td_running(struct stack *st, struct thread *td) in stack_save_td_running() 82 stack_save(struct stack *st) in stack_save()
|
| /NextBSD/sys/sparc64/sparc64/ |
| HD | stack_machdep.c | 44 stack_capture(struct stack *st, struct frame *frame) in stack_capture() 74 stack_save_td(struct stack *st, struct thread *td) in stack_save_td() 86 stack_save_td_running(struct stack *st, struct thread *td) in stack_save_td_running() 93 stack_save(struct stack *st) in stack_save()
|
| /NextBSD/sys/arm64/arm64/ |
| HD | stack_machdep.c | 44 stack_capture(struct stack *st, struct unwind_state *frame) in stack_capture() 59 stack_save_td(struct stack *st, struct thread *td) in stack_save_td() 76 stack_save_td_running(struct stack *st, struct thread *td) in stack_save_td_running() 83 stack_save(struct stack *st) in stack_save()
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | stack_machdep.c | 52 stack_capture(struct stack *st, vm_offset_t frame) in stack_capture() 88 stack_save_td(struct stack *st, struct thread *td) in stack_save_td() 102 stack_save_td_running(struct stack *st, struct thread *td) in stack_save_td_running() 109 stack_save(struct stack *st) in stack_save()
|
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_stat.c | 97 bsd_to_svr4_stat(st, st4) in bsd_to_svr4_stat() argument 118 bsd_to_svr4_xstat(st, st4) in bsd_to_svr4_xstat() argument 141 bsd_to_svr4_stat64(st, st4) in bsd_to_svr4_stat64() argument 168 struct stat st; local 193 struct stat st; local 219 struct stat st; local 237 struct stat st; local 264 struct stat st; local 292 struct stat st; local 309 struct stat st; local [all …]
|
| /NextBSD/sys/mips/mips/ |
| HD | stack_machdep.c | 52 stack_capture(struct stack *st, u_register_t pc, u_register_t sp) in stack_capture() 131 stack_save_td(struct stack *st, struct thread *td) in stack_save_td() 146 stack_save_td_running(struct stack *st, struct thread *td) in stack_save_td_running() 153 stack_save(struct stack *st) in stack_save()
|
| /NextBSD/contrib/atf/atf-c/detail/ |
| HD | fs.c | 546 atf_fs_stat_init(atf_fs_stat_t *st, const atf_fs_path_t *p) in atf_fs_stat_init() 593 atf_fs_stat_get_device(const atf_fs_stat_t *st) in atf_fs_stat_get_device() 599 atf_fs_stat_get_inode(const atf_fs_stat_t *st) in atf_fs_stat_get_inode() 605 atf_fs_stat_get_mode(const atf_fs_stat_t *st) in atf_fs_stat_get_mode() 611 atf_fs_stat_get_size(const atf_fs_stat_t *st) in atf_fs_stat_get_size() 617 atf_fs_stat_get_type(const atf_fs_stat_t *st) in atf_fs_stat_get_type() 623 atf_fs_stat_is_owner_readable(const atf_fs_stat_t *st) in atf_fs_stat_is_owner_readable() 629 atf_fs_stat_is_owner_writable(const atf_fs_stat_t *st) in atf_fs_stat_is_owner_writable() 635 atf_fs_stat_is_owner_executable(const atf_fs_stat_t *st) in atf_fs_stat_is_owner_executable() 641 atf_fs_stat_is_group_readable(const atf_fs_stat_t *st) in atf_fs_stat_is_group_readable() [all …]
|
| /NextBSD/contrib/netbsd-tests/lib/libc/c063/ |
| HD | t_fstatat.c | 86 struct stat st; in ATF_TC_BODY() local 104 struct stat st; in ATF_TC_BODY() local 118 struct stat st; in ATF_TC_BODY() local 136 struct stat st; in ATF_TC_BODY() local 155 struct stat st; in ATF_TC_BODY() local 172 struct stat st; in ATF_TC_BODY() local
|
| /NextBSD/sys/x86/x86/ |
| HD | stack_machdep.c | 71 stack_capture(struct thread *td, struct stack *st, register_t fp) in stack_capture() 113 stack_save_td(struct stack *st, struct thread *td) in stack_save_td() 125 stack_save_td_running(struct stack *st, struct thread *td) in stack_save_td_running() 158 stack_save(struct stack *st) in stack_save()
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_scan_sta.c | 160 struct sta_table *st; in sta_attach() local 181 struct sta_table *st = ss->ss_priv; in sta_detach() local 200 struct sta_table *st = ss->ss_priv; in sta_flush() local 213 sta_flush_table(struct sta_table *st) in sta_flush_table() 241 struct sta_table *st = ss->ss_priv; in sta_add() local 703 struct sta_table *st = ss->ss_priv; in sta_start() local 725 struct sta_table *st = ss->ss_priv; in sta_restart() local 1147 sta_update_notseen(struct sta_table *st) in sta_update_notseen() 1169 sta_dec_fails(struct sta_table *st) in sta_dec_fails() 1183 struct sta_table *st = ss->ss_priv; in select_bss() local [all …]
|
| /NextBSD/contrib/libarchive/libarchive/test/ |
| HD | test_write_disk.c | 41 struct stat st; in create() local 144 struct stat st; in create_reg_file3() local 171 struct stat st; in create_reg_file4() local 198 struct _stat st; in create_reg_file_win() local
|
| /NextBSD/sys/i386/ibcs2/ |
| HD | ibcs2_stat.c | 60 bsd_stat2ibcs_stat(st, st4) in bsd_stat2ibcs_stat() argument 143 struct stat st; local 164 struct stat st; local 186 struct stat st; local
|
| HD | ibcs2_ioctl.c | 119 stios2btios(st, bt) in stios2btios() argument 213 btios2stios(bt, st) in btios2stios() argument 358 struct ibcs2_termio st; local 389 struct ibcs2_termio st; local
|
| /NextBSD/sys/netpfil/pf/ |
| HD | if_pfsync.c | 409 struct pf_state *st = NULL; in pfsync_state_import() local 761 struct pf_state *st; in pfsync_in_iack() local 797 pfsync_upd_tcp(struct pf_state *st, struct pfsync_state_peer *src, in pfsync_upd_tcp() 835 struct pf_state *st; in pfsync_in_upd() local 925 struct pf_state *st; in pfsync_in_upd_c() local 1019 struct pf_state *st; in pfsync_in_ureq() local 1057 struct pf_state *st; in pfsync_in_del() local 1088 struct pf_state *st; in pfsync_in_del_c() local 1433 pfsync_out_state(struct pf_state *st, void *buf) in pfsync_out_state() 1441 pfsync_out_iack(struct pf_state *st, void *buf) in pfsync_out_iack() [all …]
|
| /NextBSD/sys/sys/ |
| HD | stack.h | 51 #define CTRSTACK(m, st, depth, cheap) do { \ argument 56 #define CTRSTACK(m, st, depth, cheap) argument
|
| /NextBSD/sys/geom/ |
| HD | geom_io.c | 153 struct stack st; in g_new_bio() local 171 struct stack st; in g_alloc_bio() local 186 struct stack st; in g_destroy_bio() local 228 struct stack st; in g_clone_bio() local 257 struct stack st; in g_duplicate_bio() local 539 size_t st, su; in g_io_request() local 651 size_t st, su; in g_io_deliver() local
|
| /NextBSD/contrib/ofed/management/opensm/libvendor/ |
| HD | osm_vendor_mlx_rmpp_ctx.c | 52 ib_api_status_t st = IB_SUCCESS; in osmv_rmpp_send_ctx_init() local 119 ib_api_status_t st = IB_SUCCESS; in osmv_rmpp_send_ctx_get_seg() local 188 ib_api_status_t st = IB_SUCCESS; in osmv_rmpp_recv_ctx_init() local 345 ib_api_status_t st = IB_SUCCESS; in osmv_rmpp_recv_ctx_reassemble_arbt_mad() local
|
| /NextBSD/crypto/openssh/ |
| HD | sftp-common.c | 67 stat_to_attrib(const struct stat *st, Attrib *a) in stat_to_attrib() 85 attrib_to_stat(const Attrib *a, struct stat *st) in attrib_to_stat() 192 ls_file(const char *name, const struct stat *st, int remote, int si_units) in ls_file()
|
| /NextBSD/contrib/libarchive/cpio/test/ |
| HD | test_option_a.c | 56 struct stat st; in test_create() local 91 struct stat st; in DEFINE_TEST() local
|
| /NextBSD/contrib/groff/src/preproc/eqn/ |
| HD | text.cpp | 103 static void set_special_char_type(const char *ch, int st, int ft) in set_special_char_type() 259 void char_box::handle_char_type(int st, int ft) in handle_char_type() 267 void special_char_box::handle_char_type(int st, int ft) in handle_char_type() 275 int st = lookup_spacing_type(type); in set_char_type() local 347 void prime_box::handle_char_type(int st, int ft) in handle_char_type()
|