Searched refs:item_buf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/gss/gsscred/ |
H A D | gsscred_file.c | 261 char fullEntry[MAX_ENTRY_LEN+1], *item, *item_buf, *name_buf; in matchEntry() local 322 if ((item_buf = strstr(item, gss_u_name)) == NULL) in matchEntry() 325 item_buf += strlen(gss_u_name); in matchEntry() 329 if ((strlen(item_buf) != strlen(name_buf)) && in matchEntry() 330 (strncmp(item_buf + (strlen(item_buf) - 2), "00", 2) in matchEntry() 339 if (strncmp(item_buf, name_buf, name_len - NAME_OFFSET) in matchEntry()
|
/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xge-queue.c | 152 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 D | xgehal-device.c | 6768 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()
|