Home
last modified time | relevance | path

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

12345678910>>...145

/onnv-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
351 asn1_error_code asn1_decode_kerberos_time(asn1buf *buf, krb5_timestamp *val) in asn1_decode_kerberos_time()
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()
427 asn1_error_code asn1_decode_principal_name(asn1buf *buf, krb5_principal *val) in asn1_decode_principal_name()
460 asn1_error_code asn1_decode_checksum(asn1buf *buf, krb5_checksum *val) in asn1_decode_checksum()
[all …]
H A Dasn1buf.c66 asn1_error_code asn1buf_create(asn1buf **buf) in asn1buf_create()
76 asn1_error_code asn1buf_wrap_data(asn1buf *buf, const krb5_data *code) in asn1buf_wrap_data()
84 asn1_error_code asn1buf_imbed(asn1buf *subbuf, const asn1buf *buf, const unsigned int length, const… in asn1buf_imbed()
96 asn1_error_code asn1buf_sync(asn1buf *buf, asn1buf *subbuf, in asn1buf_sync()
116 asn1_error_code asn1buf_skiptail(asn1buf *buf, const unsigned int length, const int indef) in asn1buf_skiptail()
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()
172 asn1_error_code asn1buf_insert_octetstring(asn1buf *buf, const unsigned int len, const krb5_octet *… in asn1buf_insert_octetstring()
184 asn1_error_code asn1buf_insert_charstring(asn1buf *buf, const unsigned int len, const char *s) in asn1buf_insert_charstring()
197 asn1_error_code asn1buf_remove_octet(asn1buf *buf, asn1_octet *o) in asn1buf_remove_octet()
[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.h22 #define asn1buf_size(buf) \ argument
31 #define asn1buf_free(buf) \ argument
44 #define asn1buf_ensure_space(buf,amount) \ argument
61 #define asn1buf_len(buf) ((buf)->next - (buf)->base) argument
152 extern __inline__ asn1_error_code asn1buf_insert_octet(asn1buf *buf, const int o) in asn1buf_insert_octet()
186 #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()
88 asn1_error_code asn1_encode_integer(asn1buf * buf, asn1_intmax val, in asn1_encode_integer()
127 asn1_error_code asn1_encode_unsigned_integer(asn1buf *buf, asn1_uintmax val, in asn1_encode_unsigned_integer()
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()
186 asn1_error_code asn1_encode_octetstring(asn1buf *buf, unsigned int len, in asn1_encode_octetstring()
223 asn1_error_code asn1_encode_generaltime(asn1buf *buf, time_t val, in asn1_encode_generaltime()
276 asn1_error_code asn1_encode_generalstring(asn1buf *buf, unsigned int len, in asn1_encode_generalstring()
284 asn1_error_code asn1_encode_bitstring(asn1buf *buf, unsigned int len, in asn1_encode_bitstring()
[all …]
H A Dasn1_make.c31 asn1_error_code asn1_make_etag(asn1buf *buf, asn1_class asn1class, in asn1_make_etag()
39 asn1_error_code asn1_make_tag(asn1buf *buf, asn1_class asn1class, in asn1_make_tag()
60 asn1_error_code asn1_make_length(asn1buf *buf, const unsigned int in_len, unsigned int *retlen) in asn1_make_length()
86 asn1_error_code asn1_make_id(asn1buf *buf, asn1_class asn1class, in asn1_make_id()
121 asn1_error_code asn1_make_sequence(asn1buf *buf, const unsigned int seq_len, unsigned int *retlen) in asn1_make_sequence()
137 asn1_error_code asn1_make_set(asn1buf *buf, const unsigned int set_len, unsigned int *retlen) in asn1_make_set()
153 asn1_error_code asn1_make_string(asn1buf *buf, const unsigned int length, const char *string, int *… in asn1_make_string()
/onnv-gate/usr/src/cmd/sendmail/include/sm/
H A Dsetjmp.h33 # define sm_setjmp_sig(buf) sigsetjmp(buf, 1) argument
34 # define sm_setjmp_nosig(buf) sigsetjmp(buf, 0) argument
35 # define sm_longjmp_sig(buf, val) siglongjmp(buf, val) argument
36 # define sm_longjmp_nosig(buf, val) siglongjmp(buf, val) argument
41 # define sm_setjmp_sig(buf) setjmp(buf) argument
42 # define sm_longjmp_sig(buf, val) longjmp(buf, val) argument
43 # define sm_setjmp_nosig(buf) _setjmp(buf) argument
44 # define sm_longjmp_nosig(buf, val) _longjmp(buf, val) argument
/onnv-gate/usr/src/uts/common/sys/
H A Dbuf.h80 typedef struct buf { struct
82 struct buf *b_forw; /* headed by d_tab of conf.c */ argument
83 struct buf *b_back; /* " */ argument
84 struct buf *av_forw; /* position on free list, */ argument
85 struct buf *av_back; /* if not BUSY */ argument
86 o_dev_t b_dev; /* OLD major+minor device name */
87 size_t b_bcount; /* transfer count */
88 union {
115 size_t b_bufsize; /* size of allocated buffer */ argument
116 int (*b_iodone)(struct buf *); /* function called by iodone */ argument
[all …]
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfatio.c34 fat_read_fragments (PedFileSystem* fs, char* buf, FatFragment frag, in fat_read_fragments()
47 fat_read_fragment (PedFileSystem* fs, char* buf, FatFragment frag) in fat_read_fragment()
53 fat_write_fragments (PedFileSystem* fs, char* buf, FatFragment frag, in fat_write_fragments()
66 fat_write_fragment (PedFileSystem* fs, char* buf, FatFragment frag) in fat_write_fragment()
72 fat_write_sync_fragments (PedFileSystem* fs, char* buf, FatFragment frag, in fat_write_sync_fragments()
83 fat_write_sync_fragment (PedFileSystem* fs, char* buf, FatFragment frag) in fat_write_sync_fragment()
89 fat_read_clusters (PedFileSystem* fs, char *buf, FatCluster cluster, in fat_read_clusters()
104 fat_read_cluster (PedFileSystem* fs, char *buf, FatCluster cluster) in fat_read_cluster()
110 fat_write_clusters (PedFileSystem* fs, char *buf, FatCluster cluster, in fat_write_clusters()
125 fat_write_cluster (PedFileSystem* fs, char *buf, FatCluster cluster) in fat_write_cluster()
[all …]
/onnv-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c27 cnvtvfs64(struct statfs64 *buf, struct statvfs64 *vbuf) in cnvtvfs64()
41 statfs64(char *path, struct statfs64 *buf) in statfs64()
57 fstatfs64(int fd, struct statfs64 *buf) in fstatfs64()
69 cnvtvfs(struct statfs *buf, struct statvfs *vbuf) in cnvtvfs()
83 statfs(char *path, struct statfs *buf) in statfs()
100 fstatfs(int fd, struct statfs *buf) in fstatfs()
/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dio.c37 io_abort(const char *buf) in io_abort()
43 io_die(const char *buf) in io_die()
49 io_err(const char *buf) in io_err()
55 io_out(const char *buf) in io_out()
/onnv-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()
/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dstat.c34 int stat(path, buf) in stat() argument
41 int bc_stat(path, buf) in bc_stat() argument
57 int lstat(path, buf) in lstat() argument
64 int bc_lstat(path, buf) in bc_lstat() argument
/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dstat.c32 int stat(path, buf) in stat() argument
40 int bc_stat(path, buf) in bc_stat() argument
56 int lstat(path, buf) in lstat() argument
63 int bc_lstat(path, buf) in bc_lstat() argument
/onnv-gate/usr/src/uts/common/rpc/
H A Dxdr.h332 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++)) argument
333 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)v)) argument
334 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) argument
335 #define IXDR_PUT_U_INT32(buf, v) IXDR_PUT_INT32((buf), ((int32_t)(v))) argument
339 #define IXDR_GET_LONG(buf) ((long)ntohl((ulong_t)*(buf)++)) argument
340 #define IXDR_PUT_LONG(buf, v) (*(buf)++ = (long)htonl((ulong_t)v)) argument
341 #define IXDR_GET_U_LONG(buf) ((ulong_t)IXDR_GET_LONG(buf)) argument
342 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) argument
344 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) argument
345 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) argument
[all …]
/onnv-gate/usr/src/lib/libast/common/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()
/onnv-gate/usr/src/cmd/sgs/include/
H A Dconv.h112 char buf[CONV_INV_BUFSIZE]; member
119 char buf[CONV_EHDR_FLAGS_BUFSIZE]; member
134 char buf[CONV_LA_BIND_BUFSIZE]; member
143 char buf[CONV_LA_SEARCH_BUFSIZE]; member
152 char buf[CONV_LA_SYMBIND_BUFSIZE]; member
164 char buf[CONV_CAP_VAL_HW1_BUFSIZE]; member
170 char buf[CONV_CAP_VAL_HW2_BUFSIZE]; member
176 char buf[CONV_CAP_VAL_SF1_BUFSIZE]; member
191 char buf[CONV_CONFIG_FEAT_BUFSIZE]; member
198 char buf[CONV_CONFIG_OBJ_BUFSIZE]; member
[all …]
/onnv-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c34 #define INCREMENT_BUF(buf) \ argument
188 usb_nth_descr(uchar_t *buf, in usb_nth_descr()
230 usb_parse_dev_descr(uchar_t *buf, /* from GET_DESCRIPTOR(DEVICE) */ in usb_parse_dev_descr()
247 usb_parse_cfg_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usb_parse_cfg_descr()
265 uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usba_parse_cfg_pwr_descr()
299 usb_parse_ia_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usb_parse_ia_descr()
333 usb_parse_if_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usb_parse_if_descr()
368 usba_parse_if_pwr_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usba_parse_if_pwr_descr()
423 usb_parse_ep_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usb_parse_ep_descr()
474 usba_ascii_string_descr(uchar_t *buf, /* from GET_DESCRIPTOR(STRING) */ in usba_ascii_string_descr()
[all …]
/onnv-gate/usr/src/uts/common/zmod/
H A Dadler32.c15 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} argument
16 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); argument
17 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); argument
18 #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); argument
19 #define DO16(buf) DO8(buf,0); DO8(buf,8); argument
57 uLong ZEXPORT adler32(adler, buf, len) in adler32() argument
/onnv-gate/usr/src/lib/libc/port/sys/
H A Dcorectl.c58 core_set_global_path(const char *buf, size_t bufsize) in core_set_global_path()
64 core_get_global_path(char *buf, size_t bufsize) in core_get_global_path()
82 core_set_default_path(const char *buf, size_t bufsize) in core_set_default_path()
88 core_get_default_path(char *buf, size_t bufsize) in core_get_default_path()
106 core_set_process_path(const char *buf, size_t bufsize, pid_t pid) in core_set_process_path()
112 core_get_process_path(char *buf, size_t bufsize, pid_t pid) in core_get_process_path()
/onnv-gate/usr/src/common/openssl/crypto/
H A Dcversion.c72 static char buf[sizeof(DATE)+11]; in SSLeay_version() local
83 static char buf[sizeof(CFLAGS)+11]; in SSLeay_version() local
94 static char buf[sizeof(PLATFORM)+11]; in SSLeay_version() local
/onnv-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c47 asn_build_sequence(uchar_t *buf, size_t *bufsz_p, uchar_t id, size_t length) in asn_build_sequence()
75 asn_build_header(uchar_t *buf, size_t *bufsz_p, uchar_t id, size_t length) in asn_build_header()
86 asn_build_length(uchar_t *buf, size_t *bufsz_p, size_t length) in asn_build_length()
128 asn_build_int(uchar_t *buf, size_t *bufsz_p, uchar_t id, int val) in asn_build_int()
184 asn_build_string(uchar_t *buf, size_t *bufsz_p, uchar_t id, uchar_t *str, in asn_build_string()
214 asn_build_objid(uchar_t *buf, size_t *bufsz_p, uchar_t id, void *oidp, in asn_build_objid()
329 asn_build_null(uchar_t *buf, size_t *bufsz_p, uchar_t id) in asn_build_null()
349 asn_parse_sequence(uchar_t *buf, size_t *bufsz_p, uchar_t exp_id) in asn_parse_sequence()
366 asn_parse_header(uchar_t *buf, size_t *bufsz_p, uchar_t *id) in asn_parse_header()
401 asn_parse_length(uchar_t *buf, size_t *asnobj_len_p) in asn_parse_length()
[all …]
/onnv-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c137 char *buf = NULL; in ri_pack() local
212 char *buf = NULL; in ap_list_pack() local
266 char *buf = NULL; in dev_list_pack() local
321 char *buf = NULL; in client_list_pack() local
372 char *buf = NULL; in ap_pack() local
437 char *buf = NULL; in dev_pack() local
483 char *buf = NULL; in client_pack() local
531 char *buf = NULL; in pack_add_byte_array() local
553 ri_unpack(caddr_t buf, size_t size, ri_hdl_t **hdlp) in ri_unpack()
627 ap_list_unpack(char *buf, size_t size, ri_ap_t **aps) in ap_list_unpack()
[all …]
/onnv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_door_encdec.c45 char *buf; in smb_common_encode() local
79 smb_common_decode(char *buf, size_t len, xdrproc_t proc, void *data) in smb_common_decode()
100 char *buf = NULL; in smb_string_encode() local
135 smb_string_decode(smb_string_t *obj, char *buf, size_t buflen) in smb_string_decode()
154 lsa_account_encode(lsa_account_t *acct, uint8_t *buf, uint32_t buflen) in lsa_account_encode()
172 lsa_account_decode(lsa_account_t *acct, uint8_t *buf, uint32_t buflen) in lsa_account_decode()

12345678910>>...145