Searched refs:get_int (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/ssh/sftp-server/ |
H A D | sftp-server.c | 58 #define get_int() buffer_get_int(&iqueue); macro 488 version = get_int(); in process_init() 505 id = get_int(); in process_open() 507 pflags = get_int(); /* portable flags */ in process_open() 537 id = get_int(); in process_close() 554 id = get_int(); in process_read() 557 len = get_int(); in process_read() 596 id = get_int(); in process_write() 635 id = get_int(); in process_do_stat() 672 id = get_int(); in process_fstat() [all …]
|
/titanic_50/usr/src/uts/sun4v/os/ |
H A D | mpo.c | 239 get_int(md_t md, mde_cookie_t node, char *propname, uint64_t *val) in get_int() function 356 result = get_int(md, nodes[j], PROP_LG_LATENCY, in mpo_cpu_to_lgroup() 358 result |= get_int(md, nodes[j], PROP_LG_MATCH, in mpo_cpu_to_lgroup() 480 result = get_int(md, lgrpnodes[i], PROP_LG_MASK, in lgrp_update() 482 result |= get_int(md, lgrpnodes[i], PROP_LG_MATCH, in lgrp_update() 495 result = get_int(md, lgrpnodes[i], PROP_LG_LATENCY, in lgrp_update() 715 result = get_int(md, cpunodes[i], PROP_LG_CPU_ID, &k); in lgrp_traverse() 1570 result = get_int(md, mblocknodes[j], PROP_LG_BASE, in mblock_update() 1579 result = get_int(md, mblocknodes[j], PROP_LG_SIZE, in mblock_update() 1588 result = get_int(md, mblocknodes[j], in mblock_update()
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 75 get_int(fcode_env_t *env) in get_int() function 134 fstack_t d = (int)get_int(env); in blit()
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 232 uint_t get_int(fcode_env_t *);
|
/titanic_50/usr/src/uts/sparc/v9/ml/ |
H A D | ddi_v9_asm.s | 1528 bne,a .get_int 1533 .get_int: label
|