Searched defs:free_obj (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c264 hash_obj_t *free_obj; local
268 free_obj = next_obj;
271 if (free_obj->prev == NULL) {
272 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
273 free_obj->next;
274 if (free_obj->next != NULL) {
275 free_obj->next->prev = free_obj->prev;
278 free_obj->prev->next = free_obj
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c532 hash_obj_t *free_obj; local
537 free_obj = next_obj;
539 if (free_obj->prev == NULL) { /* first node object */
540 cont_tbl->hash_obj[(free_obj->picl_hdl %
541 TABLE_SIZE)].next = free_obj->next;
542 if (free_obj->next != NULL) {
543 free_obj->next->prev = NULL;
546 free_obj->prev->next = free_obj->next;
547 if (free_obj
2114 hash_obj_t *free_obj; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1407 hash_obj_t *free_obj; local
1411 free_obj = next_obj;
1414 if (free_obj->prev == NULL) {
1415 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
1416 free_obj->next;
1417 if (free_obj->next != NULL) {
1418 free_obj->next->prev = free_obj->prev;
1421 free_obj->prev->next = free_obj
2424 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1479 hash_obj_t *free_obj; local
1483 free_obj = next_obj;
1486 if (free_obj->prev == NULL) {
1487 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
1488 free_obj->next;
1489 if (free_obj->next != NULL) {
1490 free_obj->next->prev = free_obj->prev;
1493 free_obj->prev->next = free_obj
2535 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c763 hash_obj_t *free_obj; local
767 free_obj = next_obj;
770 if (free_obj->prev == NULL) {
771 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
772 free_obj->next;
773 if (free_obj->next != NULL) {
774 free_obj->next->prev = free_obj->prev;
777 free_obj->prev->next = free_obj
2735 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list) argument
[all...]

Completed in 64 milliseconds