Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 3007) sorted by relevance

12345678910>>...121

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c264 #define sequence_of(buf) \ argument
279 #define sequence_of_no_tagvars(buf) \ argument
294 #define sequence_of_common(buf) \ argument
309 #define end_sequence_of(buf) \ argument
331 #define end_sequence_of_no_tagvars(buf) \ argument
406 asn1_error_code asn1_decode_msgtype(asn1buf *buf, krb5_msgtype *val) in asn1_decode_msgtype()
420 asn1_error_code asn1_decode_realm(asn1buf *buf, krb5_principal *val) in asn1_decode_realm()
584 asn1_error_code asn1_decode_ticket(asn1buf *buf, krb5_ticket *val) in asn1_decode_ticket()
608 asn1_error_code asn1_decode_kdc_req(asn1buf *buf, krb5_kdc_req *val) in asn1_decode_kdc_req()
705 asn1_error_code asn1_decode_kdc_rep(asn1buf *buf, krb5_kdc_rep *val) in asn1_decode_kdc_rep()
[all …]
H A Dasn1buf.c66 asn1_error_code asn1buf_create(asn1buf **buf) in asn1buf_create()
96 asn1_error_code asn1buf_sync(asn1buf *buf, asn1buf *subbuf, in asn1buf_sync()
148 asn1_error_code asn1buf_destroy(asn1buf **buf) in asn1buf_destroy()
161 asn1_error_code asn1buf_insert_octet(asn1buf *buf, const int o) in asn1buf_insert_octet()
197 asn1_error_code asn1buf_remove_octet(asn1buf *buf, asn1_octet *o) in asn1buf_remove_octet()
241 int asn1buf_remains(asn1buf *buf, int indef) in asn1buf_remains()
281 asn1_error_code asn1buf_unparse(const asn1buf *buf, char **s) in asn1buf_unparse()
341 int asn1buf_size(const asn1buf *buf) in asn1buf_size()
348 int asn1buf_free(const asn1buf *buf) in asn1buf_free()
365 asn1_error_code asn1buf_expand(asn1buf *buf, unsigned int inc) in asn1buf_expand()
[all …]
H A Dasn1_decode.c60 asn1_error_code asn1_decode_integer(asn1buf *buf, long int *val) in asn1_decode_integer()
85 asn1_error_code asn1_decode_unsigned_integer(asn1buf *buf, long unsigned int *val) in asn1_decode_unsigned_integer()
119 asn1_error_code asn1_decode_maybe_unsigned(asn1buf *buf, unsigned long *val) in asn1_decode_maybe_unsigned()
153 asn1_error_code asn1_decode_oid(asn1buf *buf, unsigned int *retlen, asn1_octet **val) in asn1_decode_oid()
163 asn1_error_code asn1_decode_octetstring(asn1buf *buf, unsigned int *retlen, asn1_octet **val) in asn1_decode_octetstring()
173 asn1_error_code asn1_decode_charstring(asn1buf *buf, unsigned int *retlen, char **val) in asn1_decode_charstring()
184 asn1_error_code asn1_decode_generalstring(asn1buf *buf, unsigned int *retlen, char **val) in asn1_decode_generalstring()
195 asn1_error_code asn1_decode_null(asn1buf *buf) in asn1_decode_null()
203 asn1_error_code asn1_decode_printablestring(asn1buf *buf, int *retlen, char **val) in asn1_decode_printablestring()
213 asn1_error_code asn1_decode_ia5string(asn1buf *buf, int *retlen, char **val) in asn1_decode_ia5string()
[all …]
H A Dasn1buf.h20 #define asn1buf_size(buf) \ argument
29 #define asn1buf_free(buf) \ argument
42 #define asn1buf_ensure_space(buf,amount) \ argument
59 #define asn1buf_len(buf) ((buf)->next - (buf)->base) argument
150 extern __inline__ asn1_error_code asn1buf_insert_octet(asn1buf *buf, const int o) in asn1buf_insert_octet()
184 #define asn1buf_remove_octet(buf,o) \ argument
H A Dasn1_encode.c33 asn1_error_code asn1_encode_boolean(asn1buf *buf, asn1_intmax val, in asn1_encode_boolean()
55 static asn1_error_code asn1_encode_integer_internal(asn1buf *buf, in asn1_encode_integer_internal()
160 encode_bytestring_with_tag(asn1buf *buf, unsigned int len, in encode_bytestring_with_tag()
178 asn1_error_code asn1_encode_oid(asn1buf *buf, unsigned int len, in asn1_encode_oid()
358 encode_nullterm_sequence_of(asn1buf *buf, const void *val, in encode_nullterm_sequence_of()
378 krb5int_asn1_encode_a_thing(asn1buf *buf, const void *val, in krb5int_asn1_encode_a_thing()
432 encode_a_field(asn1buf *buf, const void *val, in encode_a_field()
580 encode_fields(asn1buf *buf, const void *val, in encode_fields()
610 just_encode_sequence(asn1buf *buf, const void *val, in just_encode_sequence()
643 encode_sequence_of(asn1buf *buf, int seqlen, const void *val, in encode_sequence_of()
[all …]
H A Dasn1_k_encode.c120 asn1_encode_kerberos_time_at(asn1buf *buf, const krb5_timestamp *val, in asn1_encode_kerberos_time_at()
163 asn1_encode_krb5_flags_at(asn1buf *buf, const krb5_flags *val, in asn1_encode_krb5_flags_at()
333 asn1_encode_kdc_req_body(asn1buf *buf, const krb5_kdc_req *val, in asn1_encode_kdc_req_body()
1460 asn1_encode_kerberos_time(asn1buf *buf, const krb5_timestamp val, in asn1_encode_kerberos_time()
1580 asn1_error_code asn1_encode_auth_pack(asn1buf *buf, const krb5_auth_pack *val, unsigned int *retlen) in asn1_encode_auth_pack()
1648 asn1_error_code asn1_encode_pa_pk_as_req(asn1buf *buf, const krb5_pa_pk_as_req *val, unsigned int *… in asn1_encode_pa_pk_as_req()
1664 asn1_error_code asn1_encode_trusted_ca(asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retl… in asn1_encode_trusted_ca()
1722 asn1_error_code asn1_encode_dh_rep_info(asn1buf *buf, const krb5_dh_rep_info *val, unsigned int *re… in asn1_encode_dh_rep_info()
1759 asn1_error_code asn1_encode_reply_key_pack(asn1buf *buf, const krb5_reply_key_pack *val, unsigned i… in asn1_encode_reply_key_pack()
1781 asn1_error_code asn1_encode_pa_pk_as_rep(asn1buf *buf, const krb5_pa_pk_as_rep *val, unsigned int *… in asn1_encode_pa_pk_as_rep()
[all …]
H A Dasn1_make.c29 asn1_error_code asn1_make_etag(asn1buf *buf, asn1_class asn1class, in asn1_make_etag()
37 asn1_error_code asn1_make_tag(asn1buf *buf, asn1_class asn1class, in asn1_make_tag()
58 asn1_error_code asn1_make_length(asn1buf *buf, const unsigned int in_len, unsigned int *retlen) in asn1_make_length()
84 asn1_error_code asn1_make_id(asn1buf *buf, asn1_class asn1class, in asn1_make_id()
119 asn1_error_code asn1_make_sequence(asn1buf *buf, const unsigned int seq_len, unsigned int *retlen) in asn1_make_sequence()
135 asn1_error_code asn1_make_set(asn1buf *buf, const unsigned int set_len, unsigned int *retlen) in asn1_make_set()
151 asn1_error_code asn1_make_string(asn1buf *buf, const unsigned int length, const char *string, int *… in asn1_make_string()
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h82 typedef struct buf { struct
84 struct buf *b_forw; /* headed by d_tab of conf.c */ argument
85 struct buf *b_back; /* " */ argument
87 struct buf *av_back; /* if not BUSY */ argument
89 size_t b_bcount; /* transfer count */
90 union {
118 int (*b_iodone)(struct buf *); /* function called by iodone */ argument
120 struct buf *b_chain; /* chain together all buffers here */ argument
125 ksema_t b_sem; /* Exclusive access to buf */ argument
127 struct buf *b_list; /* List of potential B_DELWRI bufs */ argument
[all …]
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dsetjmp.h31 # define sm_setjmp_sig(buf) sigsetjmp(buf, 1) argument
32 # define sm_setjmp_nosig(buf) sigsetjmp(buf, 0) argument
33 # define sm_longjmp_sig(buf, val) siglongjmp(buf, val) argument
34 # define sm_longjmp_nosig(buf, val) siglongjmp(buf, val) argument
39 # define sm_setjmp_sig(buf) setjmp(buf) argument
40 # define sm_longjmp_sig(buf, val) longjmp(buf, val) argument
41 # define sm_setjmp_nosig(buf) _setjmp(buf) argument
42 # define sm_longjmp_nosig(buf, val) _longjmp(buf, val) argument
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h349 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) argument
350 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) argument
351 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf)) argument
361 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_INT32(buf)) argument
362 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_INT32(buf)) argument
374 #define IXDR_GET_HYPER(buf, v) { \ argument
379 #define IXDR_PUT_HYPER(buf, v) { \ argument
388 #define IXDR_GET_HYPER(buf, v) { \ argument
396 #define IXDR_PUT_HYPER(buf, v) { \ argument
404 #define IXDR_GET_U_HYPER(buf, v) IXDR_GET_HYPER(buf, v) argument
[all …]
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c25 cnvtvfs64(struct statfs64 *buf, struct statvfs64 *vbuf) in cnvtvfs64()
39 statfs64(char *path, struct statfs64 *buf) in statfs64()
55 fstatfs64(int fd, struct statfs64 *buf) in fstatfs64()
67 cnvtvfs(struct statfs *buf, struct statvfs *vbuf) in cnvtvfs()
81 statfs(char *path, struct statfs *buf) in statfs()
98 fstatfs(int fd, struct statfs *buf) in fstatfs()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h120 char buf[CONV_INV_BUFSIZE]; member
142 char buf[CONV_LA_BIND_BUFSIZE]; member
151 char buf[CONV_LA_SEARCH_BUFSIZE]; member
220 char buf[CONV_DL_MODE_BUFSIZE]; member
227 char buf[CONV_DL_FLAG_BUFSIZE]; member
248 char buf[CONV_SEG_FLAGS_BUFSIZE]; member
262 char buf[CONV_DYN_FLAG_BUFSIZE]; member
283 char buf[CONV_BND_TYPE_BUFSIZE]; member
290 char buf[CONV_BND_OBJ_BUFSIZE]; member
353 char buf[CONV_PRUPANIC_BUFSIZE]; member
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dlibmandoc.h44 struct buf { struct
45 char *buf; argument
47 struct buf *next; argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c45 asn_build_sequence(uchar_t *buf, size_t *bufsz_p, uchar_t id, size_t length) in asn_build_sequence()
71 asn_build_header(uchar_t *buf, size_t *bufsz_p, uchar_t id, size_t length) in asn_build_header()
82 asn_build_length(uchar_t *buf, size_t *bufsz_p, size_t length) in asn_build_length()
118 asn_build_int(uchar_t *buf, size_t *bufsz_p, uchar_t id, int val) in asn_build_int()
200 asn_build_objid(uchar_t *buf, size_t *bufsz_p, uchar_t id, void *oidp, in asn_build_objid()
313 asn_build_null(uchar_t *buf, size_t *bufsz_p, uchar_t id) in asn_build_null()
331 asn_parse_sequence(uchar_t *buf, size_t *bufsz_p, uchar_t exp_id) in asn_parse_sequence()
348 asn_parse_header(uchar_t *buf, size_t *bufsz_p, uchar_t *id) in asn_parse_header()
383 asn_parse_length(uchar_t *buf, size_t *asnobj_len_p) in asn_parse_length()
430 asn_parse_int(uchar_t *buf, size_t *bufsz_p, int *ival) in asn_parse_int()
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dio.c33 io_abort(const char *buf) in io_abort()
40 io_die(const char *buf) in io_die()
47 io_err(const char *buf) in io_err()
53 io_out(const char *buf) in io_out()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dio.c35 io_abort(const char *buf) in io_abort()
41 io_die(const char *buf) in io_die()
47 io_err(const char *buf) in io_err()
53 io_out(const char *buf) in io_out()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c132 char *buf = NULL; in ri_pack() local
206 char *buf = NULL; in ap_list_pack() local
259 char *buf = NULL; in dev_list_pack() local
313 char *buf = NULL; in client_list_pack() local
363 char *buf = NULL; in ap_pack() local
427 char *buf = NULL; in dev_pack() local
472 char *buf = NULL; in client_pack() local
519 char *buf = NULL; in pack_add_byte_array() local
830 dev_unpack(char *buf, size_t size, ri_dev_t *dev) in dev_unpack()
868 ap_unpack(char *buf, size_t size, ri_ap_t *ap) in ap_unpack()
[all …]
H A Drdr_messages.c1543 char *buf = NULL; in rdr_rcv() local
1789 unpack_ses_req_request(ses_req_params_t *params, const char *buf) in unpack_ses_req_request()
1861 unpack_ses_req_reply(ses_req_params_t *params, const char *buf) in unpack_ses_req_reply()
2100 pack_change_state_reply(change_state_params_t *params, char **buf, in pack_change_state_reply()
2655 unpack_test_request(test_params_t *params, const char *buf) in unpack_test_request()
2729 pack_test_reply(test_params_t *params, char **buf, int *buf_size) in pack_test_reply()
2796 unpack_test_reply(test_params_t *params, const char *buf) in unpack_test_reply()
3131 unpack_list_ext_reply(list_ext_params_t *params, const char *buf) in unpack_list_ext_reply()
3298 unpack_help_request(help_params_t *params, const char *buf) in unpack_help_request()
4204 unpack_ap_ids(int num_ap_ids, char **ap_ids, const char *buf, in unpack_ap_ids()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.c74 char buf[BNXE_LOG_LEN]; in elink_cb_dbg() local
91 char buf[BNXE_LOG_LEN]; in elink_cb_dbg1() local
108 char buf[BNXE_LOG_LEN]; in elink_cb_dbg2() local
125 char buf[BNXE_LOG_LEN]; in elink_cb_dbg3() local
144 char buf[BNXE_LOG_LEN]; in BnxeLogInfo() local
173 char buf[BNXE_LOG_LEN]; in BnxeLogWarn() local
196 char buf[BNXE_LOG_LEN]; in BnxeLogDbg() local
220 char buf[256]; in BnxeDumpMem() local
258 char buf[256]; in BnxeDumpPkt() local
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c37 #define INCREMENT_BUF(buf) \ argument
185 usb_nth_descr(const uchar_t *buf, size_t buflen, int descr_type, uint_t n, in usb_nth_descr()
223 usb_parse_dev_descr(const uchar_t *buf, size_t buflen, in usb_parse_dev_descr()
238 usb_parse_cfg_descr(const uchar_t *buf, size_t buflen, in usb_parse_cfg_descr()
253 usba_parse_cfg_pwr_descr(const uchar_t *buf, size_t buflen, in usba_parse_cfg_pwr_descr()
285 usb_parse_ia_descr(const uchar_t *buf, size_t buflen, size_t first_if, in usb_parse_ia_descr()
316 usb_parse_if_descr(const uchar_t *buf, size_t buflen, uint_t if_number, in usb_parse_if_descr()
398 usb_parse_ep_descr(const uchar_t *buf, size_t buflen, uint_t if_number, in usb_parse_ep_descr()
471 usb_parse_CV_cfg_descr(const uchar_t *buf, size_t buflen, char *fmt, in usb_parse_CV_cfg_descr()
490 usb_parse_CV_if_descr(const uchar_t *buf, size_t buflen, char *fmt, in usb_parse_CV_if_descr()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathnative.c41 pathnative(const char* path, char* buf, size_t siz) in pathnative()
53 pathnative(const char* path, char* buf, size_t siz) in pathnative()
75 pathnative(const char* path, char* buf, size_t siz) in pathnative()
98 pathnative(const char* path, char* buf, size_t siz) in pathnative()
111 pathnative(const char* path, char* buf, size_t siz) in pathnative()
H A Dpathposix.c41 pathposix(const char* path, char* buf, size_t siz) in pathposix()
53 pathposix(const char* path, char* buf, size_t siz) in pathposix()
75 pathposix(const char* path, char* buf, size_t siz) in pathposix()
98 pathposix(const char* path, char *buf, size_t siz) in pathposix()
113 pathposix(const char* path, char* buf, size_t siz) in pathposix()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1269 static char buf[32]; in _sum_stateid() local
1320 static char buf[64]; in sum_lock_denied() local
2102 static char buf[20]; in sum_fh4() local
3198 static char buf[20]; in opcode_name() local
3216 static char buf[20]; in cb_opcode_name() local
3394 static char buf[50]; in sum_clientid() local
3609 static char buf[64]; in sum_space_limit() local
3664 static char buf[20]; in sum_type_name() local
3722 static char buf[20]; in detail_type_name() local
4006 char *buf; in prt_fh_expire_type() local
[all …]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dcorectl.c56 core_set_global_path(const char *buf, size_t bufsize) in core_set_global_path()
62 core_get_global_path(char *buf, size_t bufsize) in core_get_global_path()
80 core_set_default_path(const char *buf, size_t bufsize) in core_set_default_path()
86 core_get_default_path(char *buf, size_t bufsize) in core_get_default_path()
104 core_set_process_path(const char *buf, size_t bufsize, pid_t pid) in core_set_process_path()
110 core_get_process_path(char *buf, size_t bufsize, pid_t pid) in core_get_process_path()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c146 fletcher_2_incremental_native(void *buf, size_t size, void *data) in fletcher_2_incremental_native()
172 fletcher_2_native(const void *buf, size_t size, in fletcher_2_native()
180 fletcher_2_incremental_byteswap(void *buf, size_t size, void *data) in fletcher_2_incremental_byteswap()
206 fletcher_2_byteswap(const void *buf, size_t size, in fletcher_2_byteswap()
214 fletcher_4_incremental_native(void *buf, size_t size, void *data) in fletcher_4_incremental_native()
240 fletcher_4_native(const void *buf, size_t size, in fletcher_4_native()
248 fletcher_4_incremental_byteswap(void *buf, size_t size, void *data) in fletcher_4_incremental_byteswap()
274 fletcher_4_byteswap(const void *buf, size_t size, in fletcher_4_byteswap()

12345678910>>...121