/titanic_53/usr/src/lib/libc/port/stdio/ |
H A D | doscan.c | 134 int nmatch = 0, len, stow; in __wdoscan_u() local 336 size_t len; in __wdoscan_u() local 401 int c, len, i; in __wdoscan_u() local 598 number(int *chcount, int *flag_eof, int stow, int type, int len, int size, in number() 843 string(int *chcount, int *flag_eof, int stow, int type, int len, char *tab, in string() 975 int len, FILE *iop, va_list *listp) in wstring() 1010 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, in wstring() 1050 int len; in _wd_getwc() local 1075 int len; in _wd_ungetwc() local 1121 int len, FILE *iop, unsigned char *brstr, va_list *listp) [all …]
|
/titanic_53/usr/src/lib/libc/port/locale/ |
H A D | wcsrtombs.c | 40 size_t len, mbstate_t *_RESTRICT_KYWD ps, locale_t loc) in wcsrtombs_l() 51 size_t len, mbstate_t *_RESTRICT_KYWD ps) in wcsrtombs()
|
H A D | wcsxfrm.c | 41 const wchar_t *_RESTRICT_KYWD src, size_t len, locale_t loc) in wcsxfrm_l() 79 const wchar_t *_RESTRICT_KYWD src, size_t len) in wcsxfrm()
|
H A D | mbsrtowcs.c | 40 size_t len, mbstate_t *_RESTRICT_KYWD ps, locale_t loc) in mbsrtowcs_l() 52 size_t len, mbstate_t *_RESTRICT_KYWD ps) in mbsrtowcs()
|
/titanic_53/usr/src/boot/sys/boot/efi/libefi/ |
H A D | wchar.c | 53 cpy8to16(const char *src, CHAR16 *dst, size_t len) in cpy8to16() 64 cpy16to8(const CHAR16 *src, char *dst, size_t len) in cpy16to8()
|
/titanic_53/usr/src/boot/sys/boot/common/ |
H A D | util.h | 40 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) argument 42 #define bcmp(b1, b2, len) (memcmp((b1), (b2), (len)) != 0) argument
|
/titanic_53/usr/src/lib/libc/port/gen/ |
H A D | posix_fadvise.c | 49 posix_fadvise(int fd, off_t offset, off_t len, int advice) in posix_fadvise() 77 posix_fadvise64(int fd, off64_t offset, off64_t len, int advice) in posix_fadvise64()
|
H A D | truncate.c | 57 ftruncate(int fildes, off_t len) in ftruncate() 73 truncate(const char *path, off_t len) in truncate()
|
/titanic_53/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_subr.c | 173 size_t len; in topo_vdprintf() local 336 topo_sensor_type_name(uint32_t type, char *buf, size_t len) in topo_sensor_type_name() 351 topo_sensor_units_name(uint8_t type, char *buf, size_t len) in topo_sensor_units_name() 366 topo_led_type_name(uint8_t type, char *buf, size_t len) in topo_led_type_name() 381 topo_led_state_name(uint8_t type, char *buf, size_t len) in topo_led_state_name() 397 size_t len) in topo_sensor_state_name()
|
/titanic_53/usr/src/lib/libnsl/key/ |
H A D | xcrypt.c | 88 int len; local 122 int len; local 166 hex2bin(len, hexnum, binnum) in hex2bin() argument 184 bin2hex(len, binnum, hexnum) in bin2hex() argument 357 int len; in xdecrypt_g() local 435 int len, in passwd2des_g()
|
/titanic_53/usr/src/cmd/audio/utilities/ |
H A D | AudioExtent.cc | 113 Double len; in SetEnd() local 170 size_t& len, // buffer size (updated) in ReadData() 227 size_t& len, // buffer size (updated) in WriteData()
|
/titanic_53/usr/src/uts/common/crypto/io/ |
H A D | dca_rng.c | 53 dca_rng(dca_t *dca, uchar_t *buf, size_t len, crypto_req_handle_t req) in dca_rng() 89 size_t len; in dca_rngstart() local 245 dca_random_buffer(dca_t *dca, caddr_t buf, int len) in dca_random_buffer()
|
H A D | swrand.c | 284 uchar_t *buf, size_t len, uint_t entropy_est, uint32_t flags, in swrand_seed_random() 298 crypto_session_id_t sid, uchar_t *buf, size_t len, crypto_req_handle_t req) in swrand_generate_random() 317 swrand_get_entropy(uint8_t *ptr, size_t len, boolean_t nonblock) in swrand_get_entropy() 432 #define SWRAND_ADD_BYTES(ptr, len, i, pool) \ argument 443 swrand_add_bytes(uint8_t *ptr, size_t len) in swrand_add_bytes() 456 swrand_add_bytes_later(uint8_t *ptr, size_t len) in swrand_add_bytes_later() 536 swrand_add_entropy_later(uint8_t *ptr, size_t len) in swrand_add_entropy_later() 544 swrand_add_entropy(uint8_t *ptr, size_t len, uint16_t entropy_est) in swrand_add_entropy() 661 int i, nbytes, len, ent = 0; in physmem_ent_gen() local
|
/titanic_53/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_io.c | 39 size_t len; in prom_open() local 95 prom_read(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) in prom_read() 143 prom_write(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) in prom_write()
|
/titanic_53/usr/src/lib/krb5/kadm5/srv/ |
H A D | xdr_alloc.c | 135 register unsigned int len) in xdralloc_notsup_getbytes() 144 register unsigned int len) in xdralloc_putbytes() 169 int len) in xdralloc_inline()
|
/titanic_53/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 180 segmf_unmap(struct seg *seg, caddr_t addr, size_t len) in segmf_unmap() 300 segmf_softunlock(struct hat *hat, struct seg *seg, caddr_t addr, size_t len) in segmf_softunlock() 326 segmf_fault_range(struct hat *hat, struct seg *seg, caddr_t addr, size_t len, in segmf_fault_range() 362 segmf_fault(struct hat *hat, struct seg *seg, caddr_t addr, size_t len, in segmf_fault() 377 segmf_setprot(struct seg *seg, caddr_t addr, size_t len, uint_t prot) in segmf_setprot() 384 segmf_checkprot(struct seg *seg, caddr_t addr, size_t len, uint_t prot) in segmf_checkprot() 398 segmf_sync(struct seg *seg, caddr_t addr, size_t len, int attr, uint_t flags) in segmf_sync() 409 segmf_incore(struct seg *seg, caddr_t addr, size_t len, char *vec) in segmf_incore() 422 size_t len, int attr, int op, ulong_t *lockmap, size_t pos) in segmf_lockop() 428 segmf_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segmf_getprot() [all …]
|
/titanic_53/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 82 kmdb_prom_polled_write(caddr_t buf, size_t len) in kmdb_prom_polled_write() 99 kmdb_prom_reader(caddr_t buf, size_t len, int wait) in kmdb_prom_reader() 117 kmdb_prom_writer(caddr_t buf, size_t len) in kmdb_prom_writer() 151 kmdb_prom_drain_readbuf(void *buf, size_t len) in kmdb_prom_drain_readbuf() 199 check_int(char *buf, size_t len) in check_int() 299 kmdb_prom_read(void *buf, size_t len, struct termios *tio) in kmdb_prom_read() 345 kmdb_prom_write(const void *bufp, size_t len, struct termios *tio) in kmdb_prom_write()
|
/titanic_53/usr/src/lib/libsocket/inet/ |
H A D | bindresvport.c | 47 #define bzero(s, len) (void) memset((s), 0, (len)) argument 60 int optval, len; in bindresvport() local
|
/titanic_53/usr/src/boot/sys/boot/arm64/libarm64/ |
H A D | cache.c | 61 cpu_flush_dcache(const void *ptr, size_t len) in cpu_flush_dcache() 82 cpu_inval_icache(const void *ptr, size_t len) in cpu_inval_icache()
|
/titanic_53/usr/src/lib/libkmf/libkmf/common/ |
H A D | keyop.c | 46 uint32_t len; in kmf_create_keypair() local 93 uint32_t len; in kmf_delete_key_from_keystore() local 162 uint32_t len; in kmf_find_key() local 206 uint32_t len; in kmf_create_sym_key() local
|
/titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
H A D | i386_copy.c | 169 i386_copyin(const void *src, vm_offset_t dest, const size_t len) in i386_copyin() 181 i386_copyout(const vm_offset_t src, void *dest, const size_t len) in i386_copyout() 194 i386_readin(const int fd, vm_offset_t dest, const size_t len) in i386_readin()
|
/titanic_53/usr/src/boot/sys/boot/efi/loader/ |
H A D | copy.c | 103 efi_copyin(const void *src, vm_offset_t dest, const size_t len) in efi_copyin() 111 efi_copyout(const vm_offset_t src, void *dest, const size_t len) in efi_copyout() 120 efi_readin(const int fd, vm_offset_t dest, const size_t len) in efi_readin()
|
/titanic_53/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 252 uint_t len, vmax; in clcid() local 320 uint_t len, vmax; in clkey() local 356 uint_t len; in clip() local 379 uint_t len; in clstr() local 404 uint_t len; in clurl() local 430 uint_t len; in clhp() local 905 size_t len = cliptr->varmax; in bootinfo_defaults() local 940 size_t len = sizeof (ncs); in net_config_strategy() local 980 size_t len = sizeof (clid); in generate_default_clientid() local 1005 size_t len; in determine_bootserver_url() local [all …]
|
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | types.sh | 302 len() { print -r -- $(( sqrt(_.x**2 + _.y**2))) ;} function 487 len() function 527 len() function
|
/titanic_53/usr/src/boot/sys/boot/fdt/ |
H A D | fdt_loader_cmd.c | 373 fdt_fixup_ethernet(const char *str, char *ethstr, int len) in fdt_fixup_ethernet() 434 fdt_reg_valid(uint32_t *reg, int len, int addr_cells, int size_cells) in fdt_reg_valid() 472 int err, i, len, memory, root; in fdt_fixup_memory() local 618 int len, no, sero; in fdt_fixup_stdout() local 667 int chosen, len; in fdt_fixup() local 807 int len, o; in fdt_cmd_cd() local 902 int i, o, depth, len; in fdt_cmd_ls() local 951 fdt_isprint(const void *data, int len, int *count) in fdt_isprint() 983 fdt_data_str(const void *data, int len, int count, char **buf) in fdt_data_str() 1047 fdt_data_cell(const void *data, int len, char **buf) in fdt_data_cell() [all …]
|