Searched refs:sl_modlist (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/streams/strcmd/ |
H A D | strconf.c | 95 strlist.sl_modlist = mlist; in main() 161 (void) puts(strlist.sl_modlist[0].l_name); in main() 172 if (strncmp(modp, strlist.sl_modlist[i].l_name, in main() 186 (void) puts(strlist.sl_modlist[i].l_name); in main() 218 (void) strncpy(modp[i].l_name, listp->sl_modlist[i].l_name, in more_modules() 221 listp->sl_modlist = modp; in more_modules()
|
H A D | strchg.c | 136 Oldlist.sl_modlist = Oldmods; in main() 138 newlist.sl_modlist = newmods; in main() 325 (void) strncpy(newlist.sl_modlist[i].l_name, in main() 365 if (push_module(newlist.sl_modlist[i].l_name) == in main() 416 if (strncmp(Oldlist.sl_modlist[i].l_name, modnamep, in main() 516 if (push_module(Oldlist.sl_modlist[i].l_name) == FAILURE) { in restore() 553 (void) strncpy(modp[i].l_name, listp->sl_modlist[i].l_name, in more_modules() 556 listp->sl_modlist = modp; in more_modules()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmutil.c | 178 newlist.sl_modlist = newmods; 196 (void)strncpy(newlist.sl_modlist[i].l_name, 198 newlist.sl_modlist[i].l_name[FMNAMESZ] = '\0';
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stropts.h | 447 struct str_mlist *sl_modlist; member 454 caddr32_t sl_modlist; member
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 280 strlist.sl_modlist = calloc(num_mods, in find_nca_pos() 282 if (strlist.sl_modlist == NULL) { in find_nca_pos() 291 strlist.sl_modlist[i].l_name) in find_nca_pos() 300 strlist.sl_modlist[i].l_name, in find_nca_pos() 306 free(strlist.sl_modlist); in find_nca_pos()
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 1952 strlist.sl_modlist = malloc(sizeof (struct str_mlist) * num_mods); in get_modlist() 1953 if (strlist.sl_modlist == NULL) { in get_modlist() 1967 lif->li_modules[i] = strdup(strlist.sl_modlist[i].l_name); in get_modlist() 1979 free(strlist.sl_modlist); in get_modlist() 1984 free(strlist.sl_modlist); in get_modlist()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 3570 strlist.sl_modlist = malloc(sizeof (struct str_mlist) * nmods); in getbits() 3571 if (strlist.sl_modlist == NULL) in getbits() 3578 strlist.sl_modlist[i].l_name); in getbits() 3579 free(strlist.sl_modlist); in getbits()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | sad.c | 674 STRUCT_FGETP(slp, sl_modlist)); in vml_iocdata()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 6083 kstrlist.sl_modlist = kmem_zalloc(kstrlistsize, KM_SLEEP); in socktpi_plumbioctl() 6099 kstrlist.sl_modlist[i] = kstrlist.sl_modlist[i - 1]; in socktpi_plumbioctl() 6101 (void) strcpy(kstrlist.sl_modlist[i].l_name, sockmod_name); in socktpi_plumbioctl() 6107 kmlistp = kstrlist.sl_modlist; in socktpi_plumbioctl() 6108 umlistp = STRUCT_FGETP(ustrlist, sl_modlist); in socktpi_plumbioctl() 6121 kmem_free(kstrlist.sl_modlist, kstrlistsize); in socktpi_plumbioctl()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 2347 strlist.sl_modlist = malloc(sizeof (struct str_mlist) * in modlist() 2349 if (strlist.sl_modlist == NULL) { in modlist() 2357 strlist.sl_modlist[i].l_name); in modlist() 2360 free(strlist.sl_modlist); in modlist()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | expound.c | 1048 (long)strlist.sl_modlist); in show_strlist() 1051 offset = (long)strlist.sl_modlist; in show_strlist() 1078 (long)strlist.sl_modlist); in show_strlist32() 1081 offset = (long)strlist.sl_modlist; in show_strlist32()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 5461 mlist = STRUCT_FGETP(strlist, sl_modlist); in strioctl()
|