Searched defs:nids (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | msgsys.c | 114 msgids(int *buf, uint_t nids, uint_t *pnids) argument 116 return (syscall(SYS_msgsys, MSGIDS, buf, nids, pnids));
|
H A D | shmsys.c | 106 shmids(int *buf, uint_t nids, uint_t *pnids) argument 108 return (syscall(SYS_shmsys, SHMIDS, buf, nids, pnids));
|
H A D | semsys.c | 135 semids(int *buf, uint_t nids, uint_t *pnids) argument 137 return (syscall(SYS_semsys, SEMIDS, buf, nids, pnids));
|
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | directory_client.c | 126 int nids, 143 if (nids == 0) { 144 for (nids = 0; ids[nids] != NULL; nids++) 151 sl_ids.idmap_utf8str_list_len = nids; 173 assert(dr.directory_results_rpc_u.entries.entries_len == nids); 177 del = sized_array(nids, sizeof (directory_entry_t)); 179 for (i = 0; i < nids; i++) { 122 directory_get_v( directory_t d, directory_entry_list_t *ret, char **ids, int nids, char *types, char **attr_list) argument
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mn_subr.c | 505 * The nids must have only one node id in each cell. Range of node 514 char **nids, 537 nid = strtoul(nids[i], NULL, 0); 512 meta_write_nodelist( int nodecnt, char **nids, md_error_t *ep ) argument
|
Completed in 23 milliseconds