Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c259 char fullEntry[MAX_ENTRY_LEN+1], *item, *item_buf, *name_buf; in matchEntry() local
320 if ((item_buf = strstr(item, gss_u_name)) == NULL) in matchEntry()
323 item_buf += strlen(gss_u_name); in matchEntry()
327 if ((strlen(item_buf) != strlen(name_buf)) && in matchEntry()
328 (strncmp(item_buf + (strlen(item_buf) - 2), "00", 2) in matchEntry()
337 if (strncmp(item_buf, name_buf, name_len - NAME_OFFSET) in matchEntry()
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c152 unsigned char item_buf[sizeof(xge_queue_item_t) + in xge_queue_produce() local
154 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf; in xge_queue_produce()
155 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) + in xge_queue_produce()
415 unsigned char item_buf[sizeof(xge_queue_item_t) + in xge_queue_flush() local
417 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf; in xge_queue_flush()
418 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) + in xge_queue_flush()
H A Dxgehal-device.c6768 unsigned char item_buf[sizeof(xge_queue_item_t) + in xge_hal_device_poll() local
6770 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf; in xge_hal_device_poll()
6777 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) + in xge_hal_device_poll()