Searched refs:getvalue (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 108 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/lib/libnsl/netselect/ |
H A D | netselect.c | 65 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/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 113 * 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/tools/scripts/ |
H A D | git-pbchk.py | 333 print s.getvalue()
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 702 getvalue(char *token, int *valuep) function 871 if (getvalue(p, (int *)&mp->mp_mode) == 0) {
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 444 return cstr.getvalue() 1001 return ret.getvalue()
|
Completed in 120 milliseconds