Searched refs:sl_modlist (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/streams/strcmd/ |
H A D | strconf.c | 93 strlist.sl_modlist = mlist; in main() 159 (void) puts(strlist.sl_modlist[0].l_name); in main() 170 if (strncmp(modp, strlist.sl_modlist[i].l_name, in main() 184 (void) puts(strlist.sl_modlist[i].l_name); in main() 216 (void) strncpy(modp[i].l_name, listp->sl_modlist[i].l_name, in more_modules() 219 listp->sl_modlist = modp; in more_modules()
|
H A D | strchg.c | 134 Oldlist.sl_modlist = Oldmods; in main() 136 newlist.sl_modlist = newmods; in main() 323 (void) strncpy(newlist.sl_modlist[i].l_name, in main() 363 if (push_module(newlist.sl_modlist[i].l_name) == in main() 414 if (strncmp(Oldlist.sl_modlist[i].l_name, modnamep, in main() 514 if (push_module(Oldlist.sl_modlist[i].l_name) == FAILURE) { in restore() 551 (void) strncpy(modp[i].l_name, listp->sl_modlist[i].l_name, in more_modules() 554 listp->sl_modlist = modp; in more_modules()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmutil.c | 170 newlist.sl_modlist = newmods; in vml() 188 (void) strncpy(newlist.sl_modlist[i].l_name, modp, FMNAMESZ); in vml() 189 newlist.sl_modlist[i].l_name[FMNAMESZ] = '\0'; in vml()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 445 struct str_mlist *sl_modlist; member 452 caddr32_t sl_modlist; member
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 3511 strlist.sl_modlist = malloc(sizeof (struct str_mlist) * nmods); in getbits() 3512 if (strlist.sl_modlist == NULL) in getbits() 3519 strlist.sl_modlist[i].l_name); in getbits() 3520 free(strlist.sl_modlist); in getbits()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | sad.c | 674 STRUCT_FGETP(slp, sl_modlist)); in vml_iocdata()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 6019 kstrlist.sl_modlist = kmem_zalloc(kstrlistsize, KM_SLEEP); in socktpi_plumbioctl() 6035 kstrlist.sl_modlist[i] = kstrlist.sl_modlist[i - 1]; in socktpi_plumbioctl() 6037 (void) strcpy(kstrlist.sl_modlist[i].l_name, sockmod_name); in socktpi_plumbioctl() 6043 kmlistp = kstrlist.sl_modlist; in socktpi_plumbioctl() 6044 umlistp = STRUCT_FGETP(ustrlist, sl_modlist); in socktpi_plumbioctl() 6057 kmem_free(kstrlist.sl_modlist, kstrlistsize); in socktpi_plumbioctl()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 2348 strlist.sl_modlist = malloc(sizeof (struct str_mlist) * in modlist() 2350 if (strlist.sl_modlist == NULL) { in modlist() 2358 strlist.sl_modlist[i].l_name); in modlist() 2361 free(strlist.sl_modlist); in modlist()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 1037 (long)strlist.sl_modlist); in show_strlist() 1040 offset = (long)strlist.sl_modlist; in show_strlist() 1066 (long)strlist.sl_modlist); in show_strlist32() 1069 offset = (long)strlist.sl_modlist; in show_strlist32()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 5587 mlist = STRUCT_FGETP(strlist, sl_modlist); in strioctl()
|