Home
last modified time | relevance | path

Searched refs:s_buf (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth209 lz4_sbuf ( dest len s_buf s_len )
210 over + ( dest len s_buf s_end )
211 2swap ( s_buf s_end dest len )
212 over + ( s_buf s_end dest dest_end )
213 2swap ( dest dest_end s_buf s_end )
217 swap dup C@ ( dest dest_end s_end s_buf token )
218 swap CHAR+ swap ( dest dest_end s_end s_buf++ token )
219 dup ML_BITS rshift ( dest dest_end s_end s_buf token length )
220 >r rot rot r> ( dest dest_end token s_end s_buf length )
222 d# 255 begin ( dest dest_end token s_end s_buf length s )
[all …]
/titanic_44/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c65 GElf_Shdr s_buf; /* buffer storing section header */ in _elf_nlist() local
82 if ((gelf_getshdr(secidx, &s_buf)) == 0) in _elf_nlist()
84 if (s_buf.sh_type != SHT_SYMTAB) /* not symbol table */ in _elf_nlist()
91 strtab = s_buf.sh_link; in _elf_nlist()
92 count = symdata->d_size / s_buf.sh_entsize; in _elf_nlist()
/titanic_44/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h72 audio_buffer_t s_buf; member
73 #define s_data s_buf.b_data
74 #define s_bufsz s_buf.b_size
75 #define s_head s_buf.b_head
76 #define s_tail s_buf.b_tail
77 #define s_framesz s_buf.b_framesz
78 #define s_nframes s_buf.b_nframes
79 #define s_tidx s_buf.b_tidx
80 #define s_hidx s_buf.b_hidx
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c270 ushort_t s_buf; in show_options() local
430 s_buf = *(ushort_t *)start; in show_options()
432 memcpy((char *)&s_buf, in show_options()
437 ntohs(s_buf)); in show_options()
663 unsigned short s_buf = 0; in display_number() local
679 s_buf = *(unsigned short *)*opt; in display_number()
681 memcpy((char *)&s_buf, *opt, len); in display_number()
682 (void) sprintf(get_line(0, 0), fmt, msg, ntohs(s_buf)); in display_number()
/titanic_44/usr/src/lib/libinetutil/common/
H A Dofmt.c43 char *s_buf; member
106 sp->s_buf = strdup(str); in split_str()
108 if (sp->s_buf == NULL || sp->s_fields == NULL) in split_str()
111 token = sp->s_buf; in split_str()
169 free(sp->s_buf); in splitfree()
/titanic_44/usr/src/cmd/svc/configd/
H A Dbackend.c1495 struct stat s_buf; in backend_copy_repository() local
1532 if (fstat(srcfd, &s_buf) < 0) { in backend_copy_repository()
1543 if (cpsz != s_buf.st_size) { in backend_copy_repository()
1737 struct stat s_buf; in backend_switch_recovery() local
1748 if (stat(fast_db, &s_buf) < 0) { in backend_switch_recovery()