Searched refs:item_buf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c261 char fullEntry[MAX_ENTRY_LEN+1], *item, *item_buf, *name_buf; local
322 if ((item_buf = strstr(item, gss_u_name)) == NULL)
325 item_buf += strlen(gss_u_name);
329 if ((strlen(item_buf) != strlen(name_buf)) &&
330 (strncmp(item_buf + (strlen(item_buf) - 2), "00", 2)
339 if (strncmp(item_buf, name_buf, name_len - NAME_OFFSET)
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c152 unsigned char item_buf[sizeof(xge_queue_item_t) + local
154 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf;
155 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) +
415 unsigned char item_buf[sizeof(xge_queue_item_t) + local
417 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf;
418 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) +
H A Dxgehal-device.c6768 unsigned char item_buf[sizeof(xge_queue_item_t) + local
6770 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf;
6777 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) +

Completed in 54 milliseconds