/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_decode.c | 264 #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 D | asn1buf.c | 66 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 D | asn1_decode.c | 60 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 D | asn1buf.h | 22 #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 D | asn1_encode.c | 33 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 D | asn1_make.c | 31 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()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | buf.h | 80 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 …]
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | setjmp.h | 33 # 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
|
/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | statfs.c | 27 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()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | io.c | 37 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()
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | io.c | 33 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()
|
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | stat.c | 34 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
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | stat.c | 32 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
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdr.h | 333 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++)) argument 334 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)v)) argument 335 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) argument 336 #define IXDR_PUT_U_INT32(buf, v) IXDR_PUT_INT32((buf), ((int32_t)(v))) argument 340 #define IXDR_GET_LONG(buf) ((long)ntohl((ulong_t)*(buf)++)) argument 341 #define IXDR_PUT_LONG(buf, v) (*(buf)++ = (long)htonl((ulong_t)v)) argument 342 #define IXDR_GET_U_LONG(buf) ((ulong_t)IXDR_GET_LONG(buf)) argument 343 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) argument 345 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) argument 346 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) argument [all …]
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | conv.h | 113 char buf[CONV_INV_BUFSIZE]; member 120 char buf[CONV_EHDR_FLAGS_BUFSIZE]; member 135 char buf[CONV_LA_BIND_BUFSIZE]; member 144 char buf[CONV_LA_SEARCH_BUFSIZE]; member 153 char buf[CONV_LA_SYMBIND_BUFSIZE]; member 165 char buf[CONV_CAP_VAL_HW1_BUFSIZE]; member 171 char buf[CONV_CAP_VAL_HW2_BUFSIZE]; member 177 char buf[CONV_CAP_VAL_SF1_BUFSIZE]; member 192 char buf[CONV_CONFIG_FEAT_BUFSIZE]; member 199 char buf[CONV_CONFIG_OBJ_BUFSIZE]; member [all …]
|
/titanic_41/usr/src/lib/libast/common/path/ |
H A D | pathnative.c | 41 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 D | pathposix.c | 41 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()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | asn1.c | 47 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 …]
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | adler32.c | 15 #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
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | corectl.c | 58 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()
|
/titanic_41/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_debug.c | 74 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
|
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rsrc_info.c | 137 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 …]
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | parser.c | 36 #define INCREMENT_BUF(buf) \ argument 190 usb_nth_descr(uchar_t *buf, in usb_nth_descr() 232 usb_parse_dev_descr(uchar_t *buf, /* from GET_DESCRIPTOR(DEVICE) */ in usb_parse_dev_descr() 249 usb_parse_cfg_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usb_parse_cfg_descr() 267 uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usba_parse_cfg_pwr_descr() 301 usb_parse_ia_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usb_parse_ia_descr() 335 usb_parse_if_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usb_parse_if_descr() 370 usba_parse_if_pwr_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usba_parse_if_pwr_descr() 425 usb_parse_ep_descr(uchar_t *buf, /* from GET_DESCRIPTOR(CONFIGURATION) */ in usb_parse_ep_descr() 476 usba_ascii_string_descr(uchar_t *buf, /* from GET_DESCRIPTOR(STRING) */ in usba_ascii_string_descr() [all …]
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_door_encdec.c | 45 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()
|
/titanic_41/usr/src/uts/common/ctf/ |
H A D | ctf_subr.c | 43 void *buf = kobj_alloc(size, KM_NOWAIT|KM_SCRATCH); in ctf_data_alloc() local 52 ctf_data_free(void *buf, size_t size) in ctf_data_free() 59 ctf_data_protect(void *buf, size_t size) in ctf_data_protect() 72 ctf_free(void *buf, size_t size) in ctf_free()
|