/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/ |
H A D | nlist.c | 33 * nlist - retreive attributes from name list (string table version) 37 nlist(char *name, struct nlist *list) function
|
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/ |
H A D | nlist.c | 33 * nlist - retreive attributes from name list (string table version) 37 nlist(char *name, struct nlist *list) function
|
/illumos-gate/usr/src/head/ |
H A D | nlist.h | 36 struct nlist { struct 45 extern int nlist(const char *, struct nlist *);
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | pile.c | 22 int bi, hi, i, gap, h, b, nlist, nlist2, mid; local 30 nlist = p2 - p1; 31 nlist2 = (nlist+1)/2; 36 eht[yyval] = h + (nlist-1)*gap; 41 ebase[yyval] = (nlist%2) ? b + ebase[lp[mid]] 44 ebase[yyval] = (nlist%2) ? b + ebase[lp[mid]]
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rtime_tli.c | 75 struct nd_addrlist *nlist = NULL; local 98 if (netdir_getbyname(nconf, &rpcbind_hs, &nlist)) 107 tu_data.addr = *nlist->n_addrs; 134 sndcall.addr = *nlist->n_addrs; 159 if (nlist) 160 netdir_free((char *)nlist, ND_ADDRLIST);
|
/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 37 #include <nlist.h> 43 /* which conflicts with the member nlist->n_name */ 44 /* as defined in nlist.h */ 61 _elf_nlist(int fd, struct nlist * list) 94 struct nlist *p; 123 NOTE(SCHEME_PROTECTS_DATA("user provides buffers", nlist)) 126 nlist(const char * name, struct nlist * list) function 128 register struct nlist *p;
|
/illumos-gate/usr/src/cmd/lp/lib/access/ |
H A D | loadaccess.c | 125 nlist; local 150 for (nlist = 0; fdgets(buf, BUFSIZ, fd); ) { 157 if (nlist >= nalloc) { 169 list[nlist] = Strdup(buf); /* if fail, minor problem */ 170 list[++nlist] = 0; 187 if (nlist != nalloc) { 190 (nlist + 1) * sizeof(char *) 197 list[nlist] = 0;
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | cfga.c | 175 int *nlist, 258 *nlist = apcnt; 172 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipnat.c | 55 # include <nlist.h> 63 # define nlist nlist64 macro 253 struct nlist nat_nlist[10] = { 267 if (nlist(kernel, nat_nlist) == -1) { 268 fprintf(stderr, "nlist error\n");
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4.h | 90 struct nlist { struct 94 struct nlist *next; 152 extern struct nlist **hshtab; 154 extern struct nlist *lookup();
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | nlist_aout.h | 34 * @(#)nlist.h 8.2 (Berkeley) 1/21/94 48 * programs including nlist.h can initialize nlist structures 51 struct nlist { struct
|
/illumos-gate/usr/src/cmd/oplhpd/ |
H A D | scf_notify.c | 139 int nlist; /* number of slot */ local 145 rv = config_list_ext(1, (char *const *)&ap_pid, &stat, &nlist, NULL, 152 assert(nlist == 1);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 322 ilbd_namelist_t *nlist; local 340 nlist = (ilbd_namelist_t *)&ic->ic_data; 342 if (ic_sz < ilbd_cmd_size(ic) + nlist->ilbl_count *
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rdr_param_types.h | 136 int *nlist; member in struct:__anon371
|
/illumos-gate/usr/src/cmd/sf880drd/ |
H A D | sf880drd.c | 188 int nlist; local 192 rv = config_list_ext(1, &ap_id, &stat, &nlist, 198 assert(nlist == 1);
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | dockdeps.c | 66 static int nlist; variable 159 } while (++i < nlist); 259 if (nlist) { 264 for (i = 0; i < nlist; i++) { 316 for (i = 0; i < nlist; i++) { 329 nlist = 0; 370 nlist++; 431 } while (++i < nlist);
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 46 #include <nlist.h> 81 static int _elf_nlist(int, struct nlist *); 86 static int _coff_nlist(int, struct nlist *); 93 nlist(const char *name, struct nlist *list) function 95 struct nlist *p; 141 _elf_nlist(int fd, struct nlist *list) 154 struct nlist *inl; 242 struct nlist *p; 356 _coff_nlist(int fd, struct nlist *lis [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/ |
H A D | a.out.h | 152 struct nlist { struct
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | names.c | 54 static struct name *gexpand(struct name *nlist, struct grouphead *gh, 443 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype) argument 455 return (nlist); 465 nlist = gexpand(nlist, ngh, metoo, ntype); 480 nlist = put(nlist, np); 483 return (nlist);
|
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 611 int nlist; local 619 cfgerr = config_list_ext (1, (char *const *)&ap_id, &cfg_stat, &nlist,
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | paths.c | 1032 char *str, *olist = 0, *nlist = (char *)list; local 1036 for (str = nlist; *nlist || fnull; str = nlist) { 1042 if (*nlist == ';') 1043 ++nlist, ++str; 1044 if ((*nlist == ':') || fnull) { 1046 fnull = !(fnull || *(nlist + 1)); 1048 if (*nlist) 1049 nlist [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclscsi.c | 117 static int nlist = 0; variable 194 ap_list_err = config_list_ext(0, NULL, &cfglist, &nlist, NULL, 211 ap_list_err = populate_controllers_list(scsi_list, cfglist, nlist); 475 * data used here is cached information (cfglist, nlist) 503 for (i = 0; i < nlist; i++) { 892 scsi_list, nlist, B_TRUE);
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 82 cfga_list_data_t **list_array, int *nlist, int flag) 93 nlist, NULL, NULL, NULL, flag))) { 131 int nlist; local 159 if (config_list_ext_poll(1, ap_path, &list_array, &nlist, 0) 163 dm_assert(nlist == 1); 187 int rv, nlist; local 202 rv = config_list_ext_poll(1, ap_path, &list_array, &nlist, 217 rv = config_list_ext_poll(1, ap_path, &list_array, &nlist, 227 dm_assert(nlist == 1); 81 config_list_ext_poll(int num, char * const *path, cfga_list_data_t **list_array, int *nlist, int flag) argument
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | nii.c | 131 int nlist[NTRAP]; variable
|
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_pcu.c | 310 _sd_cctl_t *nlist; local 312 nlist = sdbc_centry_alloc_blks(_CD_NOHASH, 0, 1, 0); 313 bzero(nlist->cc_data, CACHE_BLOCK_SIZE); 314 nlist->bitmap_next = NULL; 315 nlist->bitmap_tail = NULL; 316 list->bitmap_tail->bitmap_next = nlist; 317 list->bitmap_tail = nlist;
|