Searched defs:namebuflen (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_doorclnt.c141 smb_get_dcinfo(char *namebuf, uint32_t namebuflen, smb_inaddr_t *ipaddr) argument
147 assert((namebuf != NULL) && (namebuflen != 0));
162 (void) strlcpy(namebuf, dcname.buf, namebuflen);
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c941 int namebuflen; local
963 namebuflen = strlen(opp->oprom_array);
964 valbuf = opp->oprom_array + namebuflen + 1;
970 if ((namebuflen + 1 + valbuflen + 1) > userbufsize) {

Completed in 60 milliseconds