HomeSort by: relevance | last modified time | path
    Searched refs:hexlength (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/nvmectl/
identify.c 200 int ch, fd, hexflag = 0, hexlength; local in function:identify_ctrlr
226 hexlength = sizeof(struct nvm_identify_controller);
228 hexlength = offsetof(struct nvm_identify_controller,
230 print_hex(&cdata, hexlength);
248 int ch, fd, hexflag = 0, hexlength, nsid; local in function:identify_ns
289 hexlength = sizeof(struct nvm_identify_namespace);
291 hexlength = offsetof(struct nvm_identify_namespace,
293 print_hex(&nsdata, hexlength);
  /src/usr.sbin/npf/npfctl/
npf_data.c 718 parse_ether_hex(uint8_t *dest, const char *str, int hexlength, const char *err)
723 ep = dest + hexlength; /* check null terminated boundary */

Completed in 15 milliseconds