Home
last modified time | relevance | path

Searched refs:nallocp (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c254 int *nallocp, u_int max_time_milliseconds) in wait_until_can_do_something() argument
275 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 0); in wait_until_can_do_something()
345 memset(*readsetp, 0, *nallocp); in wait_until_can_do_something()
346 memset(*writesetp, 0, *nallocp); in wait_until_can_do_something()
770 int *maxfdp, int *nallocp, u_int max_time_milliseconds) in aps_wait_until_can_do_something() argument
781 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 1); in aps_wait_until_can_do_something()
797 memset(*readsetp, 0, *nallocp); in aps_wait_until_can_do_something()
798 memset(*writesetp, 0, *nallocp); in aps_wait_until_can_do_something()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c483 int *maxfdp, int *nallocp, int rekeying) in client_wait_until_can_do_something() argument
489 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying); in client_wait_until_can_do_something()
514 memset(*readsetp, 0, *nallocp); in client_wait_until_can_do_something()
515 memset(*writesetp, 0, *nallocp); in client_wait_until_can_do_something()
548 memset(*readsetp, 0, *nallocp); in client_wait_until_can_do_something()
549 memset(*writesetp, 0, *nallocp); in client_wait_until_can_do_something()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1500 struct cachefs_allocmap *allocp, *nallocp; in cachefs_coalesce_allocmap() local
1502 nallocp = allocp = cmd->md_allocinfo; in cachefs_coalesce_allocmap()
1505 if (nallocp->am_start_off + nallocp->am_size == in cachefs_coalesce_allocmap()
1507 nallocp->am_size += allocp->am_size; in cachefs_coalesce_allocmap()
1510 nallocp++; in cachefs_coalesce_allocmap()
1511 nallocp->am_start_off = allocp->am_start_off; in cachefs_coalesce_allocmap()
1512 nallocp->am_size = allocp->am_size; in cachefs_coalesce_allocmap()
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c720 prepare_select(fd_set **fdrp, fd_set **fdwp, int *fdl, u_int *nallocp, in prepare_select() argument
742 if (*fdrp == NULL || sz > *nallocp) { in prepare_select()
749 *nallocp = sz; in prepare_select()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1693 int *nallocp, int rekeying) in channel_prepare_select() argument
1702 if (*readsetp == NULL || sz > *nallocp) { in channel_prepare_select()
1705 *nallocp = sz; in channel_prepare_select()