Searched refs:bootinfo_put (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/common/net/wanboot/ |
H A D | bootinfo.h | 90 extern int bootinfo_put(const char *, const void *, size_t, int);
|
H A D | bootinfo.c | 464 bootinfo_put(const char *name, const void *valbuf, size_t vallen, in bootinfo_put() function
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 927 (void) bootinfo_put(cliptr->varname, in update_bootinfo() 958 (void) bootinfo_put(BI_NET_CONFIG_STRATEGY, ncs, strlen(ncs), in net_config_strategy() 992 (void) bootinfo_put(BI_CLIENT_ID, clid, len, 0); in generate_default_clientid() 1025 (void) bootinfo_put(BI_BOOTSERVER, bs, len, 0); in determine_bootserver_url() 1050 (void) bootinfo_put(BI_SUBNET_MASK, netstr, strlen(netstr) + 1, 0); in generate_classful_subnet()
|