Home
last modified time | relevance | path

Searched refs:token_buf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.h117 void sup_pushtoken(char *token_buf, int token_type);
H A Dstartup.c2371 TOKEN token_buf; in datafile_error() local
2388 token_type = sup_gettoken(token_buf); in datafile_error()
2392 sup_pushtoken(token_buf, token_type); in datafile_error()
H A Dio.c2309 sup_pushtoken(char *token_buf, int token_type) in sup_pushtoken() argument
2317 bcopy(token_buf, pushed_buf, TOKEN_SIZE+1); in sup_pushtoken()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3423 char token_buf[ZFS_MAXPROPLEN]; in recv_ecksum_set_aux() local
3425 token_buf, sizeof (token_buf), in recv_ecksum_set_aux()
3434 token_buf); in recv_ecksum_set_aux()