Home
last modified time | relevance | path

Searched refs:find_first (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_find.c229 boolean_t find_first, to_upper; in smb_com_search() local
291 find_first = (key_len == 0); in smb_com_search()
295 if (find_first) { in smb_com_search()
318 if (!find_first) { in smb_com_search()
372 if (count == 0 && find_first) { in smb_com_search()
425 boolean_t find_first = B_TRUE; in smb_com_find() local
449 find_first = (key_len == 0); in smb_com_find()
453 if (find_first) { in smb_com_find()
474 if (!find_first) { in smb_com_find()
526 if (count == 0 && find_first) { in smb_com_find()
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog.c298 __log_find(dblp, find_first, valp) in __log_find() argument
300 int find_first, *valp;
339 if (find_first) {
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c1935 boolean_t find_first; in scsi_get_next_descr() local
1939 find_first = (*descrpp == NULL); in scsi_get_next_descr()
1945 if (find_first) { in scsi_get_next_descr()
1980 if (find_first) { in scsi_get_next_descr()