Searched defs:optvalue (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dsharemgr.h101 char *optvalue; member in struct:options
H A Dshareutil.c50 char *optvalue; local
60 optvalue = strchr(optname, '=');
61 if (optvalue == NULL) {
65 *optvalue++ = '\0'; /* separate the halves */
67 optvalue = NULL;
71 newopt->optvalue = optvalue;
84 tmp->optvalue = optvalue;
/systemd/src/libsystemd-network/
H A Ddhcp6-option.c167 size_t *optlen, uint8_t **optvalue) {
170 assert_return(buf && buflen && optcode && optlen && optvalue, -EINVAL);
179 *optvalue = *buf;
166 dhcp6_option_parse(uint8_t **buf, size_t *buflen, uint16_t *optcode, size_t *optlen, uint8_t **optvalue) argument

Completed in 65 milliseconds