Searched defs:getvalue (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c65 static unsigned int getvalue(char *, struct nc_data nc_data[]);
364 getvalue(tok1, nc_semantics)) == FAILURE) ||
618 * getvalue() searches for the given string in the given array,
623 getvalue(char *cp, struct nc_data nc_data[]) function
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c108 static int getvalue(char *token, u_longlong_t *valuep);
174 getvalue(char *token, u_longlong_t *valuep) function
600 (void) getvalue(tokval, &value);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c113 * getvalue() searches for the given string in the given array,
117 getvalue(cp, sc_data) function
239 ((secp->sc_service = getvalue(tok2, sc_service))
289 ((secp->sc_service = getvalue(tok2, sc_service))
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c702 getvalue(char *token, int *valuep) function
871 if (getvalue(p, (int *)&mp->mp_mode) == 0) {

Completed in 65 milliseconds