| /ohac/ohac/usr/src/common/cl/util/ |
| perflib.cc | 35 if ((head + (sz) + 1) >= size) {\ 36 size = roundup(head + (sz) + 1, CHUNK);\ 49 os::sprintf(s+head, "%d ", x); 50 ASSERT(os::strlen(s+head) <= 12); 51 head += os::strlen(s+head); 57 ASSERT(os::strlen(s+head) <= 11); 58 os::sprintf(s+head, "%u ", x); 59 head += os::strlen(s+head); [all...] |
| /ohac/ohac/usr/src/cmd/scdpm/ |
| node_db_types.h | 42 disk_node_t *head; member in struct:ae 48 disk_status_node_t *head; member in struct:ae_stat
|
| list.h | 58 extern void scdpm_destroy_dn_list_framework(disk_node_t *head); 59 extern void scdpm_destroy_dsn_list_framework(disk_status_node_t *head); 63 extern void scdpm_destroy_ne_list(nodeid_elem_t *head);
|
| monitor.c | 129 * head of the list of diskpaths for a given node. 184 nodeid_elem_t *head, *node_processed; local 193 error = scdpm_get_nodeid_list(nodeid, disk, &head); 198 while (head != NULL) { 199 if (head->nodeid_type == NODEID_ELEM_IS_DISK) { 201 arr, head->nodeid, disk); 204 scdpm_destroy_ne_list(head); 208 node_processed = head; 209 head = head->next 241 disk_status_node_t *head, *cur, *prev; local 395 nodeid_elem_t *head, *node_processed; local 590 disk_status_node_t *head, *cur, *prev; local 753 disk_status_node_t *head; local 1003 disk_status_node_t *head, *cur; local [all...] |
| list.c | 53 #define DESTROY_NODES while (head != NULL) { \ 54 node_processed = head; \ 55 head = node_processed->next; \ 125 scdpm_destroy_dn_list_framework(disk_node_t *head) 133 scdpm_destroy_dsn_list_framework(disk_status_node_t *head) 158 scdpm_destroy_ne_list(nodeid_elem_t *head) 162 while (head != NULL) { 163 next = head->next; 164 free(head); 165 head = next [all...] |
| diskpath_validate.c | 76 nodeid_elem_t *head, *node_processed; local 231 error = scdpm_get_nodeid_list(ALL_NODEIDS, diskpath_with_slice, &head); 237 if ((nodeid == ALL_NODEIDS) && (head != NULL)) { 238 /* Remove all the cdroms from the head list */ 240 node_processed = head; 248 head = head->next; 257 if (head == NULL) { 263 if ((nodeid == ALL_NODEIDS) && (head == NULL)) { 276 while (head != NULL) [all...] |
| node_db.c | 65 error = scdpm_prepend_dsn(&(arr[nodeid-1].head), 68 error = scdpm_append_dsn(&(arr[nodeid-1].head), 86 scdpm_destroy_dsn_list_framework(arr[i].head); 87 arr[i].head = NULL;
|
| diskpath_component.c | 59 nodeid_elem_t *head = NULL, *tail = NULL; local 77 &head, &tail, i, NODEID_ELEM_IS_DISK); 79 scdpm_destroy_ne_list(head); 87 (*headp) = head; 154 nodeid_elem_t *head = NULL, *tail = NULL; local 189 error = scdpm_append_ne(&head, &tail, 192 scdpm_destroy_ne_list(head); 200 (*headp) = head; 230 nodeid_elem_t *head = NULL, *tail = NULL; local 264 error = scdpm_append_ne(&head, &tail 313 nodeid_elem_t *head = NULL, *tail = NULL; local [all...] |
| /ohac/ohac/usr/src/uts/adb/files/ |
| head_rgm.cc | 29 // Files from directory usr/src/head/rgm 40 #include <head/rgm/ff.h> 44 #include <head/rgm/haip.h> 47 #include <head/rgm/libdsdev.h> 56 #include <head/rgm/pnm.h> 66 #include <head/rgm/rgm_comm_impl.h> 70 #include <head/rgm/rgm_common.h> 86 #include <head/rgm/scha_priv.h>
|
| ipmp.cc | 29 // Files from directory usr/src/head/ipmp 40 #include <head/pnm/pnm_head.h>
|
| pmf_common.cc | 39 #include <head/rgm/pmf.h> 41 #include <head/rgm/rpc/pmf.h>
|
| scadmin.cc | 29 // Files from directory usr/src/head/scadmin 40 #include <head/scadmin/scadmin.h> 44 #include <head/scadmin/scconf.h> 66 #include <head/scadmin/scstat.h> 87 #include <head/scadmin/scswitch.h> 92 #include <head/scadmin/scsymon_srv.h>
|
| rgm_rpc.cc | 29 // Files from directory usr/src/head/rgm/rpc 37 #include <head/rgm/fe.h> 44 #include <head/rgm/pmf.h> 54 #include <head/rgm/rgm_recep.h>
|
| /ohac/ohac/usr/src/common/cl/orb/buffers/ |
| Buf_in.h | 93 // Asserts that base_address is not NULL, head is meaningless otherwise 95 Buf::head() const function in class:Buf 320 head(NULL), 321 tailp(&head) 328 ASSERT(head == NULL); 346 if (head != NULL) { 347 freemsg(head); 348 head = NULL; 349 tailp = &head; 357 return ((uint_t)msgdsize(head)); [all...] |
| /ohac/ohac/usr/src/common/cl/sys/ |
| perflib.h | 40 packer(int n) : head(0), size(n) { 45 packer() : head(0), size(CHUNK) { 72 size_t head; member in class:packer
|
| /ohac/ohac/usr/src/cmd/scnas/ |
| Makefile | 36 CPPFLAGS += -I$(SRC)/head/scadmin 37 CPPFLAGS += -I$(SRC)/head/cl_query
|
| /ohac/ohac/usr/src/cmd/scnasdir/ |
| Makefile | 36 CPPFLAGS += -I$(SRC)/head/scadmin 37 CPPFLAGS += -I$(SRC)/head/cl_query
|
| /ohac/ohac/usr/src/common/cl/mdbmacros/rgm/ |
| mdb_rgm_main.cc | 151 char *head = NULL; local 230 head = dbg_buf; 233 while (*head != '\0' && head < dbg_buf_end) { 234 head++; 237 tail = head; 246 while (*head == '\0' && head < dbg_buf_end) { 247 head++; 250 /* Print from the head to the buf_end if there is anything there * [all...] |
| /ohac/ohacgeo/usr/src/ |
| Makefile | 39 HDRSUBDIRS= head lib 41 CHKHDRSUBDIRS= head lib cmd 66 clean clobber: $(SUBDIRS) head pkgdefs 79 $(SUBDIRS) head pkgdefs : FRC
|
| /ohac/ohac/usr/src/cmd/pmf/common/ |
| pmfd_event_pool.c | 95 for (evt = pmf_event_pool.head; evt; evt = evt->next) { 106 * -link new list, starting a 2nd element, at pool head 143 p->next = pmf_event_pool.head; 144 pmf_event_pool.head = evt->next; 154 pmf_event_pool.head = evt->next; 181 * Events are relinked at pool head. 202 * at pool head. 209 p->next = pmf_event_pool.head; 210 pmf_event_pool.head = *evt; 280 if ((p = queue->head)) { [all...] |
| /ohac/ohac/usr/src/lib/libpnm/common/ |
| struct.h | 69 bkg_adp *head; /* pointer to the adapter list */ member in struct:bkg_status
|
| /ohac/ohac/usr/src/lib/scnas/netapp/ |
| Makefile.com | 53 CPPFLAGS += -I$(SRC)/head/cl_query 54 CPPFLAGS += -I$(SRC)/head/scadmin/rpc
|
| /ohac/ohac/usr/src/lib/scnas/sun/ |
| Makefile.com | 53 CPPFLAGS += -I$(SRC)/head/cl_query 54 CPPFLAGS += -I$(SRC)/head/scadmin/rpc
|
| /ohac/ohac/usr/src/lib/librgmx/ |
| Makefile.com | 107 RPCFILE2_XDR = $(RPCFILE2:$(SRC)/head/rgm/rpc/%.x=../common/%_xdr.c) 108 RPCFILE2_SVC = $(RPCFILE2:$(SRC)/head/rgm/rpc/%.x=../common/%_svc.c) 109 RPCFILE2 = $(SRC)/head/rgm/rpc/rgmx_cnfg.x 111 RPCFILE3_XDR = $(RPCFILE3:$(SRC)/head/rgm/rpc/%.x=../common/%_xdr.c) 112 RPCFILE3 = $(SRC)/head/rgm/rpc/rgmx_comm.x 114 RPCFILE4_CLNT = $(RPCFILE4:$(SRC)/head/rgm/rpc/%.x=../common/%_clnt.c) 115 RPCFILE4 = $(SRC)/head/rgm/rpc/rgmx_comm_farm.x 117 RPCFILE5_SVC = $(RPCFILE5:$(SRC)/head/rgm/rpc/%.x=../common/%_svc.c) 118 RPCFILE5 = $(SRC)/head/rgm/rpc/rgmx_comm_pres.x
|
| /ohac/ohac/usr/src/cmd/pnm/ |
| Makefile.com | 52 CPPFLAGS += -I$(REF_PROTO)/usr/src/head 55 CPPFLAGS += -I$(SRC)/head -DSYSV -DSTRNET -DBSD_COMP 63 LINTFLAGS += -I$(SRC)/head
|