Searched refs:next_id (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvmon.h110 * next_id returns the id for the next component of the type implied by
112 * next_id is set to an empty string.
113 * If id is set to an empty string on entry, next_id returns the first id.
122 envmon_handle_t next_id; member in struct:__anon10154
129 envmon_handle_t next_id; member in struct:__anon10155
138 envmon_handle_t next_id; member in struct:__anon10156
165 envmon_handle_t next_id; member in struct:__anon10157
183 envmon_handle_t next_id; member in struct:__anon10159
203 envmon_handle_t next_id; member in struct:__anon10161
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1848 env_ind->next_id.name[0] = '\0';
1850 env_ind->next_id = section->entry[0].handle_name;
1857 env_ind->next_id.name[0] = '\0';
1860 env_ind->next_id =
1863 env_ind->next_id.name[0] = '\0';
2052 env_sensor.next_id.name[0] = '\0';
2057 env_sensor.next_id.name[0] = '\0';
2059 env_sensor.next_id =
2067 env_sensor.next_id.name[0] = '\0';
2070 env_sensor.next_id
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dlw8.h153 char next_id[MAX_ID_LEN]; member in struct:__anon9820
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_events.h194 uint32_t next_id; member in struct:emlxs_event_queue
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c1017 (void) strncpy(get_ledp->next_id,
1059 get_ledp->next_id[0] = '\0';
1062 (void) strncpy(get_ledp->next_id,
1068 get_ledp->next_id[0] = '\0';
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c250 if (eventq->next_id == 0) {
251 eventq->next_id = 1;
255 entry->id = eventq->next_id++;
833 hba->hba_event.last_id = eventq->next_id - 1;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c623 *id = data.next_id;
661 *id = data.next_id;
686 *id = data.next_id;
718 *id = data.next_id;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c2207 (hpu.next_id.name[0] != '\0')) {
2208 hpu.id = hpu.next_id;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c3616 while (lom_get_led.next_id[0] != '\0') {
3617 (void) strlcpy(lom_get_led.id, lom_get_led.next_id,
3619 lom_get_led.next_id[0] = '\0';

Completed in 121 milliseconds